diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
commit | 9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 (patch) | |
tree | 2784370cda9bbf2da9114d70f05399c0b229d28c /epan/dissectors/asn1/mudurl | |
parent | Adding debian version 4.2.6-1. (diff) | |
download | wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.tar.xz wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.zip |
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/asn1/mudurl')
-rw-r--r-- | epan/dissectors/asn1/mudurl/packet-mudurl-template.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/asn1/mudurl/packet-mudurl-template.c b/epan/dissectors/asn1/mudurl/packet-mudurl-template.c index 1861a39c..aeae38fe 100644 --- a/epan/dissectors/asn1/mudurl/packet-mudurl-template.c +++ b/epan/dissectors/asn1/mudurl/packet-mudurl-template.c @@ -13,6 +13,7 @@ #include <epan/packet.h> #include <epan/asn1.h> +#include <wsutil/array.h> #include "packet-ber.h" /* #include "packet-mudurl.h" */ // At the moment we are not exporting. @@ -27,7 +28,7 @@ void proto_reg_handoff_mudurl(void); /* Initialize the protocol and registered fields */ -static int proto_mudurl = -1; +static int proto_mudurl; #include "packet-mudurl-hf.c" /* Initialize the subtree pointers */ @@ -47,7 +48,7 @@ void proto_register_mudurl(void) { }; /* List of subtrees */ - /* static gint *ett[] = { + /* static int *ett[] = { #include "packet-mudurl-ettarr.c" }; */ |