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

refining spurious retransmissions module #41

Closed danielmgit closed 8 years ago

danielmgit commented 8 years ago

New modes: -c [off|on] to turn coloured output off or on (default on) -s [true] to show absolute seq and ack values (default false) -t [false] to show relative timestamp tsval and tsecr values (default true)

New features:

hgn commented 8 years ago

What about this patch? It was closed, is this ok?