1 .\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap-linktype.4,v 1.1.2.1 2008-04-05 20:21:09 guy Exp $
3 .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997
4 .\" The Regents of the University of California. All rights reserved.
5 .\" All rights reserved.
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that: (1) source code distributions
9 .\" retain the above copyright notice and this paragraph in its entirety, (2)
10 .\" distributions including binary code include the above copyright notice and
11 .\" this paragraph in its entirety in the documentation or other materials
12 .\" provided with the distribution, and (3) all advertising materials mentioning
13 .\" features or use of this software display the following acknowledgement:
14 .\" ``This product includes software developed by the University of California,
15 .\" Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
16 .\" the University nor the names of its contributors may be used to endorse
17 .\" or promote products derived from this software without specific prior
18 .\" written permission.
19 .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
20 .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
21 .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
23 .TH PCAP-LINKTYPE 4 "4 April 2008"
25 pcap-linktype \- link-layer header types supported by libpcap
27 Libpcap supplies for a live capture or ``savefile'' value that indicates
28 the type of link-layer header at the beginning of the packets it
29 provides. This is not necessarily the type of link-layer header that
30 the packets being captured have on the network from which they're being
31 captured; for example, packets from an IEEE 802.11 network might be
32 provided by libpcap with Ethernet headers that the network adapter or
33 the network adapter driver generates from the 802.11 headers.
35 The link-layer header types supported by libpcap are:
39 BSD loopback encapsulation; the link layer header is a 4-byte field, in
41 byte order, containing a PF_ value from
43 for the network-layer protocol of the packet.
45 Note that ``host byte order'' is the byte order of the machine on which
46 the packets are captured, and the PF_ values are for the OS of the
47 machine on which the packets are captured; if a live capture is being
48 done, ``host byte order'' is the byte order of the machine capturing the
49 packets, and the PF_ values are those of the OS of the machine capturing
50 the packets, but if a ``savefile'' is being read, the byte order and PF_
53 necessarily those of the machine reading the capture file.
56 Ethernet (10Mb, 100Mb, 1000Mb, and up)
65 SLIP; the link layer header contains, in order:
68 a 1-byte flag, which is 0 for packets received by the machine and 1 for
69 packets sent by the machine;
71 a 1-byte field, the upper 4 bits of which indicate the type of packet,
76 an unmodified IP datagram (TYPE_IP);
79 an uncompressed-TCP IP datagram (UNCOMPRESSED_TCP), with that byte being
80 the first byte of the raw IP header on the wire, containing the
81 connection number in the protocol field;
84 a compressed-TCP IP datagram (COMPRESSED_TCP), with that byte being the
85 first byte of the compressed TCP/IP datagram header;
88 for UNCOMPRESSED_TCP, the rest of the modified IP header, and for
89 COMPRESSED_TCP, the compressed TCP/IP datagram header;
93 for a total of 16 bytes; the uncompressed IP datagram follows the header.
97 PPP; if the first 2 bytes are 0xff and 0x03, it's PPP in HDLC-like
98 framing, with the PPP header following those two bytes, otherwise it's
99 PPP without framing, and the packet begins with the PPP header.
105 RFC 1483 LLC/SNAP-encapsulated ATM; the packet begins with an IEEE 802.2
109 raw IP; the packet begins with an IP header.
112 PPP in HDLC-like framing, as per RFC 1662, or Cisco PPP with HDLC
113 framing, as per section 4.3.1 of RFC 1547; the first byte will be 0xFF
114 for PPP in HDLC-like framing, and will be 0x0F or 0x8F for Cisco PPP
118 PPPoE; the packet begins with a PPPoE header, as per RFC 2516.
121 Cisco PPP with HDLC framing, as per section 4.3.1 of RFC 1547.
124 IEEE 802.11 wireless LAN
130 OpenBSD loopback encapsulation; the link layer header is a 4-byte field, in
132 byte order, containing a PF_ value from OpenBSD's
134 for the network-layer protocol of the packet.
136 Note that, if a ``savefile'' is being read, those PF_ values are
138 necessarily those of the machine reading the capture file.
141 Linux "cooked" capture encapsulation; the link layer header contains, in
145 a 2-byte "packet type", in network byte order, which is one of:
149 packet was sent to us by somebody else
152 packet was broadcast by somebody else
155 packet was multicast, but not broadcast, by somebody else
158 packet was sent by somebody else to somebody else
161 packet was sent by us
164 a 2-byte field, in network byte order, containing a Linux ARPHRD_ value
165 for the link layer device type;
167 a 2-byte field, in network byte order, containing the length of the
168 link layer address of the sender of the packet (which could be 0);
170 an 8-byte field containing that number of bytes of the link layer header
171 (if there are more than 8 bytes, only the first 8 are present);
173 a 2-byte field containing an Ethernet protocol type, in network byte
174 order, or containing 1 for Novell 802.3 frames without an 802.2 LLC
175 header or 4 for frames beginning with an 802.2 LLC header.
179 Apple LocalTalk; the packet begins with an AppleTalk LLAP header.
182 OpenBSD pflog; the link layer header contains, in order:
185 a 1-byte header length, in host byte order;
187 a 4-byte PF_ value, in host byte order;
189 a 2-byte action code, in network byte order, which is one of:
202 a 2-byte reason code, in network byte order, which is one of:
224 a 16-character interface name;
226 a 16-character ruleset name (only meaningful if subrule is set);
228 a 4-byte rule number, in network byte order;
230 a 4-byte subrule number, in network byte order;
232 a 1-byte direction, in network byte order, which is one of:
247 Prism monitor mode information followed by an 802.11 header.
250 RFC 2625 IP-over-Fibre Channel, with the link-layer header being the
251 Network_Header as described in that RFC.
254 SunATM devices; the link layer header contains, in order:
257 a 1-byte flag field, containing a direction flag in the uppermost bit,
258 which is set for packets transmitted by the machine and clear for
259 packets received by the machine, and a 4-byte traffic type in the
260 low-order 4 bits, which is one of:
270 LLC-encapsulated traffic
287 a 2-byte VCI field, in network byte order.
290 .B DLT_IEEE802_11_RADIO
291 link-layer information followed by an 802.11 header - see
292 http://www.shaftnet.org/~pizza/software/capturefrm.txt for a description
293 of the link-layer information.
296 ARCNET, with no exception frames, reassembled packets rather than raw
297 frames, and an extra 16-bit offset field between the destination host
301 Linux-IrDA packets, with a
303 header followed by the IrLAP header.
306 LAPD (Q.921) frames, with a
308 header captured via vISDN.