From a86c5f7cae7ec9a3398300555a0b644689d946a1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:14:53 +0200 Subject: Merging upstream version 4.4.0. Signed-off-by: Daniel Baumann --- epan/dissectors/packet-dcerpc-rs_prop_acl.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'epan/dissectors/packet-dcerpc-rs_prop_acl.c') diff --git a/epan/dissectors/packet-dcerpc-rs_prop_acl.c b/epan/dissectors/packet-dcerpc-rs_prop_acl.c index 9b6e2709..ca33e87f 100644 --- a/epan/dissectors/packet-dcerpc-rs_prop_acl.c +++ b/epan/dissectors/packet-dcerpc-rs_prop_acl.c @@ -21,19 +21,19 @@ void proto_register_rs_prop_acl (void); void proto_reg_handoff_rs_prop_acl (void); -static int proto_rs_prop_acl = -1; -static int hf_rs_prop_acl_opnum = -1; +static int proto_rs_prop_acl; +static int hf_rs_prop_acl_opnum; -static gint ett_rs_prop_acl = -1; +static int ett_rs_prop_acl; static e_guid_t uuid_rs_prop_acl = { 0x591d87d0, 0xde64, 0x11ca, {0xa1, 0x1c, 0x08, 0x00, 0x1e, 0x03, 0x94, 0xc7} }; -static guint16 ver_rs_prop_acl = 1; +static uint16_t ver_rs_prop_acl = 1; -static dcerpc_sub_dissector rs_prop_acl_dissectors[] = { +static const dcerpc_sub_dissector rs_prop_acl_dissectors[] = { {0, "replace", NULL, NULL}, {0, NULL, NULL, NULL} }; @@ -47,7 +47,7 @@ proto_register_rs_prop_acl (void) NULL, HFILL}}, }; - static gint *ett[] = { + static int *ett[] = { &ett_rs_prop_acl, }; proto_rs_prop_acl = -- cgit v1.2.3