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 23502: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 19 Nov 2007 20:34:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23502

User: morriss
Date: 2007/11/19 08:34 PM

Log:
 Detect reneged acks or at least retransmissions after an ack was seen.  Mark
 them with an expert info (PI_WARN).
 
 Change "Duplicate TSN" expert info to "Retransmitted TSN" and make it PI_NOTE
 instead of PI_WARN.
 
 Change "More than 100 TSNs gap-acked" expert info to PI_WARN (from PI_NOTE).
 
 Frame numbers (and count of retransmissions) are unsigned, display them that way.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +30 -24    packet-sctp.c    Modified