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