From e8f634884eb426295bf2a1cc0c63db7b4c88c48b Mon Sep 17 00:00:00 2001 From: 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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18199 f5534014-38df-0310-8fa8-9805f1628bb7 --- asn1/dsp/Makefile.nmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asn1/dsp/Makefile.nmake') diff --git a/asn1/dsp/Makefile.nmake b/asn1/dsp/Makefile.nmake index 32f0f05f43..78532c7f03 100644 --- a/asn1/dsp/Makefile.nmake +++ b/asn1/dsp/Makefile.nmake @@ -13,11 +13,11 @@ all: generate_dissector generate_dissector: $(DISSECTOR_FILES) -$(DISSECTOR_FILES): ../../tools/asn2eth.py dsp.asn packet-$(PROTOCOL_NAME)-template.c packet-$(PROTOCOL_NAME)-template.h $(PROTOCOL_NAME).cnf +$(DISSECTOR_FILES): ../../tools/asn2wrs.py dsp.asn packet-$(PROTOCOL_NAME)-template.c packet-$(PROTOCOL_NAME)-template.h $(PROTOCOL_NAME).cnf !IFDEF PYTHON - $(PYTHON) ../../tools/asn2eth.py -X -b -e -p $(PROTOCOL_NAME) -c $(PROTOCOL_NAME).cnf -s packet-$(PROTOCOL_NAME)-template dsp.asn + $(PYTHON) ../../tools/asn2wrs.py -b -e -p $(PROTOCOL_NAME) -c $(PROTOCOL_NAME).cnf -s packet-$(PROTOCOL_NAME)-template dsp.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.3