aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/ess
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2023-06-22 14:42:09 +0200
committerAndersBroman <a.broman58@gmail.com>2023-11-02 22:56:41 +0000
commit2cac1ca9e0a937993d3784ba84c671d4792a0a47 (patch)
treec39a2bbc26a461622c835e9fff920c5f5d96233d /epan/dissectors/asn1/ess
parent660cefa708d078f48f9e82a79dfe5e0e95d812bf (diff)
asn2wrs: Update to not initialize static proto values
Diffstat (limited to 'epan/dissectors/asn1/ess')
-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"