aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/ess/packet-ess-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/ess/packet-ess-template.c')
-rw-r--r--epan/dissectors/asn1/ess/packet-ess-template.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/asn1/ess/packet-ess-template.c b/epan/dissectors/asn1/ess/packet-ess-template.c
index c8d579f9c5..63e9abef0c 100644
--- a/epan/dissectors/asn1/ess/packet-ess-template.c
+++ b/epan/dissectors/asn1/ess/packet-ess-template.c
@@ -41,11 +41,11 @@ static ess_category_attributes_t *ess_category_attributes;
static guint num_ess_category_attributes;
/* Initialize the protocol and registered fields */
-static int proto_ess = -1;
-static int hf_ess_SecurityCategory_type_OID = -1;
-static int hf_ess_Category_attribute = -1;
+static int proto_ess;
+static int hf_ess_SecurityCategory_type_OID;
+static int hf_ess_Category_attribute;
-static gint ett_Category_attributes = -1;
+static gint ett_Category_attributes;
#include "packet-ess-hf.c"