aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAdrianSimionov <daniel.simionov@gmail.com>2015-12-27 22:14:53 +0100
committerMichael Mann <mmann78@netscape.net>2015-12-28 00:37:16 +0000
commitebd44dbf8016c1b9eff71707375935d1a550c9f3 (patch)
treefc0448a4a659eb8a7bf08ebd2d69f85ac3779999 /plugins
parente7da80d9ed9c68f5d6729e99447aa34aea5b5d80 (diff)
[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 <mmann78@netscape.net>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/docsis/packet-sync.c2
1 files changed, 1 insertions, 1 deletions
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)
{