aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/wimax_phy_attributes_decoder.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-04-08 15:21:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-04-08 15:21:07 +0000
commita10b76a99b9d620ca3ca2769ca2e8d15ce50d35d (patch)
tree6f0eceb48ceaaee882149c02988b01e618d01997 /plugins/wimax/wimax_phy_attributes_decoder.c
parent441c3f63b2d508910e1b18491899c3aa1b8b502a (diff)
Get rid of check_col().
svn path=/trunk/; revision=32426
Diffstat (limited to 'plugins/wimax/wimax_phy_attributes_decoder.c')
-rw-r--r--plugins/wimax/wimax_phy_attributes_decoder.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/wimax/wimax_phy_attributes_decoder.c b/plugins/wimax/wimax_phy_attributes_decoder.c
index d36866bbb8..6c84a01aba 100644
--- a/plugins/wimax/wimax_phy_attributes_decoder.c
+++ b/plugins/wimax/wimax_phy_attributes_decoder.c
@@ -89,11 +89,8 @@ static void dissect_wimax_phy_attributes_decoder(tvbuff_t *tvb, packet_info *pin
proto_tree *phy_tree = NULL;
/* update the info column */
- if (check_col(pinfo->cinfo, COL_INFO))
- {
- /*col_append_str(pinfo->cinfo, COL_INFO, "PDU Burst Physical Attributes:");*/
- col_append_sep_str(pinfo->cinfo, COL_INFO, NULL, "PHY-attr");
- }
+ /*col_append_str(pinfo->cinfo, COL_INFO, "PDU Burst Physical Attributes:");*/
+ col_append_sep_str(pinfo->cinfo, COL_INFO, NULL, "PHY-attr");
if (tree)
{ /* we are being asked for details */
/* get the tvb reported length */