aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-distcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-distcc.c')
-rw-r--r--epan/dissectors/packet-distcc.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/epan/dissectors/packet-distcc.c b/epan/dissectors/packet-distcc.c
index 8146ef15a8..08c8b3ee50 100644
--- a/epan/dissectors/packet-distcc.c
+++ b/epan/dissectors/packet-distcc.c
@@ -247,9 +247,7 @@ dissect_distcc_doti(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int off
/* see if we need to desegment the PDU */
DESEGMENT_TCP("DOTI");
- if (check_col(pinfo->cinfo, COL_INFO)) {
- col_append_str(pinfo->cinfo, COL_INFO, "DOTI source ");
- }
+ col_append_str(pinfo->cinfo, COL_INFO, "DOTI source ");
proto_tree_add_item(tree, hf_distcc_doti_source, tvb, offset, len, FALSE);
if(len!=parameter){
@@ -269,9 +267,7 @@ dissect_distcc_doto(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int off
/* see if we need to desegment the PDU */
DESEGMENT_TCP("DOTO");
- if (check_col(pinfo->cinfo, COL_INFO)) {
- col_append_str(pinfo->cinfo, COL_INFO, "DOTO object ");
- }
+ col_append_str(pinfo->cinfo, COL_INFO, "DOTO object ");
proto_tree_add_item(tree, hf_distcc_doto_object, tvb, offset, len, FALSE);
if(len!=parameter){