Robert Beverly 59b9dd5c24 Create warts baseclass, trace writer
Better abstraction and efficiency with a warts object
baseclass.  Now inherited by ping, trace, and reply objects.
2016-08-10 12:47:51 -07:00
2016-07-13 20:07:14 -07:00
2016-08-10 12:47:51 -07:00
2015-03-30 13:58:09 -07:00
2016-07-13 20:07:14 -07:00
2015-11-19 09:59:29 -08:00

Scamper Tools

Scamper is a scalable, efficient, and feature-rich Internet packet prober from CAIDA (http://www.caida.org/tools/measurement/scamper/).

Scamper is written in C and stores data in a binary "warts" format.

These tools replicate the functionality of scamper's utilities by providing native python implementations. The following files are included:

  • sc_warts.py: warts file reading library
  • sc_warts_writer.py: warts writing library
  • sc_stats.py: extends warts class to provide stats
  • sc_warts2text.py: parse warts file, produce text output
  • sc_wartsdump.py: parse binary warts files
  • sc_analysis_dump.py: covert scamper traces to easily parsed text
  • sc_wartsgrep.py: create warts file containing only records of specified target
  • sc_sample.py: sample python using warts class (for developers)
  • sc_attach.py: interact with scamper over control socket
S
Description
No description provided
Readme
144 KiB
Languages
Python 100%