aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-07-21 22:46:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-07-21 22:46:07 +0000
commit7439bba9dc445ee73453c9c14691f5e161a296b1 (patch)
treef6f05d3d8c1aa911b3ea8f8a333ae59879493cae
parent2e4ea6c4d0a61f7ece4a41ec584ec0387553ff42 (diff)
Try to do a more syntactically correct import.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6150 svn path=/trunk/; revision=38159
-rw-r--r--asn1/ansi_map/ansi_map.asn6
-rw-r--r--epan/dissectors/packet-ansi_map.c2
2 files changed, 5 insertions, 3 deletions
diff --git a/asn1/ansi_map/ansi_map.asn b/asn1/ansi_map/ansi_map.asn
index bfebc9476a..8e651d32e8 100644
--- a/asn1/ansi_map/ansi_map.asn
+++ b/asn1/ansi_map/ansi_map.asn
@@ -8,8 +8,10 @@ BEGIN
-- Import from GSM MAP for convenience
IMPORTS
IMSI
- FROM MAP-Protocol;
-
+FROM MAP-CommonDataTypes {
+ itu-t identified-organization (4) etsi (0) mobileDomain (0)
+ gsm-Network (1) modules (3) map-CommonDataTypes (18) version12 (12)}
+;
-- 6.4.2.1
-- http://www.3gpp2.org/Public_html/specs/X.S0004-550-E_v2.0_070723.pdf
AuthenticationDirective ::= [PRIVATE 18] SET {
diff --git a/epan/dissectors/packet-ansi_map.c b/epan/dissectors/packet-ansi_map.c
index 78b664af49..b7fd8bcc5c 100644
--- a/epan/dissectors/packet-ansi_map.c
+++ b/epan/dissectors/packet-ansi_map.c
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-ansi_map.c */
-/* ../../../tools/asn2wrs.py -b -p ansi_map -c ../../../asn1/ansi_map/ansi_map.cnf -s ../../../asn1/ansi_map/packet-ansi_map-template -D ../../../asn1/ansi_map ansi_map.asn */
+/* ../../tools/asn2wrs.py -b -p ansi_map -c ./ansi_map.cnf -s ./packet-ansi_map-template -D . ansi_map.asn */
/* Input file: packet-ansi_map-template.c */