aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h501.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-01-17 12:46:00 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-01-17 12:46:00 +0000
commita255c08b66c95d38d62eebcde91914289cd006d2 (patch)
treeb2565a147de9c219fec10831a2e8fdd833745ea8 /epan/dissectors/packet-h501.c
parentd0ced3ccefd24ef651832f5749e8db6d41ee5ec3 (diff)
Get rid of check_col();
svn path=/trunk/; revision=31546
Diffstat (limited to 'epan/dissectors/packet-h501.c')
-rw-r--r--epan/dissectors/packet-h501.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h501.c b/epan/dissectors/packet-h501.c
index e4cbf34f3d..6605a0d2d0 100644
--- a/epan/dissectors/packet-h501.c
+++ b/epan/dissectors/packet-h501.c
@@ -2371,7 +2371,7 @@ dissect_h501_MessageBody(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_
#line 25 "h501.cnf"
p = match_strval(msg_type, VALS(h501_MessageBody_vals));
- if (p && check_col(actx->pinfo->cinfo, COL_INFO))
+ if (p )
col_set_str(actx->pinfo->cinfo, COL_INFO, p);
return offset;