aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/snmp/Makefile.nmake')
-rw-r--r--asn1/snmp/Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/snmp/Makefile.nmake b/asn1/snmp/Makefile.nmake
index de11bf6134..7da42e6879 100644
--- a/asn1/snmp/Makefile.nmake
+++ b/asn1/snmp/Makefile.nmake
@@ -13,11 +13,11 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
-$(DISSECTOR_FILES): ../../tools/asn2eth.py snmp.asn packet-snmp-template.c packet-snmp-template.h snmp.cnf
+$(DISSECTOR_FILES): ../../tools/asn2wrs.py snmp.asn packet-snmp-template.c packet-snmp-template.h snmp.cnf
!IFDEF PYTHON
- $(PYTHON) ../../tools/asn2eth.py -X -b -e -p $(PROTOCOL_NAME) -c snmp.cnf -s packet-snmp-template snmp.asn
+ $(PYTHON) ../../tools/asn2wrs.py -b -e -p $(PROTOCOL_NAME) -c snmp.cnf -s packet-snmp-template snmp.asn
!ELSE
- @echo Error: You need Python to use asn2eth.py
+ @echo Error: You need Python to use asn2wrs.py
@exit 1
!ENDIF