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

Date: Thu, 18 Jul 2013 15:08:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50728

User: morriss
Date: 2013/07/18 08:08 AM

Log:
 Catch exceptions from AVP subdissectors in case the AVPs following the one
 that threw the exception are OK--this allows us to view as much of the message
 as possible even when Wireshark doesn't like whatever was in a particular
 AVP.
 
 Instead of using the 'volatile' keyword to avoid variable-clobbering warnings,
 put the exception-catching code in its own function with no local variables.

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