decrypt drsuapi attributes
[wireshark-sm.git] / doc / man_pages / captype.adoc
blob94c072744c10187102a97664fa75189d0abdab22
1 include::../attributes.adoc[]
2 = captype(1)
3 :doctype: manpage
4 :stylesheet: ws.css
5 :linkcss:
6 :copycss: {css_dir}/{stylesheet}
8 == NAME
10 captype - Prints the types of capture files
12 == SYNOPSIS
14 [manarg]
15 *captype*
16 <__infile__>
17 __...__
19 [manarg]
20 *captype*
21 *-h|--help*
23 [manarg]
24 *captype*
25 *-v|--version*
27 == DESCRIPTION
29 *Captype* is a program that opens one or more capture files and
30 prints the capture file type of each <__infile__>.
32 *Captype* is able to detect and read the same capture files that are
33 supported by *Wireshark*.
34 The input files don't need a specific filename extension; the file
35 format and an optional gzip, zstd or lz4 compression will be automatically detected.
36 Near the beginning of the DESCRIPTION section of xref:wireshark.html[wireshark](1) or
37 https://www.wireshark.org/docs/man-pages/wireshark.html
38 is a detailed description of the way *Wireshark* handles this, which is
39 the same way *Captype* handles this.
41 == OPTIONS
43 -h|--help::
44 Print the version number and options and exit.
46 -v|--version::
47 Print the full version information and exit.
49 include::diagnostic-options.adoc[]
51 == SEE ALSO
53 xref:https://www.tcpdump.org/manpages/pcap.3pcap.html[pcap](3), xref:wireshark.html[wireshark](1), xref:mergecap.html[mergecap](1), xref:editcap.html[editcap](1), xref:tshark.html[tshark](1),
54 xref:dumpcap.html[dumpcap](1), xref:capinfos.html[capinfos](1), xref:https://www.tcpdump.org/manpages/pcap-filter.7.html[pcap-filter](7) or xref:https://www.tcpdump.org/manpages/tcpdump.1.html[tcpdump](8)
56 == NOTES
58 *Captype* is part of the *Wireshark* distribution.  The latest version
59 of *Wireshark* can be found at https://www.wireshark.org.
61 HTML versions of the Wireshark project man pages are available at
62 https://www.wireshark.org/docs/man-pages.
64 == AUTHORS
66 .Original Author
67 [%hardbreaks]
68 Ian Schorr <ian[AT]ianschorr.com>
70 .Contributors
71 [%hardbreaks]
72 Gerald Combs <gerald[AT]wireshark.org>
73 Jim Young <jyoung[AT]gsu.edu>