- asn2eth renamed to asn2wrs
[obnox/wireshark/wip.git] / asn1 / logotype-cert-extn / Makefile.nmake
index 90d4153b68fdbd4762068443b017d3f0b4c5cfaf..e2751766c68604db39f01fb9a3625b092a698d18 100644 (file)
@@ -13,11 +13,11 @@ all: generate_dissector
 
 generate_dissector: $(DISSECTOR_FILES)
 
-$(DISSECTOR_FILES): ../../tools/asn2eth.py LogotypeCertExtn.asn packet-logotype-cert-extn-template.c packet-logotype-cert-extn-template.h logotype-cert-extn.cnf
+$(DISSECTOR_FILES): ../../tools/asn2wrs.py LogotypeCertExtn.asn packet-logotype-cert-extn-template.c packet-logotype-cert-extn-template.h logotype-cert-extn.cnf
 !IFDEF PYTHON
-       $(PYTHON) ../../tools/asn2eth.py -X -b -e -p $(PROTOCOL_NAME) -c logotype-cert-extn.cnf -s packet-logotype-cert-extn-template LogotypeCertExtn.asn
+       $(PYTHON) ../../tools/asn2wrs.py -b -e -p $(PROTOCOL_NAME) -c logotype-cert-extn.cnf -s packet-logotype-cert-extn-template LogotypeCertExtn.asn
 !ELSE
-       @echo Error: You need Python to use asn2eth.py
+       @echo Error: You need Python to use asn2wrs.py
        @exit 1
 !ENDIF