aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat/packet-x509sat-template.c
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2010-06-28 09:26:41 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2010-06-28 09:26:41 +0000
commit0d9ad5016e2321574904dea7166cc98bc54ceb8b (patch)
treee430ee0642105e4750314bf4e8549766aa308e67 /asn1/x509sat/packet-x509sat-template.c
parent6d60493b8a546441d6efe2e0593fb6cbafb6cad3 (diff)
Remove the -R flag (used to generate syntax registrations) and replace with a
packet-<proto>-syn-reg.c output file. This is more generic and allows the syntax registrations to the directed from the template file. svn path=/trunk/; revision=33342
Diffstat (limited to 'asn1/x509sat/packet-x509sat-template.c')
-rw-r--r--asn1/x509sat/packet-x509sat-template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1/x509sat/packet-x509sat-template.c b/asn1/x509sat/packet-x509sat-template.c
index 04a497f147..726874c3dd 100644
--- a/asn1/x509sat/packet-x509sat-template.c
+++ b/asn1/x509sat/packet-x509sat-template.c
@@ -71,6 +71,8 @@ void proto_register_x509sat(void) {
proto_register_field_array(proto_x509sat, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
+#include "packet-x509sat-syn-reg.c"
+
}