summaryrefslogtreecommitdiff
path: root/asn1/h450
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-17 23:01:12 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-17 23:01:12 +0000
commitfb24498c1208788a9a093c1b204b99c2f574abbf (patch)
tree6cc67eed5dbc7f7ef387d4a20544a2770c07874d /asn1/h450
parent5aa1b71181237c1c44e926e83d3bd716e8f1aba5 (diff)
downloadwireshark-fb24498c1208788a9a093c1b204b99c2f574abbf.tar.gz
Get rid of the "-b" flag - it's not what was used to generate the H.450
dissector that's currently checked in. svn path=/trunk/; revision=13103
Diffstat (limited to 'asn1/h450')
-rw-r--r--asn1/h450/Makefile2
-rw-r--r--asn1/h450/Makefile.nmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h450/Makefile b/asn1/h450/Makefile
index 21050d2638..49ff214988 100644
--- a/asn1/h450/Makefile
+++ b/asn1/h450/Makefile
@@ -7,7 +7,7 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2eth.py h4501.asn packet-h450-template.c packet-h450-template.h h450.cnf
- python ../../tools/asn2eth.py -X -b -e -p h450 -c h450.cnf -s packet-h450-template h4501.asn
+ python ../../tools/asn2eth.py -X -e -p h450 -c h450.cnf -s packet-h450-template h4501.asn
clean:
rm -f parsetab.py $(DISSECTOR_FILES)
diff --git a/asn1/h450/Makefile.nmake b/asn1/h450/Makefile.nmake
index 4fb66bf24f..af9b7780e0 100644
--- a/asn1/h450/Makefile.nmake
+++ b/asn1/h450/Makefile.nmake
@@ -15,7 +15,7 @@ generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2eth.py h4501.asn packet-$(PROTOCOL_NAME)-template.c packet-$(PROTOCOL_NAME)-template.h $(PROTOCOL_NAME).cnf
!IFDEF PYTHON
- $(PYTHON) ../../tools/asn2eth.py -X -b -e -p $(PROTOCOL_NAME) -c $(PROTOCOL_NAME).cnf -s packet-$(PROTOCOL_NAME)-template h4501.asn
+ $(PYTHON) ../../tools/asn2eth.py -X -e -p h450 -c h450.cnf -s packet-h450-template h4501.asn
!ELSE
@echo Error: You need Python to use asn2eth.py
@exit 1