From d9503878072210dc1b03da41b9c5ecaea8cb22f7 Mon Sep 17 00:00:00 2001 From: krj Date: Sun, 9 Aug 2009 06:26:46 +0000 Subject: Don't guard col_set_str (COL_PROTOCOL) with col_check git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-sll.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/dissectors/packet-sll.c') diff --git a/epan/dissectors/packet-sll.c b/epan/dissectors/packet-sll.c index e5af009e05..49ae821a2b 100644 --- a/epan/dissectors/packet-sll.c +++ b/epan/dissectors/packet-sll.c @@ -156,8 +156,7 @@ dissect_sll(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) tvbuff_t *next_tvb; proto_tree *fh_tree = NULL; - if (check_col(pinfo->cinfo, COL_PROTOCOL)) - col_set_str(pinfo->cinfo, COL_PROTOCOL, "SLL"); + col_set_str(pinfo->cinfo, COL_PROTOCOL, "SLL"); if (check_col(pinfo->cinfo, COL_INFO)) col_clear(pinfo->cinfo, COL_INFO); -- cgit v1.2.3