summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-dtsprovider.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-dcerpc-dtsprovider.c')
-rw-r--r--epan/dissectors/packet-dcerpc-dtsprovider.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/packet-dcerpc-dtsprovider.c b/epan/dissectors/packet-dcerpc-dtsprovider.c
index e4ea557b..b7af0d96 100644
--- a/epan/dissectors/packet-dcerpc-dtsprovider.c
+++ b/epan/dissectors/packet-dcerpc-dtsprovider.c
@@ -20,19 +20,19 @@
void proto_register_dtsprovider (void);
void proto_reg_handoff_dtsprovider (void);
-static int proto_dtsprovider = -1;
-static int hf_dtsprovider_opnum = -1;
-/* static int hf_dtsprovider_status = -1; */
+static int proto_dtsprovider;
+static int hf_dtsprovider_opnum;
+/* static int hf_dtsprovider_status; */
-static gint ett_dtsprovider = -1;
+static int ett_dtsprovider;
static e_guid_t uuid_dtsprovider = { 0xbfca1238, 0x628a, 0x11c9, { 0xa0, 0x73, 0x08, 0x00, 0x2b, 0x0d, 0xea, 0x7a } };
-static guint16 ver_dtsprovider = 1;
+static uint16_t ver_dtsprovider = 1;
-static dcerpc_sub_dissector dtsprovider_dissectors[] = {
+static const dcerpc_sub_dissector dtsprovider_dissectors[] = {
{ 0, "ContactProvider", NULL, NULL},
{ 1, "ServerRequestProviderTime", NULL, NULL},
{ 0, NULL, NULL, NULL }
@@ -52,7 +52,7 @@ proto_register_dtsprovider (void)
#endif
};
- static gint *ett[] = {
+ static int *ett[] = {
&ett_dtsprovider,
};
proto_dtsprovider = proto_register_protocol ("DCE Distributed Time Service Provider", "DTSPROVIDER", "dtsprovider");