aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/t125/packet-t125-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/t125/packet-t125-template.c')
-rw-r--r--asn1/t125/packet-t125-template.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/asn1/t125/packet-t125-template.c b/asn1/t125/packet-t125-template.c
index 36dc6c01d6..77a5b781a9 100644
--- a/asn1/t125/packet-t125-template.c
+++ b/asn1/t125/packet-t125-template.c
@@ -62,9 +62,7 @@ dissect_t125(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *parent_tree)
gint32 tag;
col_set_str(pinfo->cinfo, COL_PROTOCOL, "T.125");
- if (check_col(pinfo->cinfo, COL_INFO)){
- col_clear(pinfo->cinfo, COL_INFO);
- }
+ col_clear(pinfo->cinfo, COL_INFO);
item = proto_tree_add_item(parent_tree, proto_t125, tvb, 0, tvb_length(tvb), FALSE);
tree = proto_item_add_subtree(item, ett_t125);