http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21081
User: morriss
Date: 2007/03/21 04:48 AM
Log:
Add tracking of retransmitted TSNs. That is, for a TSN that we found was
retransmitted, add items to its tree describing those retransmissions (frame
where the retransmission is and RTO). Limit this to 100 retransmissions to
avoid running out of memory in pathological cases.
This adds the filters "sctp.retransmitted" (TSNs that were retransmitted)
and "sctp.retransmitted_count" (count of number of times the TSN was
retransmitted).
The RTO is intentionally not added to the retransmitted TSN tree as it is
already added to the retransmission(s). The RTO is displayed, however.
Directory: /trunk/epan/dissectors/
Changes Path Action
+102 -12 packet-sctp.c Modified