Wireshark-commits: [Wireshark-commits] rev 46066: /trunk/ /trunk/epan/dissectors/: packet-t125.c /t

Date: Sun, 18 Nov 2012 01:39:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46066

User: guy
Date: 2012/11/17 05:39 PM

Log:
 You can't return from inside a TRY/CATCH/ENDTRY block (see
 epan/exceptions.h; it crashes).
 
 Try BER first, including both the test dissection and the check of the
 results.  If that fails due to an exception being thrown, or due to the
 results not indicating that it's a BER-encoded T.125 packet, try PER, so
 that if the BER dissection doesn't work we don't just give up.
 
 Get rid of some _U_s attached to parameters that are, in fact, used.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +33 -13    packet-t125.c    Modified

Directory: /trunk/asn1/t125/
  Changes    Path                      Action
  +31 -11    packet-t125-template.c    Modified