diff options
author | Gerald Combs <gerald@wireshark.org> | 2005-01-03 21:11:53 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2005-01-03 21:11:53 +0000 |
commit | 65e839d380776f69fd2df9a859854e95ae7b1409 (patch) | |
tree | 71b3da0f93863c1322a7d96ae1704c6d0d010a35 /doc | |
parent | 5222b52e2c55b24ce9049c8e708f5c739785bc61 (diff) | |
download | wireshark-65e839d380776f69fd2df9a859854e95ae7b1409.tar.gz wireshark-65e839d380776f69fd2df9a859854e95ae7b1409.tar.bz2 wireshark-65e839d380776f69fd2df9a859854e95ae7b1409.zip |
Let capinfos print statistics for more than one file. Normalize
capitalization.
svn path=/trunk/; revision=12945
Diffstat (limited to 'doc')
-rw-r--r-- | doc/capinfos.pod | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/capinfos.pod b/doc/capinfos.pod index ce9a40d40a..6f476dbdbe 100644 --- a/doc/capinfos.pod +++ b/doc/capinfos.pod @@ -18,12 +18,13 @@ S<[ B<-i> ]> S<[ B<-z> ]> S<[ B<-h> ]> I<capfile> +I<...> =head1 DESCRIPTION -B<Capinfos> is a program that reads a saved capture file and returns any -or all of several statistics about that file. B<Capinfos> is able to detect -and read any capture supported by the B<Ethereal> package. +B<Capinfos> is a program that reads one or more saved capture files and +returns any or all of several statistics about each file. B<Capinfos> is +able to detect and read any capture supported by the B<Ethereal> package. B<Capinfos> can read the following file formats: @@ -204,3 +205,4 @@ of B<Ethereal> can be found at B<http://www.ethereal.com>. Contributors ------------ + Gerald Combs <gerald[AT]ethereal.com> |