aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dsp
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/dsp')
-rw-r--r--asn1/dsp/packet-dsp-template.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/asn1/dsp/packet-dsp-template.c b/asn1/dsp/packet-dsp-template.c
index cd24dab845..14ad8453f1 100644
--- a/asn1/dsp/packet-dsp-template.c
+++ b/asn1/dsp/packet-dsp-template.c
@@ -101,8 +101,7 @@ dissect_dsp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
item = proto_tree_add_item(parent_tree, proto_dsp, tvb, 0, -1, FALSE);
tree = proto_item_add_subtree(item, ett_dsp);
}
- if (check_col(pinfo->cinfo, COL_PROTOCOL))
- col_set_str(pinfo->cinfo, COL_PROTOCOL, "DAP");
+ col_set_str(pinfo->cinfo, COL_PROTOCOL, "DAP");
if (check_col(pinfo->cinfo, COL_INFO))
col_clear(pinfo->cinfo, COL_INFO);