In the heuristic T.124 dissector, catch BoundsError and
authorGuy Harris <guy@alum.mit.edu>
Sun, 18 Nov 2012 01:32:31 +0000 (01:32 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sun, 18 Nov 2012 01:32:31 +0000 (01:32 -0000)
commit2254dcaa0088c4217c75c8013200a95309cbc96b
treeeb588427a406cbc1d9943bdb7d04d0a18305dffb
parentae41031fa47ad648b72a33e04c59f7754dab07c4
In the heuristic T.124 dissector, catch BoundsError and
ReportedBoundsError exceptions when attempting to dissect the first bit
of the packet and, if either is thrown, assume the packet isn't a packet
for what we were trying to dissect, rather than just completely failing.

Return TRUE if the heuristic T.124 dissector recognizes the packet.

Get rid of some _U_s attached to parameters that are, in fact, used.

svn path=/trunk/; revision=46064
asn1/t124/packet-t124-template.c
epan/dissectors/packet-t124.c