aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r--doc/tshark.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index e6034f64ac..512ff1c906 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -54,6 +54,7 @@ S<[ B<-Y> E<lt>displaY filterE<gt> ]>
S<[ B<-M> E<lt>auto session resetE<gt> ]>
S<[ B<-z> E<lt>statisticsE<gt> ]>
S<[ B<--capture-comment> E<lt>commentE<gt> ]>
+S<[ B<--color> ]>
S<[ B<--export-objects> E<lt>protocolE<gt>,E<lt>destdirE<gt> ]>
S<[ B<--enable-protocol> E<lt>proto_nameE<gt> ]>
S<[ B<--disable-protocol> E<lt>proto_nameE<gt> ]>
@@ -1613,6 +1614,14 @@ Add a capture comment to the output file.
This option is only available if a new output file in pcapng format is
created. Only one capture comment may be set per output file.
+=item --color
+
+Enable coloring of packets according to standard Wireshark color filters. This
+is currently implemented via 24-bit "true color" terminal escape sequences that
+are not supported by all terminal emulators. See
+L<https://wiki.wireshark.org/ColoringRules> for more information on configuring
+color filters.
+
=item --export-objects E<lt>protocolE<gt>,E<lt>destdirE<gt>
Export all objects within a protocol into directory B<destdir>. The available