From ebd44dbf8016c1b9eff71707375935d1a550c9f3 Mon Sep 17 00:00:00 2001 From: AdrianSimionov Date: Sun, 27 Dec 2015 22:14:53 +0100 Subject: [docsis->sync] Remove colon from INFO field SYNC is a simple message, there is no info to follow the colon. Most probably was introduced as a copy paste from more complex packets. Change-Id: I552aad68f9484f347266838e9c319de680825dde Reviewed-on: https://code.wireshark.org/review/12879 Reviewed-by: Michael Mann --- plugins/docsis/packet-sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/docsis/packet-sync.c b/plugins/docsis/packet-sync.c index bb97cf4001..89421c91a4 100644 --- a/plugins/docsis/packet-sync.c +++ b/plugins/docsis/packet-sync.c @@ -43,7 +43,7 @@ dissect_sync (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, void* data proto_item *it; proto_tree *sync_tree; - col_set_str(pinfo->cinfo, COL_INFO, "Sync Message:"); + col_set_str(pinfo->cinfo, COL_INFO, "Sync Message"); if (tree) { -- cgit v1.2.3