From 6110a96f689d51c92c5b00b4dfda3a9cd6916a25 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Sun, 9 Aug 2009 07:59:51 +0000 Subject: Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_check svn path=/trunk/; revision=29345 --- epan/dissectors/packet-wtls.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'epan/dissectors/packet-wtls.c') diff --git a/epan/dissectors/packet-wtls.c b/epan/dissectors/packet-wtls.c index c424cd787c..45aa6fd1c9 100644 --- a/epan/dissectors/packet-wtls.c +++ b/epan/dissectors/packet-wtls.c @@ -339,9 +339,7 @@ dissect_wtls(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) } /* Develop the string to put in the Info column */ - if (check_col(pinfo->cinfo, COL_INFO)) { - col_set_str(pinfo->cinfo, COL_INFO, "WTLS" ); - }; + col_set_str(pinfo->cinfo, COL_INFO, "WTLS"); /* In the interest of speed, if "tree" is NULL, don't do any work not necessary to generate protocol tree items. */ -- cgit v1.2.3