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