wireshark/asn1/gsm_map
Anders Broman 687eb5a2a6 Fix for Bug Packet details have errors when decode MAP V2 PRN_ACK msg
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5076

Use:
/*
 * Dissect Multiple Choice Message
 * This function is used to decode a message, when several encoding may be used.
 * For exemple, in the last MAP version, the Cancel Location is defined like this:
 * CancelLocationArg ::= [3] IMPLICIT SEQUENCE
 * But in the previous MAP version, it was a CHOICE between a SEQUENCE and an IMSI
 * As ASN1 encoders (or software) still uses the old encoding, this function allows
 * the decoding of both versions.
 * Moreover, some optimizations (or bad practice ?) in ASN1 encoder, removes the
 * SEQUENCE tag, when only one parameter is present in the SEQUENCE.
 * This explain why the function expects 3 parameters:
 * - a [3] SEQUENCE corresponding the recent ASN1 MAP encoding
 * - a SEQUENCE for old style
 * - and a single parameter, for old version or optimizations
 *
 * The analyze of the first ASN1 tag, indicate what kind of decoding should be used,
 * if the decoding function is provided (so not a NULL function)
 */

svn path=/trunk/; revision=34001
2010-08-29 17:34:44 +00:00
..
GSMMAP.asn Update to V9.0.0 (2009-12) 2010-01-01 22:29:28 +00:00
MAP-ApplicationContexts.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-BS-Code.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-CH-DataTypes.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-CallHandlingOperations.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-CommonDataTypes.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-DialogueInformation.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-ER-DataTypes.asn Update to V9.0.0 (2009-12) 2010-01-01 22:29:28 +00:00
MAP-Errors.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-ExtensionDataTypes.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-GR-DataTypes.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-Group-Call-Operations.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-LCS-DataTypes.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-LocationServiceOperations.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-MS-DataTypes.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-MobileServiceOperations.asn Fix for Bug Packet details have errors when decode MAP V2 PRN_ACK msg 2010-08-29 17:34:44 +00:00
MAP-OM-DataTypes.asn Update to V9.0.0 (2009-12) 2010-01-01 22:29:28 +00:00
MAP-OperationAndMaintenanceOperations.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-Protocol.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-SM-DataTypes.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-SS-Code.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-SS-DataTypes.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-ShortMessageServiceOperations.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-SupplementaryServiceOperations.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
MAP-TS-Code.asn Update to V9.1.0 (2010-03). 2010-04-19 05:58:01 +00:00
Makefile.am gsmmap -> gsm_map to make directory name consistent with filenames 2009-10-10 12:37:56 +00:00
Makefile.common gsmmap -> gsm_map to make directory name consistent with filenames 2009-10-10 12:37:56 +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 Fix for Bug 4588: 2010-03-20 23:53:22 +00:00
packet-gsm_map-template.c Fix for Bug Packet details have errors when decode MAP V2 PRN_ACK msg 2010-08-29 17:34:44 +00:00
packet-gsm_map-template.h Squelch a bunch of compiler warnings. 2010-02-23 04:35:23 +00:00