SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

Please update this document if it is missing stuff important to local caida users.

  1. Use eg++ when compiling per README. (XXX - how to force it? CC=egcs?)
  2. In Sean's workspace there are two scripts you'll want to use. cvs:workspace/mccreary/route/get_bgp_dump.pl and parse_bgp_dump.pl Note that get_bgp_dump.pl requires nc (netcat) currently, which is installed on anala.
  3. You can do something like:

    get_bgp_dump.pl 990715 which will (hopefully) create file named bgp_dump_990715.gz which you can then process by doing

    parse_bgp_dump.pl bgp_dump_990715.gz which will then create a fie named route2country_990715

  4. Be sure to do the sort mentioned from the README, I do:

    sort -o route2country_990715 -k 2 route2country_990715 which just edits the current file to be sorted in the preferred way.


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.