1tcpcapinfo(1) User Commands tcpcapinfo(1)
2
3
4
6 tcpcapinfo - Pcap file dissector for debugging broken pcap files
7
9 tcpcapinfo [-flags] [-flag [value]] [--option-name[[=| ]value]]
10 <pcap_file(s)>
11
12 tcpcapinfo is a tool for decoding the structure of a pcap(3) file with
13 a focus on finding broken pcap files and determining how two related
14 pcap files might differ.
15
17 tcpcapinfo will first print out the pcap_file_header_t in human read‐
18 able form followed by a per-packet summary including the pcap_pkthdr_t
19 and simple checksum value of the packet.
20
22 -d number, --dbug=number
23 Enable debugging output. This option may appear up to 1 times.
24 This option takes an integer number as its argument. The value
25 of number is constrained to being:
26 in the range 0 through 5
27 The default number for this option is:
28 0
29
30 If configured with --enable-debug, then you can specify a ver‐
31 bosity level for debugging output. Higher numbers increase ver‐
32 bosity.
33
34 -V, --version
35 Print version information.
36
37
38 -H, --help
39 Display usage information and exit.
40
41 -!, --more-help
42 Pass the extended usage information through a pager.
43
45 One of the following exit values will be returned:
46
47 0 (EXIT_SUCCESS)
48 Successful program execution.
49
50 1 (EXIT_FAILURE)
51 The operation failed or the command syntax was not valid.
52
53 70 (EX_SOFTWARE)
54 libopts had an internal operational error. Please report it to
55 autogen-users@lists.sourceforge.net. Thank you.
56
58 Copyright 2000-2012 Aaron Turner Copyright 2013 Fred Klassen - AppNeta
59 For support please use the tcpreplay-users@lists.sourceforge.net mail‐
60 ing list. The latest version of this software is always available
61 from: http://tcpreplay.appneta.com/
62
64 Copyright (C) 2000-2012 Aaron Turner and Fred Klassen all rights
65 reserved. This program is released under the terms of the GNU General
66 Public License, version 3 or later.
67
69 Please send bug reports to: tcpreplay-users@lists.sourceforge.net
70
72 This manual page was AutoGen-erated from the tcpcapinfo option defini‐
73 tions.
74
75
76
77Tcpreplay Suite 14 Jun 2020 tcpcapinfo(1)