aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom-remunkn.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-dcom-remunkn.c
parent8ee3809edcc3a78004db5e3fad9808e1aded4838 (diff)
Comment out unused hf[] entries & etc.
(found by checkhf) svn path=/trunk/; revision=47389
Diffstat (limited to 'epan/dissectors/packet-dcom-remunkn.c')
-rw-r--r--epan/dissectors/packet-dcom-remunkn.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcom-remunkn.c b/epan/dissectors/packet-dcom-remunkn.c
index 5d14d2001a..a7db813cd7 100644
--- a/epan/dissectors/packet-dcom-remunkn.c
+++ b/epan/dissectors/packet-dcom-remunkn.c
@@ -41,7 +41,7 @@ static int hf_remunk_opnum = -1;
static int hf_remunk_refs = -1;
static int hf_remunk_iids = -1;
-static int hf_remunk_flags = -1;
+/* static int hf_remunk_flags = -1; */
static int hf_remunk_qiresult = -1;
static gint ett_remunk_reminterfaceref = -1;
@@ -328,8 +328,10 @@ proto_register_remunk (void)
{ "IIDs", "remunk.iids", FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }},
{ &hf_remunk_qiresult,
{ "QIResult", "remunk.qiresult", FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }},
+#if 0
{ &hf_remunk_flags,
{ "Flags", "remunk.flags", FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }},
+#endif
{ &hf_remunk_public_refs,
{ "PublicRefs", "remunk.public_refs", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }},
{ &hf_remunk_reminterfaceref,