From b2e9a22ec53becba2c23777ffee4ff375d135698 Mon Sep 17 00:00:00 2001 From: krj Date: Sun, 9 Aug 2009 07:36:13 +0000 Subject: Don't guard col_clear with col_check git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29344 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-teredo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/dissectors/packet-teredo.c') diff --git a/epan/dissectors/packet-teredo.c b/epan/dissectors/packet-teredo.c index fbdc7e5ae1..64bfc8aaf9 100644 --- a/epan/dissectors/packet-teredo.c +++ b/epan/dissectors/packet-teredo.c @@ -231,8 +231,7 @@ dissect_teredo(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) teredoh = &teredohstruct[teredoh_count]; col_set_str(pinfo->cinfo, COL_PROTOCOL, "Teredo"); - if (check_col(pinfo->cinfo, COL_INFO)) - col_clear(pinfo->cinfo, COL_INFO); + col_clear(pinfo->cinfo, COL_INFO); if (tree) { ti = proto_tree_add_item(tree, proto_teredo, tvb, 0, -1, FALSE); -- cgit v1.2.3