aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/glow/packet-glow-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/glow/packet-glow-template.c')
-rw-r--r--epan/dissectors/asn1/glow/packet-glow-template.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/asn1/glow/packet-glow-template.c b/epan/dissectors/asn1/glow/packet-glow-template.c
index af6f16fb20..0f39fbc8e9 100644
--- a/epan/dissectors/asn1/glow/packet-glow-template.c
+++ b/epan/dissectors/asn1/glow/packet-glow-template.c
@@ -13,6 +13,7 @@
# include "config.h"
#include <epan/packet.h>
+#include <epan/proto_data.h>
#include "packet-ber.h"
#define PNAME "Glow"
@@ -22,12 +23,12 @@
void proto_register_glow(void);
static dissector_handle_t glow_handle=NULL;
-static int proto_glow = -1;
+static int proto_glow;
#include "packet-glow-hf.c"
/* Initialize the subtree pointers */
-static int ett_glow = -1;
+static int ett_glow;
#include "packet-glow-ett.c"