summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-update.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-dcerpc-update.c')
-rw-r--r--epan/dissectors/packet-dcerpc-update.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-dcerpc-update.c b/epan/dissectors/packet-dcerpc-update.c
index ecea8ec7..d2cc3390 100644
--- a/epan/dissectors/packet-dcerpc-update.c
+++ b/epan/dissectors/packet-dcerpc-update.c
@@ -21,19 +21,19 @@
void proto_register_dce_update(void);
void proto_reg_handoff_dce_update(void);
-static int proto_dce_update = -1;
-static int hf_dce_update_opnum = -1;
+static int proto_dce_update;
+static int hf_dce_update_opnum;
-static gint ett_dce_update = -1;
+static int ett_dce_update;
static e_guid_t uuid_dce_update =
{ 0x4d37f2dd, 0xed43, 0x0000, {0x02, 0xc0, 0x37, 0xcf, 0x1e, 0x00, 0x10,
0x00}
};
-static guint16 ver_dce_update = 4;
+static uint16_t ver_dce_update = 4;
-static dcerpc_sub_dissector dce_update_dissectors[] = {
+static const dcerpc_sub_dissector dce_update_dissectors[] = {
{0, "UPDATE_GetServerInterfaces", NULL, NULL},
{1, "UPDATE_FetchInfo", NULL, NULL},
{2, "UPDATE_FetchFile", NULL, NULL},
@@ -51,7 +51,7 @@ proto_register_dce_update (void)
};
- static gint *ett[] = {
+ static int *ett[] = {
&ett_dce_update,
};
proto_dce_update =