Chaosreader Changelog

What's new in Chaosreader 0.94

Sep 11, 2008
  • Chaosreader is now Perl 5.6 dependant!
  • SSH Analysis. Three new files are created for SSH connections: a replay file that prints symbols representing the encrypted packets and their sizes, a html version of the replay file, and a keystroke delay data file. The replay file is a perl program that plays back the session.
  • Command line improvements. Originally chaosreader would print packet information as it processed each and every packet. For a capture file with a few thousand packets this was too much, and has been replaced with a single status line. Getopt::Long is now used to provide alternates to the standard command line switches. eg, "-H" can now also be written as "--hex" (hooray!Speed. For large captures chaosreader is now running about 50% faster.