aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dsp
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-01-17 12:19:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-01-17 12:19:02 +0000
commitba8d7bd919a274912588ae363403abc880843697 (patch)
tree2af5611d4171706d47b054521c7bc9f236b2a5df /asn1/dsp
parent0d3840e704c28c370fcec20f216b7f9f97e70283 (diff)
Get rid of check_col();
svn path=/trunk/; revision=31544
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 2c5ed55435..465f3df7ec 100644
--- a/asn1/dsp/packet-dsp-template.c
+++ b/asn1/dsp/packet-dsp-template.c
@@ -253,8 +253,7 @@ dissect_dsp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
}
if(dsp_dissector) {
- if (check_col(pinfo->cinfo, COL_INFO))
- col_set_str(pinfo->cinfo, COL_INFO, dsp_op_name);
+ col_set_str(pinfo->cinfo, COL_INFO, dsp_op_name);
while (tvb_reported_length_remaining(tvb, offset) > 0){
old_offset=offset;