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