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

Date: Fri, 08 Oct 2010 01:05:35 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34420

User: morriss
Date: 2010/10/07 06:05 PM

Log:
 Catch exceptions from subdissectors, even when we're not handing the
 subdissector the first fragment of a fragmented message so that an exception
 in the first chunk doesn't abort dissection of subsquent chunks in the frame.
 
 Restore pinfo->private_data after an exception was thrown by a subdissector.
 This is necessary in case a subdissector had changed it but was unable to
 restore it (due to the exception).

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