wireshark/asn1/gsm_map
Anders Broman 512e379901 Wireshark crashes in gsm_map dissector
For now use Jeff's fix:
"The REAL problem is that the GSM_MAP dissector is using this value_string_ext
in the hf without BASE_EXT_STRING:

    { &hf_gsm_old_localValue,
      { "localValue", "gsm_old.localValue",
        FT_INT32, BASE_DEC, &gsm_old_GSMMAPOperationLocalvalue_vals_ext, 0,
        "OperationLocalvalue", HFILL }},

This, in turn, appears to be caused because OperationLocalValue is an alias
for/of GSMMAPOperationLocalValue and only the latter is defined with
.USE_VALS_EXT.

I can fix it by doing:

Index: asn1/gsm_map/gsm_map.cnf
===================================================================
--- asn1/gsm_map/gsm_map.cnf    (revision 39628)
+++ asn1/gsm_map/gsm_map.cnf    (working copy)
@@ -54,6 +54,7 @@

 #.USE_VALS_EXT
 GSMMAPOperationLocalvalue
+OperationLocalvalue

 #.EXPORTS
 AddressString


But it seems to be that asn2wrs should arguably be figuring this out on its
own."

svn path=/trunk/; revision=40033
2011-11-29 07:03:31 +00:00
..
GSMMAP.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-ApplicationContexts.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-BS-Code.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-CH-DataTypes.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-CallHandlingOperations.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-CommonDataTypes.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-DialogueInformation.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-ER-DataTypes.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-Errors.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-ExtensionDataTypes.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-GR-DataTypes.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-Group-Call-Operations.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-LCS-DataTypes.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-LocationServiceOperations.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-MS-DataTypes.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-MobileServiceOperations.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-OM-DataTypes.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-OperationAndMaintenanceOperations.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-Protocol.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-SM-DataTypes.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-SS-Code.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-SS-DataTypes.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-ShortMessageServiceOperations.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-SupplementaryServiceOperations.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
MAP-TS-Code.asn Update the Camel and MAP ASN.1 files. 2011-10-12 16:41:42 +00:00
Makefile.am gsmmap -> gsm_map to make directory name consistent with filenames 2009-10-10 12:37:56 +00:00
Makefile.common Don't generate the conformance file for exported types when building the 2011-10-14 10:22:01 +00:00
Makefile.nmake gsmmap -> gsm_map to make directory name consistent with filenames 2009-10-10 12:37:56 +00:00
MobileDomainDefinitions.asn gsmmap -> gsm_map to make directory name consistent with filenames 2009-10-10 12:37:56 +00:00
SS-DataTypes.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
SS-Errors.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
SS-Operations.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
SS-Protocol.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
gsm_map.cnf Wireshark crashes in gsm_map dissector 2011-11-29 07:03:31 +00:00
packet-gsm_map-template.c Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*: 2011-10-10 01:38:20 +00:00
packet-gsm_map-template.h Squelch a bunch of compiler warnings. 2010-02-23 04:35:23 +00:00