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 Spurious Retransmission Module #39

Closed danielmgit closed 8 years ago

danielmgit commented 8 years ago

also small fine-tuning spacing-data-ack. Notes:

Spurious-Retransmission-Module Modes: -m summary Displays aggregated summary information -m spurious Displays information about every spurious retransmission -m retransmissions Displays information about retransmissions (i added this since i found that wireshark can have problems showing these). Uses colouring: blue is the base transmission (NOT a retransmission, has the same value for timestamp and time-first), white is a regular retransmission. -> #white_entries == #retransmissions (from -m aggregate) -m list Displays a wireshark like connection summary (default mode). Data-packets are green, acks are yellow, retransmissions (as with mode -m) blue for the base, white for every retransmission, spurious-retransmission are red (highest priority).

Issue with dumpfiles and commands as agreed on will follow.