ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Fri, 16 Nov 2007 22:04:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23471

User: morriss
Date: 2007/11/16 10:04 PM

Log:
 When reassembly is off, catch ReportedBoundsError when calling a subdissector
 on the first fragment of a fragmented message.  This allows us to continue
 dissecting chunks even if one of the first chunks in the frame was fragmented.
 (It's useful to keep doing this partial dissection just so we have some idea
 what's in that chunk.)
 
 (One could rightfully argue that you should only see a fragmented chunk
 bundled with another chunk when retransmitting but, well, I'm staring at
 traces of an implementation--to remain nameless to protect the guilty--which
 is sometimes fragmenting and then bundling the fragments into one packet.)

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +1 -1      packet-frame.c    Modified
  +32 -5     packet-sctp.c     Modified