summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-bossvr.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:26 +0000
commitc4e8a3222648fcf22ca207f1815ebbf7cd144eeb (patch)
tree93d5c6aa93d9987680dd1adad5685e2ad698f223 /epan/dissectors/packet-dcerpc-bossvr.c
parentAdding upstream version 4.2.6. (diff)
downloadwireshark-upstream.tar.xz
wireshark-upstream.zip
Adding upstream version 4.4.0.upstream/4.4.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/packet-dcerpc-bossvr.c')
-rw-r--r--epan/dissectors/packet-dcerpc-bossvr.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-dcerpc-bossvr.c b/epan/dissectors/packet-dcerpc-bossvr.c
index bcce23a5..351d6680 100644
--- a/epan/dissectors/packet-dcerpc-bossvr.c
+++ b/epan/dissectors/packet-dcerpc-bossvr.c
@@ -22,18 +22,18 @@ void proto_register_dcerpc_bossvr(void);
void proto_reg_handoff_dcerpc_bossvr(void);
-static int proto_bossvr = -1;
-static int hf_bossvr_opnum = -1;
+static int proto_bossvr;
+static int hf_bossvr_opnum;
-static gint ett_bossvr = -1;
+static int ett_bossvr;
static e_guid_t uuid_bossvr = { 0x4d37f2dd, 0xed43, 0x0000, { 0x02, 0xc0, 0x37, 0xcf, 0x1e, 0x00, 0x00, 0x01 } };
-static guint16 ver_bossvr = 0;
+static uint16_t ver_bossvr;
-static dcerpc_sub_dissector bossvr_dissectors[] = {
+static const dcerpc_sub_dissector bossvr_dissectors[] = {
{ 0, "GetServerStatus", NULL, NULL},
{ 1, "CreateBnode", NULL, NULL},
{ 2, "DeleteBnode", NULL, NULL},
@@ -80,7 +80,7 @@ proto_register_dcerpc_bossvr (void)
NULL, 0x0, NULL, HFILL }}
};
- static gint *ett[] = {
+ static int *ett[] = {
&ett_bossvr,
};
proto_bossvr = proto_register_protocol ("DCE DFS Basic Overseer Server", "BOSSVR", "bossvr");