aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-05-03 20:25:33 +0000
committerBill Meier <wmeier@newsguy.com>2010-05-03 20:25:33 +0000
commite4437766871cb072c6cc05e0b90b54ebfeeccbb9 (patch)
treec0825cd4d197314ee2b0da2b9b61c14310c799ee /docbook
parent6e802e4e2ed60ab220848958fe4cfd6bf0050c48 (diff)
Update the capinfos documentation.
svn path=/trunk/; revision=32652
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_app_tools.xml41
1 files changed, 33 insertions, 8 deletions
diff --git a/docbook/wsug_src/WSUG_app_tools.xml b/docbook/wsug_src/WSUG_app_tools.xml
index 449e44661e..6abf09b4c8 100644
--- a/docbook/wsug_src/WSUG_app_tools.xml
+++ b/docbook/wsug_src/WSUG_app_tools.xml
@@ -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)
+
+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
+If no options are given the default is to display all infos in long report
+output format.
</programlisting>
</example>
</para>