aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/x509ce/packet-x509ce-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/x509ce/packet-x509ce-template.c')
-rw-r--r--epan/dissectors/asn1/x509ce/packet-x509ce-template.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/asn1/x509ce/packet-x509ce-template.c b/epan/dissectors/asn1/x509ce/packet-x509ce-template.c
index 1817c4286d..459cd99e72 100644
--- a/epan/dissectors/asn1/x509ce/packet-x509ce-template.c
+++ b/epan/dissectors/asn1/x509ce/packet-x509ce-template.c
@@ -30,12 +30,12 @@ void proto_register_x509ce(void);
void proto_reg_handoff_x509ce(void);
/* Initialize the protocol and registered fields */
-static int proto_x509ce = -1;
-static int hf_x509ce_id_ce_invalidityDate = -1;
-static int hf_x509ce_id_ce_baseUpdateTime = -1;
-static int hf_x509ce_object_identifier_id = -1;
-static int hf_x509ce_IPAddress_ipv4 = -1;
-static int hf_x509ce_IPAddress_ipv6 = -1;
+static int proto_x509ce;
+static int hf_x509ce_id_ce_invalidityDate;
+static int hf_x509ce_id_ce_baseUpdateTime;
+static int hf_x509ce_object_identifier_id;
+static int hf_x509ce_IPAddress_ipv4;
+static int hf_x509ce_IPAddress_ipv6;
#include "packet-x509ce-hf.c"
/* Initialize the subtree pointers */