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

Date: Mon, 07 Mar 2011 19:24:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36159

User: morriss
Date: 2011/03/07 11:24 AM

Log:
 Don't pass retransmitted chunks to subdissectors.  Instead just mark them as
 retranmissions (in COL_INFO).  (Obviously this only works if TSN analysis is
 enabled.)
 
 This should make it more obvious to users which chunks are retransmissions and
 will help avoid confusing the subdissector(s).

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