Changeset 1248

Show
Ignore:
Timestamp:
09/14/08 12:12:23 (3 months ago)
Author:
mbr
Message:

blurb for the new base64_byte_frequency.pl script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fwknop/trunk/ChangeLog

    r1243 r1248  
    1414    - Bugfix to remove the Net::IPv4Addr dependency in the fwknop client and 
    1515      knoptm daemon (Franck Joncourt). 
     16    - Added the base64_byte_frequency.pl script to the test/ directory.  This 
     17      script parses files that contain base64 encoded data (one record per 
     18      line), and produces data files that can be graphed with Gnuplot in order 
     19      to visualize SPA packets.  The new --Save-packet-append argument makes 
     20      it easy to generate large collections of SPA packets with the fwknop 
     21      client, and this data can then be parsed by base64_byte_frequency.pl to 
     22      look for features that are common across SPA packets (this should be 
     23      minimized because every fwknop SPA packet contains 16 bytes of random 
     24      data). 
    1625 
    1726fwknop-1.9.7 (08/24/2008):