| | 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). |
|---|