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