From 62da958bd969402c5a716137dd97db39508c27a4 Mon Sep 17 00:00:00 2001 From: Tomas Kukosa Date: Sun, 21 May 2006 14:36:05 +0000 Subject: - asn2eth renamed to asn2wrs - remove obsolete -X option from makefiles - not generate enumerated map table for BER dissector will be regenerated later svn path=/trunk/; revision=18199 --- asn1/rrlp/Makefile | 4 ++-- asn1/rrlp/Makefile.nmake | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'asn1/rrlp') diff --git a/asn1/rrlp/Makefile b/asn1/rrlp/Makefile index 464eedc872..7ec094eaeb 100644 --- a/asn1/rrlp/Makefile +++ b/asn1/rrlp/Makefile @@ -6,8 +6,8 @@ all: generate_dissector generate_dissector: $(DISSECTOR_FILES) -$(DISSECTOR_FILES): ../../tools/asn2eth.py rrlp.asn packet-rrlp-template.c packet-rrlp-template.h rrlp.cnf - python ../../tools/asn2eth.py -X -e -p rrlp -c rrlp.cnf -s packet-rrlp-template rrlp.asn +$(DISSECTOR_FILES): ../../tools/asn2wrs.py rrlp.asn packet-rrlp-template.c packet-rrlp-template.h rrlp.cnf + python ../../tools/asn2wrs.py -e -p rrlp -c rrlp.cnf -s packet-rrlp-template rrlp.asn clean: rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES) diff --git a/asn1/rrlp/Makefile.nmake b/asn1/rrlp/Makefile.nmake index c0340ffe86..92782e04a6 100644 --- a/asn1/rrlp/Makefile.nmake +++ b/asn1/rrlp/Makefile.nmake @@ -13,11 +13,11 @@ all: generate_dissector generate_dissector: $(DISSECTOR_FILES) -$(DISSECTOR_FILES): ../../tools/asn2eth.py rrlp.asn packet-rrlp-template.c packet-rrlp-template.h rrlp.cnf +$(DISSECTOR_FILES): ../../tools/asn2wrs.py rrlp.asn packet-rrlp-template.c packet-rrlp-template.h rrlp.cnf !IFDEF PYTHON - $(PYTHON) ../../tools/asn2eth.py -u -e -p $(PROTOCOL_NAME) -c rrlp.cnf -s packet-rrlp-template rrlp.asn + $(PYTHON) ../../tools/asn2wrs.py -u -e -p $(PROTOCOL_NAME) -c rrlp.cnf -s packet-rrlp-template rrlp.asn !ELSE - @echo Error: You need Python to use asn2eth.py + @echo Error: You need Python to use asn2wrs.py @exit 1 !ENDIF -- cgit v1.2.1