Tool : Length Distribution Chart |
Packet Length Distribution ChartQuick Info This tool demonstrates the following concepts
Using the Unsniff Scripting API to loop over packets Using the Fox-Ruby toolkit to create GUI programs Using the free ruby charting library UnleashCharts to create bar charts This Ruby script uses the Unsniff Scripting API to create a bar-chart that shows distribution of packet lengths. This utility is written in the Ruby scripting language, using the Fox-Ruby GUI toolkit, and the free UnleashCharts charting library. Download
How to run
Usage:lendist <capture-file-name>
capture-file-name : Capture file in Unsniff (*.usnf) format Example:c:\RubyTest> ruby lendist.rb MyLargeCapture.usnf
|