From 9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:14:33 +0200 Subject: Merging upstream version 4.4.0. Signed-off-by: Daniel Baumann --- epan/dissectors/asn1/mudurl/packet-mudurl-template.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/asn1/mudurl') 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 #include +#include #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" }; */ -- cgit v1.2.3