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

adding data-ack-spacing mod #35

Closed danielmgit closed 8 years ago

danielmgit commented 8 years ago

Test-file: dump_gamma.zip

hgn commented 8 years ago

Any ideas how to output the results? We can print a line graph (y axis the response time), we can print statistic graphs and finally we can output the data for later analysis for many tcp connections.

--mode <time-graph | statistics-graph | batch >
danielmgit commented 8 years ago

My suggestion would also have been a line graph where the response time is on the y axis. Your further suggestion also sound pretty usefull.

danielmgit commented 8 years ago

Updated merge-request. The mode selection/description got somewhat lost. Now it should be fine.