aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2012-12-20 01:22:42 +0000
committerMichael Mann <mmann78@netscape.net>2012-12-20 01:22:42 +0000
commit0bdfbe97d4cab100fab4390523c4835012d46d07 (patch)
tree8a300d0cd64fe1ccdb03b41dc356f805490f770d /doc/tshark.pod
parent072041e3fb749771b9a51562c6caa700d6285f6e (diff)
Add -Q option to TShark to force only "true" errors to stderr. No "status" messages should be included if -Q option is specified. Bug 2881 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2881)
svn path=/trunk/; revision=46627
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r--doc/tshark.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index b21b8e372b..961ef0102f 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -33,6 +33,7 @@ S<[ B<-O> E<lt>protocolsE<gt> ]>
S<[ B<-p> ]>
S<[ B<-P> ]>
S<[ B<-q> ]>
+S<[ B<-Q> ]>
S<[ B<-r> E<lt>infileE<gt> ]>
S<[ B<-R> E<lt>read (display) filterE<gt> ]>
S<[ B<-s> E<lt>capture snaplenE<gt> ]>
@@ -598,6 +599,12 @@ don't print packet information; this is useful if you're using a B<-z>
option to calculate statistics and don't want the packet information
printed, just the statistics.
+=item -Q
+
+When capturing packets, only display true errors. This outputs less
+than the B<-q> option, so the interface name and total packet
+count and the end of a capture are not sent to stderr.
+
=item -r E<lt>infileE<gt>
Read packet data from I<infile>, can be any supported capture file format