From e4437766871cb072c6cc05e0b90b54ebfeeccbb9 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 3 May 2010 20:25:33 +0000 Subject: [PATCH] Update the capinfos documentation. svn path=/trunk/; revision=32652 --- docbook/wsug_src/WSUG_app_tools.xml | 41 +++++++++++++++++++++++------ 1 file 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. Help information available from capinfos -$ 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] <infile> ... -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 (') + -Q quote infos with double quotes (") + 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.