From 440c3f9261af41a397823a80121cfa0122df1c88 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 13 Jan 2010 20:32:01 +0000 Subject: From Didier Gautheron: check_col.diff Remove redundant calls to check_col() if it guards only one columns function with one parameter after the column type. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4394 svn path=/trunk/; revision=31519 --- epan/dissectors/packet-xot.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/dissectors/packet-xot.c') diff --git a/epan/dissectors/packet-xot.c b/epan/dissectors/packet-xot.c index fbcbb7f01d..cb42de579d 100644 --- a/epan/dissectors/packet-xot.c +++ b/epan/dissectors/packet-xot.c @@ -233,8 +233,7 @@ static void dissect_xot_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) guint init_itf_name_len, resp_itf_name_len, pkt_size; gint hdr_offset = offset; - if (check_col(pinfo->cinfo, COL_INFO)) - col_set_str(pinfo->cinfo, COL_INFO, "XOT PVC Setup"); + col_set_str(pinfo->cinfo, COL_INFO, "XOT PVC Setup"); proto_item_set_len(ti, XOT_HEADER_LENGTH + plen); /* These fields are in overlay with packet-x25.c */ -- cgit v1.2.3