aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-14 21:04:42 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-14 21:04:42 +0000
commite2d9c06ed0091a90ce0965f364a160fc4566b9ca (patch)
tree5e3e25df5bc3ca9617ebc85ad58bf0a964ed2612 /asn1/x509sat
parent9c65adaee49f8b2c65fa335d3e706f05d481fad9 (diff)
Add makefiles
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16800 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/x509sat')
-rw-r--r--asn1/x509sat/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/x509sat/Makefile.nmake b/asn1/x509sat/Makefile.nmake
index 25d633f0f1..30ada6bdc4 100644
--- a/asn1/x509sat/Makefile.nmake
+++ b/asn1/x509sat/Makefile.nmake
@@ -16,6 +16,7 @@ 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
!IFDEF PYTHON
$(PYTHON) ../../tools/asn2eth.py -X -b -e -p $(PROTOCOL_NAME) -c x509sat.cnf -s packet-x509sat-template SelectedAttributeTypes.asn
+ sed -e "s/\([\"\.]\)Syntax/\1/g" -i.orig packet-x509sat.c
!ELSE
@echo Error: You need Python to use asn2eth.py
@exit 1