wireshark/epan/dissectors/asn1/camel
Jeff Morriss a1891f64ec Add filterable fields for each ISUP number.
Make a common number dissection function to do this without cut-n-pasting code
a whole bunch of times.

Clean up the number dissection code while we're there:
 - Don't throw an exception when we found too many digits.  Report it (expert
   info) and move on.
 - Avoid a useless (text) subtree: use the hf for the number as the root of
   the tree.  This means using proto_tree_append_string() which adds some
   complication but it's worth it to avoid a hidden item (which was the old
   solution if we passed the number to the E.164 dissector).

Bug: 12334
Change-Id: I465cab91b216b734f5763a4e56faa8e06b0731a2
Reviewed-on: https://code.wireshark.org/review/14924
Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-05-13 03:59:52 +00:00
..
CAP-GPRS-ReferenceNumber.asn
CAP-SMS-ops-args.asn
CAP-U-ABORT-Data.asn
CAP-classes.asn
CAP-datatypes.asn
CAP-errorcodes.asn
CAP-errortypes.asn
CAP-gprsSSF-gsmSCF-ops-args.asn
CAP-gsmSCF-gsmSRF-ops-args.asn
CAP-gsmSSF-gsmSCF-ops-args.asn
CAP-object-identifiers.asn
CAP-operationcodes.asn
CMakeLists.txt
CamelV2diff.asn
Makefile.am
Makefile.common
Makefile.nmake
TCAPMessages.asn
camel.asn
camel.cnf Add filterable fields for each ISUP number. 2016-05-13 03:59:52 +00:00
packet-camel-template.c Associate dissector tables and heuristic subdissector lists with a protocol. 2016-03-17 00:05:17 +00:00
packet-camel-template.h