aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-cmstatus.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/docsis/packet-cmstatus.c')
-rw-r--r--plugins/docsis/packet-cmstatus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/docsis/packet-cmstatus.c b/plugins/docsis/packet-cmstatus.c
index 2e2b100246..7681879c15 100644
--- a/plugins/docsis/packet-cmstatus.c
+++ b/plugins/docsis/packet-cmstatus.c
@@ -144,7 +144,6 @@ dissect_cmstatus (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
transid = tvb_get_ntohs (tvb, 0);
event_type = tvb_get_guint8 (tvb, 2);
len = tvb_reported_length_remaining (tvb, 3);
- col_clear (pinfo->cinfo, COL_INFO);
col_add_fstr (pinfo->cinfo, COL_INFO, "CM-STATUS Report: Transaction ID = %u", transid);
if (tree)