aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/wlancertextn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/wlancertextn/Makefile')
-rw-r--r--asn1/wlancertextn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/wlancertextn/Makefile b/asn1/wlancertextn/Makefile
index 3d26506c40..777cad46ed 100644
--- a/asn1/wlancertextn/Makefile
+++ b/asn1/wlancertextn/Makefile
@@ -6,8 +6,8 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
-$(DISSECTOR_FILES): ../../tools/asn2eth.py WLANCERTEXTN.asn packet-wlancertextn-template.c packet-wlancertextn-template.h wlancertextn.cnf
- python ../../tools/asn2eth.py -X -b -e -p wlancertextn -c wlancertextn.cnf -s packet-wlancertextn-template WLANCERTEXTN.asn
+$(DISSECTOR_FILES): ../../tools/asn2wrs.py WLANCERTEXTN.asn packet-wlancertextn-template.c packet-wlancertextn-template.h wlancertextn.cnf
+ python ../../tools/asn2wrs.py -b -e -p wlancertextn -c wlancertextn.cnf -s packet-wlancertextn-template WLANCERTEXTN.asn
clean:
rm -f parsetab.py $(DISSECTOR_FILES)