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