Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 21081: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 21 Mar 2007 04:48:35 GMT
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