aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-rngreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/docsis/packet-rngreq.c')
-rw-r--r--plugins/docsis/packet-rngreq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/docsis/packet-rngreq.c b/plugins/docsis/packet-rngreq.c
index 5deba47e12..b5c451c73e 100644
--- a/plugins/docsis/packet-rngreq.c
+++ b/plugins/docsis/packet-rngreq.c
@@ -48,7 +48,6 @@ dissect_rngreq (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
sid = tvb_get_ntohs (tvb, 0);
- col_clear (pinfo->cinfo, COL_INFO);
if (sid > 0)
col_add_fstr (pinfo->cinfo, COL_INFO, "Ranging Request: SID = %u",
sid);