Wireshark-commits: [Wireshark-commits] rev 50738: /trunk-1.10/epan/dissectors/ /trunk-1.10/epan/dis

Date: Fri, 19 Jul 2013 13:52:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50738

User: morriss
Date: 2013/07/19 06:52 AM

Log:
 Copy over with manual intervention:
 
   ------------------------------------------------------------------------
   r50728 | morriss | 2013-07-18 11:08:15 -0400 (Thu, 18 Jul 2013) | 8 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-diameter.c
 
   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-1.10/epan/dissectors/
  Changes    Path                 Action
  +41 -17    packet-diameter.c    Modified