tests: add regression tests for Follow TCP Stream
[metze/wireshark/wip.git] / doc / captype.pod
1
2 =head1 NAME
3
4 captype - Prints the types of capture files
5
6 =head1 SYNOPSIS
7
8 B<capinfos>
9 E<lt>I<infile>E<gt>
10 I<...>
11
12 =head1 DESCRIPTION
13
14 B<Captypes> is a program that opens one or more capture files and
15 prints the capture file type of each E<lt>I<infile>E<gt>.
16
17 B<Capinfos> is able to detect and read the same capture files that are
18 supported by B<Wireshark>.
19 The input files don't need a specific filename extension; the file
20 format and an optional gzip compression will be automatically detected.
21 Near the beginning of the DESCRIPTION section of wireshark(1) or
22 L<https://www.wireshark.org/docs/man-pages/wireshark.html>
23 is a detailed description of the way B<Wireshark> handles this, which is
24 the same way B<Capinfos> handles this.
25
26 =head1 SEE ALSO
27
28 pcap(3), wireshark(1), mergecap(1), editcap(1), tshark(1),
29 dumpcap(1), capinfos(1), pcap-filter(7) or tcpdump(8)
30
31 =head1 NOTES
32
33 B<Captype> is part of the B<Wireshark> distribution.  The latest version
34 of B<Wireshark> can be found at L<https://www.wireshark.org>.
35
36 HTML versions of the Wireshark project man pages are available at:
37 L<https://www.wireshark.org/docs/man-pages>.
38
39 =head1 AUTHORS
40
41   Original Author
42   -------- ------
43   Ian Schorr           <ian[AT]ianschorr.com>
44
45
46   Contributors
47   ------------
48   Gerald Combs         <gerald[AT]wireshark.org>
49   Jim Young            <jyoung[AT]gsu.edu>