diff options
Diffstat (limited to 'epan/dissectors/asn1/h235/packet-h235-template.c')
-rw-r--r-- | epan/dissectors/asn1/h235/packet-h235-template.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/asn1/h235/packet-h235-template.c b/epan/dissectors/asn1/h235/packet-h235-template.c index 4441bbb8..52f47afc 100644 --- a/epan/dissectors/asn1/h235/packet-h235-template.c +++ b/epan/dissectors/asn1/h235/packet-h235-template.c @@ -14,6 +14,7 @@ #include <epan/packet.h> #include <epan/oids.h> #include <epan/asn1.h> +#include <wsutil/array.h> #include "packet-per.h" #include "packet-h235.h" @@ -35,7 +36,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 */ @@ -60,7 +61,7 @@ void proto_register_h235(void) { }; /* List of subtrees */ - static gint *ett[] = { + static int *ett[] = { #include "packet-h235-ettarr.c" }; |