aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dumpcap.pod
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-12 16:24:57 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-12 16:24:57 +0000
commit88fb03ddda501b70b2a2146d7924d3c6c5f0e7e2 (patch)
tree4149bd22999459b3d6ee798d24921e365e340358 /doc/dumpcap.pod
parenta85f74bef4261d88e5e6ab4ecbaa7cdf898d6fe4 (diff)
Update man pages; Add several missing options; Fix typos, Do minor rewording;
editcap: Add description of -i option; dumpcap: Add description of -S option; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28336 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc/dumpcap.pod')
-rw-r--r--doc/dumpcap.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod
index 597fe43a79..c21b5c4aac 100644
--- a/doc/dumpcap.pod
+++ b/doc/dumpcap.pod
@@ -19,6 +19,7 @@ S<[ B<-n> ]>
S<[ B<-M> ]>
S<[ B<-p> ]>
S<[ B<-s> E<lt>capture snaplenE<gt> ]>
+S<[ B<-S> ]>
S<[ B<-v> ]>
S<[ B<-w> E<lt>outfileE<gt> ]>
S<[ B<-y> E<lt>capture link typeE<gt> ]>
@@ -166,7 +167,7 @@ link types can be used for the B<-y> option.
=item -M
-When used with B<-D> and B<-L>, print verbose, machine-readable output.
+When used with B<-D>, B<-L> and B<-S>, print verbose, machine-readable output.
=item -n
@@ -188,6 +189,10 @@ No more than I<snaplen> bytes of each network packet will be read into
memory, or saved to disk. A value of 0 specifies a snapshot length of
65535, so that the full packet is captured; this is the default.
+=item -S
+
+Print statistics for each interface once every second.
+
=item -v
Print the version and exit.