summaryrefslogtreecommitdiff
path: root/asn1/ansi_map
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-06-11 05:28:18 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-06-11 05:28:18 +0000
commit3f3efe41da4d6260fbd567659e38d8b1e9cd18bd (patch)
tree89bf6fb5a4eee13e92f737bd513ac2569dffb42d /asn1/ansi_map
parente9f1a0b692e19854f9e550e56e6a4dd392d316ac (diff)
downloadwireshark-3f3efe41da4d6260fbd567659e38d8b1e9cd18bd.tar.gz
Generate ANSI MAP with the -X option.
svn path=/trunk/; revision=22072
Diffstat (limited to 'asn1/ansi_map')
-rw-r--r--asn1/ansi_map/Makefile2
-rw-r--r--asn1/ansi_map/Makefile.nmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/asn1/ansi_map/Makefile b/asn1/ansi_map/Makefile
index 2ce047aeb0..b7abfec4a9 100644
--- a/asn1/ansi_map/Makefile
+++ b/asn1/ansi_map/Makefile
@@ -7,7 +7,7 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2wrs.py ansi_map.asn packet-ansi_map-template.c packet-ansi_map-template.h ansi_map.cnf
- python ../../tools/asn2wrs.py -b -e -p ansi_map -c ansi_map.cnf -s packet-ansi_map-template ansi_map.asn
+ python ../../tools/asn2wrs.py -b -X -T -e -p ansi_map -c ansi_map.cnf -s packet-ansi_map-template ansi_map.asn
clean:
rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES)
diff --git a/asn1/ansi_map/Makefile.nmake b/asn1/ansi_map/Makefile.nmake
index 85018940ec..d427136085 100644
--- a/asn1/ansi_map/Makefile.nmake
+++ b/asn1/ansi_map/Makefile.nmake
@@ -15,7 +15,7 @@ generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2wrs.py ansi_map.asn packet-ansi_map-template.c packet-ansi_map-template.h ansi_map.cnf
!IFDEF PYTHON
- $(PYTHON) "../../tools/asn2wrs.py" -b -e -p $(PROTOCOL_NAME) -c ansi_map.cnf -s packet-ansi_map-template ansi_map.asn
+ $(PYTHON) "../../tools/asn2wrs.py" -b -X -e -p $(PROTOCOL_NAME) -c ansi_map.cnf -s packet-ansi_map-template ansi_map.asn
!ELSE
@echo Error: You need Python to use asn2wrs.py
@exit 1