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

Date: Tue, 11 Jan 2011 22:36:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35485

User: morriss
Date: 2011/01/11 02:36 PM

Log:
 Don't store message fragments whose length is 0: there's no point.  (Otherwise
 fragment->len was left unitialized.)
 
 Also (unrelated): save a couple of calls to tvb_reported_length() since the
 value is already stored in a variable.

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