aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/x509sat/packet-x509sat-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/x509sat/packet-x509sat-template.c')
-rw-r--r--epan/dissectors/asn1/x509sat/packet-x509sat-template.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/asn1/x509sat/packet-x509sat-template.c b/epan/dissectors/asn1/x509sat/packet-x509sat-template.c
index 1166e33ba4..7f69da40ef 100644
--- a/epan/dissectors/asn1/x509sat/packet-x509sat-template.c
+++ b/epan/dissectors/asn1/x509sat/packet-x509sat-template.c
@@ -14,6 +14,8 @@
#include <epan/packet.h>
#include <epan/oids.h>
#include <epan/asn1.h>
+#include <epan/proto_data.h>
+#include <epan/strutil.h>
#include "packet-ber.h"
#include "packet-p1.h"
@@ -28,7 +30,7 @@ void proto_register_x509sat(void);
void proto_reg_handoff_x509sat(void);
/* Initialize the protocol and registered fields */
-static int proto_x509sat = -1;
+static int proto_x509sat;
#include "packet-x509sat-hf.c"
/* Initialize the subtree pointers */