hgn / captcp

A open source program for TCP analysis of PCAP files
http://research.protocollabs.com/captcp/
GNU General Public License v3.0
113 stars 40 forks source link

Print TCP stream throughput separately. #4

Closed molnarg closed 12 years ago

molnarg commented 12 years ago

Adding a command line switch (-x, --separate) to be able to print TCP stream throughputs separately. The default behaviour doesn't change, it's an addition to the --flow switch.

It was very helpful for one of my projects, and I think someone else might use this as well. Please review the patch, and pull it if you like it.

hgn commented 12 years ago

Thank you Gábor!

molnarg commented 12 years ago

You're welcome :)