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