aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/h235/packet-h235-template.c
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/h235/packet-h235-template.c
parent660cefa708d078f48f9e82a79dfe5e0e95d812bf (diff)
asn2wrs: Update to not initialize static proto values
Diffstat (limited to 'epan/dissectors/asn1/h235/packet-h235-template.c')
-rw-r--r--epan/dissectors/asn1/h235/packet-h235-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/asn1/h235/packet-h235-template.c b/epan/dissectors/asn1/h235/packet-h235-template.c
index 4441bbb845..665b49ad65 100644
--- a/epan/dissectors/asn1/h235/packet-h235-template.c
+++ b/epan/dissectors/asn1/h235/packet-h235-template.c
@@ -35,7 +35,7 @@ void proto_register_h235(void);
void proto_reg_handoff_h235(void);
/* Initialize the protocol and registered fields */
-static int proto_h235 = -1;
+static int proto_h235;
#include "packet-h235-hf.c"
/* Initialize the subtree pointers */