From 2be411a215072052a3df879e707ace1948e3f3f6 Mon Sep 17 00:00:00 2001 From: Dave Goodell Date: Mon, 24 Apr 2017 22:19:18 -0700 Subject: tshark: add "--color" option emulating wireshark colors With this commit, tshark will mimic the packet coloring present in the Wireshark GUI whenever "--color" is passed. This initial commit only adds such support for the standard text output format. A future commit could potentially broaden this support to other output modes (such as "-V" mode). Bug: 5158 Change-Id: I59329e32475b0c67e28802e79610544d4868ea2d Reviewed-on: https://code.wireshark.org/review/21325 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- docbook/release-notes.asciidoc | 1 + 1 file changed, 1 insertion(+) (limited to 'docbook') diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc index dd8b250de5..19d3c1d5ca 100644 --- a/docbook/release-notes.asciidoc +++ b/docbook/release-notes.asciidoc @@ -28,6 +28,7 @@ used for troubleshooting, analysis, development and education. The following features are new (or have been significantly updated) since version 2.4.0: + * Add color support for TShark with --color option (non-Windows only) //=== Removed Dissectors -- cgit v1.2.1