aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-01-28 03:06:03 +0000
committerBill Meier <wmeier@newsguy.com>2014-01-28 03:06:03 +0000
commit9d0207ed90ee3b1f75e5a8bb22334057160b9f13 (patch)
tree141ed1aca6850c2cc6504c87b6f0598c155cf034 /epan/dissectors/packet-mac-lte.c
parentc1e53e735922699971bf36846d481459dfc61c93 (diff)
Comment out unused hf[] entries and related found by checkhf.
svn path=/trunk/; revision=54989
Diffstat (limited to 'epan/dissectors/packet-mac-lte.c')
-rw-r--r--epan/dissectors/packet-mac-lte.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mac-lte.c b/epan/dissectors/packet-mac-lte.c
index de8d2d76e1..09308f8f61 100644
--- a/epan/dissectors/packet-mac-lte.c
+++ b/epan/dissectors/packet-mac-lte.c
@@ -243,9 +243,9 @@ static int hf_mac_lte_drx_config_short_cycle_timer = -1;
static int hf_mac_lte_drx_state = -1;
static int hf_mac_lte_drx_state_long_cycle_offset = -1;
-static int hf_mac_lte_drx_state_long_cycle_on = -1;
+/* static int hf_mac_lte_drx_state_long_cycle_on = -1; */
static int hf_mac_lte_drx_state_short_cycle_offset = -1;
-static int hf_mac_lte_drx_state_short_cycle_on = -1;
+/* static int hf_mac_lte_drx_state_short_cycle_on = -1; */
static int hf_mac_lte_drx_state_inactivity_remaining = -1;
static int hf_mac_lte_drx_state_onduration_remaining = -1;
static int hf_mac_lte_drx_state_retransmission_remaining = -1;
@@ -6682,24 +6682,28 @@ void proto_register_mac_lte(void)
0, 0x0, NULL, HFILL
}
},
+#if 0
{ &hf_mac_lte_drx_state_long_cycle_on,
{ "Long cycle current on",
"mac-lte.drx-state.long-cycle-on", FT_BOOLEAN, BASE_NONE,
0, 0x0, NULL, HFILL
}
},
+#endif
{ &hf_mac_lte_drx_state_short_cycle_offset,
{ "Short cycle offset",
"mac-lte.drx-state.short-cycle-offset", FT_UINT16, BASE_DEC,
0, 0x0, NULL, HFILL
}
},
+#if 0
{ &hf_mac_lte_drx_state_short_cycle_on,
{ "Short cycle current on",
"mac-lte.drx-state.short-cycle-on", FT_BOOLEAN, BASE_NONE,
0, 0x0, NULL, HFILL
}
},
+#endif
{ &hf_mac_lte_drx_state_inactivity_remaining,
{ "Inactivity remaining",
"mac-lte.drx-state.inactivity-remaining", FT_UINT16, BASE_DEC,