aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-dtsprovider.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-01-31 17:55:31 +0000
committerBill Meier <wmeier@newsguy.com>2013-01-31 17:55:31 +0000
commitc439b805e20dd9dba744b3f7216c970c3591592e (patch)
tree290b43c090c6a125c690e472152e5f89f2538647 /epan/dissectors/packet-dcerpc-dtsprovider.c
parent8ee3809edcc3a78004db5e3fad9808e1aded4838 (diff)
Comment out unused hf[] entries & etc.
(found by checkhf) svn path=/trunk/; revision=47389
Diffstat (limited to 'epan/dissectors/packet-dcerpc-dtsprovider.c')
-rw-r--r--epan/dissectors/packet-dcerpc-dtsprovider.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-dtsprovider.c b/epan/dissectors/packet-dcerpc-dtsprovider.c
index 79edc510a8..9c6d0ce198 100644
--- a/epan/dissectors/packet-dcerpc-dtsprovider.c
+++ b/epan/dissectors/packet-dcerpc-dtsprovider.c
@@ -35,7 +35,7 @@
static int proto_dtsprovider = -1;
static int hf_dtsprovider_opnum = -1;
-static int hf_dtsprovider_status = -1;
+/* static int hf_dtsprovider_status = -1; */
static gint ett_dtsprovider = -1;
@@ -58,9 +58,11 @@ proto_register_dtsprovider (void)
{ &hf_dtsprovider_opnum,
{ "Operation", "dtsprovider.opnum", FT_UINT16, BASE_DEC,
NULL, 0x0, NULL, HFILL }},
+#if 0
{ &hf_dtsprovider_status,
{ "Status", "dtsprovider.status", FT_UINT32, BASE_DEC|BASE_EXT_STRING,
&dce_error_vals_ext, 0x0, "Return code, status of executed command", HFILL }}
+#endif
};
static gint *ett[] = {