aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-09-26 15:48:45 +0000
committerGerald Combs <gerald@wireshark.org>2007-09-26 15:48:45 +0000
commit23af5dbf9adb6e2a65e23d97598610f6c3430ecd (patch)
treedd663902ec457c729b49bbdba6bef9f4b3afd386 /doc
parent8e59e99b5c52287686895ecf18c1c41687383fb5 (diff)
Add the -E (encapsulation) flag.
svn path=/trunk/; revision=22987
Diffstat (limited to 'doc')
-rw-r--r--doc/capinfos.pod13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/capinfos.pod b/doc/capinfos.pod
index 5f6efdb9ec..19de7aef48 100644
--- a/doc/capinfos.pod
+++ b/doc/capinfos.pod
@@ -7,6 +7,7 @@ capinfos - Prints information about capture files
B<capinfos>
S<[ B<-t> ]>
+S<[ B<-E> ]>
S<[ B<-c> ]>
S<[ B<-s> ]>
S<[ B<-d> ]>
@@ -25,13 +26,13 @@ I<...>
B<Capinfos> is a program that reads one or more capture files and
returns some or all available statistics of each E<lt>I<infile>E<gt>.
-The user specifies which statistics to report by specifying flags
-corresponding to the statistic. If no flags are specified, B<Capinfos>
+The user specifies which statistics to report by specifying flags
+corresponding to the statistic. If no flags are specified, B<Capinfos>
will report all statistics available.
-B<Capinfos> is able to detect and read the same capture files that are
+B<Capinfos> is able to detect and read the same capture files that are
supported by B<Wireshark>.
-The input files don't need a specific filename extension; the file
+The input files don't need a specific filename extension; the file
format and an optional gzip compression will be automatically detected.
Near the beginning of the DESCRIPTION section of wireshark(1) or
L<http://www.wireshark.org/docs/man-pages/wireshark.html>
@@ -46,6 +47,10 @@ the same way B<Capinfos> handles this.
Displays the capture type of the capture file.
+=item -E
+
+Displays the per-file encapsulation of the capture file.
+
=item -c
Counts the number of packets in the capture file.