summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorDave Goodell <dave@goodell.io>2017-04-24 22:19:18 -0700
committerMichael Mann <mmann78@netscape.net>2017-06-11 13:36:19 +0000
commit2be411a215072052a3df879e707ace1948e3f3f6 (patch)
tree9a3cad4943c64a2cedd6e8e4d3e6c9c9df45c509 /docbook
parentaffa6f18c87eaf430cc0bf260c54fbfe32976a5f (diff)
downloadwireshark-2be411a215072052a3df879e707ace1948e3f3f6.tar.gz
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 <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.asciidoc1
1 files changed, 1 insertions, 0 deletions
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