Update the capinfos documentation.

svn path=/trunk/; revision=32652
This commit is contained in:
Bill Meier 2010-05-03 20:25:33 +00:00
parent 6e802e4e2e
commit e443776687
1 changed files with 33 additions and 8 deletions

View File

@ -138,37 +138,62 @@ Use Ctrl-C to stop capturing at any time.
<example id="AppToolscapinfosEx">
<title>Help information available from capinfos</title>
<programlisting>
$ capinfos -h
Capinfos 1.1.4
Prints information about capture files.
capinfos -h
Capinfos 1.3.5
Prints various information (infos) about capture files.
See http://www.wireshark.org for more information.
Usage: capinfos [options] &lt;infile&gt; ...
General:
General infos:
-t display the capture file type
-E display the capture file encapsulation
-H display the SHA1, RMD160, and MD5 hashes of the file
Size:
Size infos:
-c display the number of packets
-s display the size of the file (in bytes)
-d display the total length of all packets (in bytes)
-l display the packet size limit (snapshot length)
Time:
Time infos:
-u display the capture duration (in seconds)
-a display the capture start time
-e display the capture end time
-S display start and end times as seconds
Statistic:
Statistic infos:
-y display average data rate (in bytes/sec)
-i display average data rate (in bits/sec)
-z display average packet size (in bytes)
-x display average packet rate (in packets/sec)
Output format:
-L generate long report (default)
-T generate table report
Table report options:
-R generate header record (default)
-r do not generate header record
-B separate infos with TAB character (default)
-m separate infos with comma (,) character
-b separate infos with SPACE character
-N do not quote infos (default)
-q quote infos with single quotes (&apos;)
-Q quote infos with double quotes (&quot;)
Miscellaneous:
-h display this help and exit
-C cancel processing if file open fails (default is to continue)
-A generate all infos (default)
If no options are given the default is to display all infos
Options are processed from left to right order with later options superceeding
or adding to earlier options.
If no options are given the default is to display all infos in long report
output format.
</programlisting>
</example>
</para>