diff options
Diffstat (limited to 'asn1/x509sat/Makefile')
-rw-r--r-- | asn1/x509sat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/x509sat/Makefile b/asn1/x509sat/Makefile index 71177d4368..39cc4fcd51 100644 --- a/asn1/x509sat/Makefile +++ b/asn1/x509sat/Makefile @@ -6,8 +6,8 @@ all: generate_dissector generate_dissector: $(DISSECTOR_FILES) -$(DISSECTOR_FILES): ../../tools/asn2eth.py SelectedAttributeTypes.asn packet-x509sat-template.c packet-x509sat-template.h x509sat.cnf ../x509if/x509if-exp.cnf - python ../../tools/asn2eth.py -X -b -e -p x509sat -c x509sat.cnf -s packet-x509sat-template SelectedAttributeTypes.asn +$(DISSECTOR_FILES): ../../tools/asn2wrs.py SelectedAttributeTypes.asn packet-x509sat-template.c packet-x509sat-template.h x509sat.cnf ../x509if/x509if-exp.cnf + python ../../tools/asn2wrs.py -b -e -p x509sat -c x509sat.cnf -s packet-x509sat-template SelectedAttributeTypes.asn sed -e "s/\([\"\.]\)Syntax/\1/g" -i.orig packet-x509sat.c clean: |