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-q2931.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/dissectors/packet-q2931.c') diff --git a/epan/dissectors/packet-q2931.c b/epan/dissectors/packet-q2931.c index 42a5238dee..6f777d77c6 100644 --- a/epan/dissectors/packet-q2931.c +++ b/epan/dissectors/packet-q2931.c @@ -2040,8 +2040,7 @@ dissect_q2931(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) int codeset; gboolean non_locking_shift; - if (check_col(pinfo->cinfo, COL_PROTOCOL)) - col_set_str(pinfo->cinfo, COL_PROTOCOL, "Q.2931"); + col_set_str(pinfo->cinfo, COL_PROTOCOL, "Q.2931"); if (tree) { ti = proto_tree_add_item(tree, proto_q2931, tvb, offset, -1, -- cgit v1.2.3