Get rid of the "-b" flag - it's not what was used to generate the H.450
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 17 Jan 2005 23:01:12 +0000 (23:01 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 17 Jan 2005 23:01:12 +0000 (23:01 +0000)
dissector that's currently checked in.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13103 f5534014-38df-0310-8fa8-9805f1628bb7

asn1/h450/Makefile
asn1/h450/Makefile.nmake

index 21050d2638ccae0a5c37a6fbaa3255547f4577df..49ff214988164213dd578ab7dbae800aea9d7e5c 100644 (file)
@@ -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)
index 4fb66bf24f8e52b9e85eb8ed04e219f40b220cb0..af9b7780e090f3b285fe24e62af37f86cb88f4e0 100644 (file)
@@ -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