aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/acp133
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-07-08 14:38:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-07-08 14:38:07 +0000
commita655815efa4237ed340c92b5123e65a3d0601138 (patch)
treec7f41549752de7fd83dd1f0b8ca7b7312d5a1e65 /asn1/acp133
parent4bb2dbca126f95f0a1148b4dfd4960842e7d8723 (diff)
ACP123 with -X and -T option
svn path=/trunk/; revision=22269
Diffstat (limited to 'asn1/acp133')
-rw-r--r--asn1/acp133/Makefile2
-rw-r--r--asn1/acp133/Makefile.nmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/asn1/acp133/Makefile b/asn1/acp133/Makefile
index 0cbbf3a308..b215bd74f8 100644
--- a/asn1/acp133/Makefile
+++ b/asn1/acp133/Makefile
@@ -7,7 +7,7 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2wrs.py acp133.asn packet-acp133-template.c packet-acp133-template.h acp133.cnf
- python ../../tools/asn2wrs.py -b -e -p acp133 -c acp133.cnf -s packet-acp133-template acp133.asn
+ python ../../tools/asn2wrs.py -b -e -X -T -p acp133 -c acp133.cnf -s packet-acp133-template acp133.asn
clean:
rm -f parsetab.py $(DISSECTOR_FILES)
diff --git a/asn1/acp133/Makefile.nmake b/asn1/acp133/Makefile.nmake
index 75f398a209..fa479d7f1e 100644
--- a/asn1/acp133/Makefile.nmake
+++ b/asn1/acp133/Makefile.nmake
@@ -15,7 +15,7 @@ generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2wrs.py acp133.asn packet-$(PROTOCOL_NAME)-template.c packet-$(PROTOCOL_NAME)-template.h $(PROTOCOL_NAME).cnf
!IFDEF PYTHON
- $(PYTHON) "../../tools/asn2wrs.py" -b -e -p $(PROTOCOL_NAME) -c $(PROTOCOL_NAME).cnf -s packet-$(PROTOCOL_NAME)-template acp133.asn
+ $(PYTHON) "../../tools/asn2wrs.py" -b -X -T -e -p $(PROTOCOL_NAME) -c $(PROTOCOL_NAME).cnf -s packet-$(PROTOCOL_NAME)-template acp133.asn
!ELSE
@echo Error: You need Python to use asn2wrs.py
@exit 1