aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dumpcap.pod
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-07-20 21:43:07 +0000
committerGerald Combs <gerald@wireshark.org>2007-07-20 21:43:07 +0000
commitc02e0c7b4a2f23916f6bdda16bd124e3a2b83419 (patch)
treea705612afd4276c7aa9f43738667b6b8a7da2520 /doc/dumpcap.pod
parentc1a4caf1b24b7ce38434f8963b3590013912697b (diff)
Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify
that "-D" and "-L" should produce machine-readable output. Use this to move an indirect get_pcap_linktype() call from the GUI to dumpcap. svn path=/trunk/; revision=22367
Diffstat (limited to 'doc/dumpcap.pod')
-rw-r--r--doc/dumpcap.pod14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod
index 9e9ed8f3ae..7852803096 100644
--- a/doc/dumpcap.pod
+++ b/doc/dumpcap.pod
@@ -14,8 +14,8 @@ S<[ B<-D> ]>
S<[ B<-f> E<lt>capture filterE<gt> ]>
S<[ B<-h> ]>
S<[ B<-i> E<lt>capture interfaceE<gt>|- ]>
-S<[ B<-I> E<lt>l|sE<gt> ]>
S<[ B<-L> ]>
+S<[ B<-M> ]>
S<[ B<-p> ]>
S<[ B<-s> E<lt>capture snaplenE<gt> ]>
S<[ B<-v> ]>
@@ -156,19 +156,15 @@ standard libpcap format.
Note: the Win32 version of B<Dumpcap> doesn't support capturing from
pipes or stdin!
-=item -I
-
-If run with the B<l> argument, print a verbose, machine-readable interface
-list, similar to the B<-D> flag.
-
-If run with the B<s> argument, print statistics for each interface every
-second until the program terminates.
-
=item -L
List the data link types supported by the interface and exit. The reported
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.
+
=item -p
I<Don't> put the interface into promiscuous mode. Note that the