aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake3.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-08-02 22:41:56 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-08-02 22:41:56 +0000
commitff72b97ee01caee4dff97d07195d802086c65f38 (patch)
treea99f78fcb5951949970184bb890cfa174af1b07a /packet-quake3.c
parent96ab70e2093d35c0361221658a61284264c50c22 (diff)
Two new options added to TCP.
1, Analyze TCP sequence numbers. This option will keep track of sequence numbers for all tcp sessions and flag the following: a, If a new segment is seen which is beyong the right edge this is an indication that the previous segment was lost and this will be flagged as previous segment lost. b, If a segment is seen which lies left of the right edge this is flagged as retransmission. c, if a keep-alive is seen (empty segment, seq==expected seq-1) this is flagged as a retransmission. d, if an ACK is seen which is beyond the right edge this is an indication that a segment has been lost and it will be flagged as segment lost. All ACKs which advance the left edge get the RTT displayed between the ACKed segment and the ACK itself. The ACK also gets an indication of WHICH segment it is an ACK for. 2, Relative sequence numbers. This option needs the first option to be selected as well. This option will as best as it can try to get ethereal to use relative sequence numbers instead of absolute ones. The patch does not handle sequence number wrapping and unexpected results can probably happen for such. svn path=/trunk/; revision=5931
Diffstat (limited to 'packet-quake3.c')
0 files changed, 0 insertions, 0 deletions