TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags
[wireshark-sm.git] / doc / wsug_src / capinfos-h.txt
blob9a860d9fb19f02078e2cfed774304b515399f9df
1 Capinfos (Wireshark) 4.5.0 (v4.5.0rc0-48-g7b7ca8210417)
2 Print various information (infos) about capture files.
3 See https://www.wireshark.org for more information.
5 Usage: capinfos [options] <infile> ...
7 General infos:
8   -t display the capture file type
9   -E display the capture file encapsulation
10   -I display the capture file interface information
11   -F display additional capture file information
12   -H display the SHA256 and SHA1 hashes of the file
13   -k display the capture comment
14   -p display individual packet comments
16 Size infos:
17   -c display the number of packets
18   -s display the size of the file (in bytes)
19   -d display the total length of all packets (in bytes)
20   -l display the packet size limit (snapshot length)
22 Time infos:
23   -u display the capture duration (in seconds)
24   -a display the timestamp of the earliest packet
25   -e display the timestamp of the latest packet
26   -o display the capture file chronological status (True/False)
27   -S display earliest and latest packet timestamps as seconds
29 Statistic infos:
30   -y display average data rate (in bytes/sec)
31   -i display average data rate (in bits/sec)
32   -z display average packet size (in bytes)
33   -x display average packet rate (in packets/sec)
35 Metadata infos:
36   -n display number of resolved IPv4 and IPv6 addresses
37   -D display number of decryption secrets
39 Output format:
40   -L generate long report (default)
41   -T generate table report
42   -M display machine-readable values in long reports
44 Table report options:
45   -R generate header record (default)
46   -r do not generate header record
48   -B separate infos with TAB character (default)
49   -m separate infos with comma (,) character
50   -b separate infos with SPACE character
52   -N do not quote infos (default)
53   -q quote infos with single quotes (')
54   -Q quote infos with double quotes (")
56 Miscellaneous:
57   -h, --help               display this help and exit
58   -v, --version            display version info and exit
59   -C cancel processing if file open fails (default is to continue)
60   -A generate all infos (default)
61   -K disable displaying the capture comment
62   -P disable displaying individual packet comments
64 Options are processed from left to right order with later options superseding
65 or adding to earlier options.
67 If no options are given the default is to display all infos in long report
68 output format.