Wireshark-commits: [Wireshark-commits] rev 26226: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 17 Sep 2008 21:59:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26226

User: morriss
Date: 2008/09/17 02:59 PM

Log:
 If we're dissecting for a read filter in the GUI [tshark assigns
 frame numbers before running the read filter], don't do the TSN
 analysis.  (We can't anyway because we don't have a valid frame
 number...)
 
 Without this change if you load a capture file in the
 GUI while using a read filter, every SCTP TSN is marked as a
 retransmission of that in frame 0.

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