From 4b6090e5766e315090c2f3d15cb3368d98168be9 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Sun, 9 Aug 2009 07:01:26 +0000 Subject: Don't guard col_set_str (COL_INFO) with col_check svn path=/trunk/; revision=29342 --- epan/dissectors/packet-bvlc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/dissectors/packet-bvlc.c') diff --git a/epan/dissectors/packet-bvlc.c b/epan/dissectors/packet-bvlc.c index eae519e50d..62b5d7e464 100644 --- a/epan/dissectors/packet-bvlc.c +++ b/epan/dissectors/packet-bvlc.c @@ -141,8 +141,7 @@ dissect_bvlc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) col_set_str(pinfo->cinfo, COL_PROTOCOL, "BVLC"); - if (check_col(pinfo->cinfo, COL_INFO)) - col_set_str(pinfo->cinfo, COL_INFO, "BACnet Virtual Link Control"); + col_set_str(pinfo->cinfo, COL_INFO, "BACnet Virtual Link Control"); bvlc_function = tvb_get_guint8(tvb, offset+1); packet_length = tvb_get_ntohs(tvb, offset+2); -- cgit v1.2.3