summaryrefslogtreecommitdiffstats
path: root/doc/wsug_src/capinfos-h.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
commita86c5f7cae7ec9a3398300555a0b644689d946a1 (patch)
tree39fe4b107c71174fd1e8a8ceb9a4d2aa14116248 /doc/wsug_src/capinfos-h.txt
parentReleasing progress-linux version 4.2.6-1~progress7.99u1. (diff)
downloadwireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.tar.xz
wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.zip
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/wsug_src/capinfos-h.txt')
-rw-r--r--doc/wsug_src/capinfos-h.txt68
1 files changed, 68 insertions, 0 deletions
diff --git a/doc/wsug_src/capinfos-h.txt b/doc/wsug_src/capinfos-h.txt
new file mode 100644
index 00000000..caff07c7
--- /dev/null
+++ b/doc/wsug_src/capinfos-h.txt
@@ -0,0 +1,68 @@
+Capinfos (Wireshark) 4.4.0 (v4.4.0rc1-11-g13699b5b3e78)
+Print various information (infos) about capture files.
+See https://www.wireshark.org for more information.
+
+Usage: capinfos [options] <infile> ...
+
+General infos:
+ -t display the capture file type
+ -E display the capture file encapsulation
+ -I display the capture file interface information
+ -F display additional capture file information
+ -H display the SHA256 and SHA1 hashes of the file
+ -k display the capture comment
+ -p display individual packet comments
+
+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 infos:
+ -u display the capture duration (in seconds)
+ -a display the timestamp of the earliest packet
+ -e display the timestamp of the latest packet
+ -o display the capture file chronological status (True/False)
+ -S display earliest and latest packet timestamps as seconds
+
+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)
+
+Metadata infos:
+ -n display number of resolved IPv4 and IPv6 addresses
+ -D display number of decryption secrets
+
+Output format:
+ -L generate long report (default)
+ -T generate table report
+ -M display machine-readable values in long reports
+
+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, --help display this help and exit
+ -v, --version display version info and exit
+ -C cancel processing if file open fails (default is to continue)
+ -A generate all infos (default)
+ -K disable displaying the capture comment
+ -P disable displaying individual packet comments
+
+Options are processed from left to right order with later options superseding
+or adding to earlier options.
+
+If no options are given the default is to display all infos in long report
+output format.