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