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