<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.21 (Ruby 2.6.6) -->
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc inline="yes"?>
<?rfc strict="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-opsawg-pcaplinktype-02" category="info" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.19.1 -->
  <front>
    <title abbrev="pcaplinktype">Link-Layer Types for PCAP and PCAPNG Capture File Formats</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-pcaplinktype-02"/>
    <author initials="G." surname="Harris" fullname="Guy Harris" role="editor">
      <organization/>
      <address>
        <email>gharris@sonic.net</email>
      </address>
    </author>
    <author initials="M." surname="Richardson" fullname="Michael C. Richardson">
      <organization abbrev="Sandelman">Sandelman Software Works Inc</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
        <uri>http://www.sandelman.ca/</uri>
      </address>
    </author>
    <date year="2024" month="January" day="30"/>
    <abstract>
      <t>This document creates an IANA registry for the PCAP and PCAPNG LINKTYPE values.
The PCAP and PCAPNG formats are used to save network captures from programs such as tcpdump and wireshark, when using libraries such as libpcap.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-opsawg-pcaplinktype/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        opsawg Working Group mailing list (<eref target="mailto:opsawg@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/opsawg/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/opsawg/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/IETF-OPSAWG-WG/pcapng"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>In the late 1980's, Van Jacobson, Steve McCanne, and others at the
Network Research Group at Lawrence Berkeley National Laboratory
developed the tcpdump program to capture and dissect network traces.
The code to capture traffic, using low-level mechanisms in various
operating systems, and to read and write network traces to a file was
later put into a library named libpcap.</t>
      <t>Other documents describe the original (legacy) format used by tcpdump (pcap), as well as the revised format (pcapng) which is used by tcpdump and wireshark.</t>
      <t>Within those formats each packet that is captured is described by a LINKTYPE value.
The LINKTYPE value selects one of many hundred formats for meta data and layer 2 encapsulation of the packet.</t>
      <t>This document creates a registry for the LINKTYPE format, establishing the IANA
Considerations by which other uses of the pcap and pcapng formats may register new
formats.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="linktype">
        <name>LinkType Registry</name>
        <t>IANA is requested to create a new registry entitled "The PCAP Registry".</t>
        <t>IANA is also requested to create a subregistry entitled "PCAP LinkType List" under that registry. The LinkType registry is a table of 16-bit numbers. The policy allocation <xref target="RFC8126"/> for this subregistry is as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Values from 0 to 32767 must be allocated via Specification Required.</t>
          </li>
          <li>
            <t>Values from 32768 to 65000 are allocated following a First-Come First-Served policy.</t>
          </li>
          <li>
            <t>Values from 65001 to 65535 are reserved for Private Use.</t>
          </li>
        </ul>
        <t>The Registry has four columns: the symbolic name (LINKTYPE_something),
the integer value, a very short description, and the document/requester
reference.</t>
        <t>The initial version of the registry is provided in the table below.  In each
case here, the reference should be to
http://www.tcpdump.org/linktypes.html, which is not repeated each time.</t>
        <t>The initial value of table is base upon the Link type list maintained by
libpcap, and published on the tcpdump.org web site as
http://www.tcpdump.org/linktypes.html.</t>
        <t>Note that historically, values were assigned incrementally on First-Come/First-Served basis, with a preference for a public specification, but with no mandate.
Some historical values may have less specification than desired.</t>
        <t>LinkType values 147 to 162 named LINKTYPE_RESERVED_xx were originally reserved for Private Use.  Their use is Deprecated in favour of the values above 65001.</t>
        <t>In general, Private Use values should never leak out of the entity that uses it.
As the First-Come First-Served allocation is large and easily obtained, official values are recommended.</t>
        <t>There is often an associated DLT value which are often identical in
value, but not universally so.
DLT values are associated with specific operation system captures, and are operating system specific, and are thus not subject to standardization.</t>
        <t>| LINKTYPE name  | LINKTYPE value  |  description
| :------------- | :----------:    | :----------
|LINKTYPE_NULL|0|BSD loopback encapsulation
|LINKTYPE_ETHERNET|1|IEEE 802.3 Ethernet
|LINKTYPE_EXP_ETHERNET|2|Xerox experimental 3Mb Ethernet
|LINKTYPE_AX25|3|AX.25 packet
|LINKTYPE_PRONET|4|Reserved for PRONET
|LINKTYPE_CHAOS|5|Reserved for MIT CHAOSNET
|LINKTYPE_IEEE802<em>5|6|IEEE 802.5 Token Ring
|LINKTYPE_ARCNET_BSD|7|ARCNET Data Packets with BSD encapsulation
|LINKTYPE_SLIP|8|SLIP, w/LINKTYPE_SLIP header.
|LINKTYPE_PPP|9|PPP, as per RFC 1661/RFC 1662
|LINKTYPE_FDDI|10|FDDI: per ANSI INCITS 239-1994.
|not to be used|11-49|Do not use these values
|LINKTYPE_PPP_HDLC|50|PPP in HDLC-like framing, as per RFC 1662
|LINKTYPE_PPP_ETHER|51|PPPoE; per RFC 2516
|Reserved|52-98|Do not use these values
|LINKTYPE_SYMANTEC_FIREWALL|99|Reserved for Symantec Enterprise Firewall
|LINKTYPE_ATM_RFC1483|100|RFC 1483 LLC/SNAP-encapsulated ATM
|LINKTYPE_RAW|101|Raw IP; begins with an IPv4 or IPv6 header
|LINKTYPE_SLIP_BSDOS|102|Reserved for BSD/OS SLIP BPF header
|LINKTYPE_PPP_BSDOS|103|Reserved for BSD/OS PPP BPF header
|LINKTYPE_C_HDLC|104|Cisco PPP with HDLC framing, as per Section 4.3.1 of RFC 1547
|LINKTYPE_IEEE802_11|105|IEEE 802.11 wireless LAN.
|LINKTYPE_ATM_CLIP|106|ATM Classical IP, with no header preceding IP
|LINKTYPE_FRELAY|107|Frame Relay LAPF frames
|LINKTYPE_LOOP|108|OpenBSD loopback encapsulation
|LINKTYPE_ENC|109|Reserved for OpenBSD IPSEC encapsulation
|LINKTYPE_LANE8023|110|Reserved for ATM LANE + 802.3
|LINKTYPE_HIPPI|111|Reserved for NetBSD HIPPI
|LINKTYPE_HDLC|112|Reserved for NetBSD HDLC framing
|LINKTYPE_LINUX_SLL|113|Linux "cooked" capture encapsulation
|LINKTYPE_LTALK|114|Apple LocalTalk
|LINKTYPE_ECONET|115|Reserved for Acorn Econet
|LINKTYPE_IPFILTER|116|Reserved for OpenBSD ipfilter
|LINKTYPE_PFLOG|117|OpenBSD pflog; "struct pfloghdr" structure
|LINKTYPE_CISCO_IOS|118|Reserved for Cisco-internal use
|LINKTYPE_IEEE802_11_PRISM|119|Prism monitor mode
|LINKTYPE_IEEE802_11_AIRONET|120|Reserved for 802.11 + FreeFreeBSD Aironet radio metadata
|LINKTYPE_HHDLC|121|Reserved for Siemens HiPath HDLC
|LINKTYPE_IP_OVER_FC|122|RFC 2625 IP-over-Fibre Channel
|LINKTYPE_SUNATM|123|ATM traffic, / per SunATM devices
|LINKTYPE_RIO|124|Reserved for RapidIO
|LINKTYPE_PCI_EXP|125|Reserved for PCI Express
|LINKTYPE_AURORA|126|Reserved for Xilinx Aurora link layer
|LINKTYPE_IEEE802_11_RADIOTAP|127|Radiotap header<xref target="Radiotap"/>, followed by an 802.11 header
|LINKTYPE_TZSP|128|Reserved for Tazmen Sniffer Protocol
|LINKTYPE_ARCNET_LINUX|129|ARCNET Data Packets, per RFC 1051 frames w/variations
|LINKTYPE_JUNIPER_MLPPP|130|Reserved for Juniper Networks
|LINKTYPE_JUNIPER_MLFR|131|Reserved for Juniper Networks
|LINKTYPE_JUNIPER_ES|132|Reserved for Juniper Networks
|LINKTYPE_JUNIPER_GGSN|133|Reserved for Juniper Networks
|LINKTYPE_JUNIPER_MFR|134|Reserved for Juniper Networks
|LINKTYPE_JUNIPER_ATM2|135|Reserved for Juniper Networks
|LINKTYPE_JUNIPER_SERVICES|136|Reserved for Juniper Networks
|LINKTYPE_JUNIPER_ATM1|137|Reserved for Juniper Networks
|LINKTYPE_APPLE_IP_OVER_IEEE1394|138|Apple IP-over-IEEE 1394 cooked header
|LINKTYPE_MTP2_WITH_PHDR|139|Signaling System 7 (SS7) Message Transfer Part Level ITU-T Q.703
|LINKTYPE_MTP2|140|SS7 Level 2, Q.703
|LINKTYPE_MTP3|141|SS7 Level 3, Q.704
|LINKTYPE_SCCP|142|SS7 Control Part, ITU-T Q.711/Q.712/Q.713/Q.714
|LINKTYPE_DOCSIS|143|DOCSIS MAC frames, DOCSIS 3.1
|LINKTYPE_LINUX_IRDA|144|Linux-IrDA packets w/LINKTYPE_LINUX_IRDA header
|LINKTYPE_IBM_SP|145|Reserved for IBM SP switch
|LINKTYPE_IBM_SN|146|Reserved for IBM Next Federation switch
|LINKTYPE_RESERVED_01|147|For private use (deprecated)
|LINKTYPE_RESERVED_02|148|For private use (deprecated)
|LINKTYPE_RESERVED_03|149|For private use (deprecated)
|LINKTYPE_RESERVED_04|150|For private use (deprecated)
|LINKTYPE_RESERVED_05|151|For private use (deprecated)
|LINKTYPE_RESERVED_06|152|For private use (deprecated)
|LINKTYPE_RESERVED_07|153|For private use (deprecated)
|LINKTYPE_RESERVED_08|154|For private use (deprecated)
|LINKTYPE_RESERVED_09|155|For private use (deprecated)
|LINKTYPE_RESERVED_10|156|For private use (deprecated)
|LINKTYPE_RESERVED_11|157|For private use (deprecated)
|LINKTYPE_RESERVED_12|158|For private use (deprecated)
|LINKTYPE_RESERVED_13|159|For private use (deprecated)
|LINKTYPE_RESERVED_14|160|For private use (deprecated)
|LINKTYPE_RESERVED_15|161|For private use (deprecated)
|LINKTYPE_RESERVED_16|162|For private use (deprecated)
|LINKTYPE_IEEE802_11_AVS|163|AVS header<xref target="AVS"/>, followed by an 802.11 header
|LINKTYPE_JUNIPER_MONITOR|164|Reserved for Juniper Networks
|LINKTYPE_BACNET_MS_TP|165|BACnet MS/TP frames, per 9.3 MS/TP Frame Format ANSI 135
|LINKTYPE_PPP_PPPD|166|PPP in HDLC-like encapsulation, like LINKTYPE_PPP_HDLC, different stuffing
|LINKTYPE_JUNIPER_PPPOE|167|Reserved for Juniper Networks
|LINKTYPE_JUNIPER_PPPOE_ATM|168|Reserved for Juniper Networks
|LINKTYPE_GPRS_LLC|169|General Packet Radio Service Logical Link Control, as per 3GPP TS 04.64
|LINKTYPE_GPF_T|170|Transparent-mapped generic framing procedure, as specified by ITU-T Recommendation G.7041/Y.1303
|LINKTYPE_GPF_F|171|Frame-mapped generic framing procedure, as specified by ITU-T Recommendation G.7041/Y.1303
|LINKTYPE_GCOM_T1E1|172|Reserved for Gcom T1/E1 line monitoring equipment
|LINKTYPE_GCOM_SERIAL|173|Reserved for Gcom T1/E1 line monitoring equipment
|LINKTYPE_JUNIPER_PIC_PEER|174|Reserved for Juniper Networks
|LINKTYPE_ERF_ETH|175|Endace ERF header followed by 802.3 Ethernet
|LINKTYPE_ERF_POS|176|Endace ERF header followed by Packet-over-SONET
|LINKTYPE_LINUX_LAPD|177|Link Access Procedures on the D Channel (LAPD) frames, as specified by ITU-T Recommendation Q.920 and ITU-T Recommendation Q.921 , captured via vISDN, with a LINKTYPE_LINUX_LAPD header , followed by the Q.921 frame, starting with the address field.
|LINKTYPE_JUNIPER_ETHER|178|Reserved for Juniper Networks
|LINKTYPE_JUNIPER_PPP|179|Reserved for Juniper Networks
|LINKTYPE_JUNIPER_FRELAY|180|Reserved for Juniper Networks
|LINKTYPE_JUNIPER_CHDLC|181|Reserved for Juniper Networks
|LINKTYPE_MFR|182|FRF.16.1 Multi-Link Frame Relay frames, beginning with an FRF.12 Interface fragmentation format fragmentation header.
|LINKTYPE_JUNIPER_VP|183|Reserved for Juniper Networks
|LINKTYPE_A653_ICM|185|Reserved for Arinc 653 Interpartition Communication messages
|LINKTYPE_USB_FREEBSD|186|USB packets, beginning with a FreeBSD USB header
|LINKTYPE_BLUETOOTH_HCI_H4|187|Bluetooth HCI UART transport layer; the frame contains an HCI packet indicator octet, as specified by the UART Transport Layer portion of the most recent Bluetooth Core specification , followed by an HCI packet of the specified packet type, as specified by the Host Controller Interface Functional Specification portion of the most recent Bluetooth Core Specification.
|LINKTYPE_IEEE802_16_MAC_CPS|188|Reserved for IEEE 802.16 MAC Common Part Sublayer
|LINKTYPE_USB_LINUX|189|USB packets, beginning with a Linux USB header, as specified by the struct usbmon_packet in the Documentation/usb/usbmon.txt file in the Linux source tree. Only the first 48 octets of that header are present. All fields in the header are in host byte order. When performing a live capture, the host byte order is the byte order of the machine on which the packets are captured. When reading a pcap file, the byte order is the byte order for the file, as specified by the file's magic number; when reading a pcapng file, the byte order is the byte order for the section of the pcapng file, as specified by the Section Header Block.
|LINKTYPE_CAN20B|190|Reserved for Controller Area Network (CAN) v. 2.0B packets
|LINKTYPE_IEEE802_15_4_LINUX|191|IEEE 802.15.4, with address fields padded, as is done by Linux drivers
|LINKTYPE_PPI|192|Per-Packet Information information, as specified by the Per-Packet Information Header Specification , followed by a packet with the LINKTYPE</em> value specified by the pph_dlt field of that header.
|LINKTYPE_IEEE802_16_MAC_CPS_RADIO|193|Reserved for 802.16 MAC Common Part Sublayer plus radio header
|LINKTYPE_JUNIPER_ISM|194|Reserved for Juniper Networks
|LINKTYPE_IEEE802_15_4_WITHFCS|195|IEEE 802.15.4 Low-Rate Wireless Networks, with each packet having the FCS at the end of the frame.
|LINKTYPE_SITA|196|Various link-layer types, with a pseudo-header , for SITA
|LINKTYPE_ERF|197|Various link-layer types, with a pseudo-header, for Endace DAG cards; encapsulates Endace ERF records.
|LINKTYPE_RAIF1|198|Reserved for Ethernet packets captured from a u10 Networks board
|LINKTYPE_IPMB_KONTRON|199|Reserved for IPMB packet for IPMI, with a 2-octet header
|LINKTYPE_JUNIPER_ST|200|Reserved for Juniper Networks
|LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR|201|Bluetooth HCI UART transport layer; the frame contains a 4-octet direction field, in network byte order (big-endian), the low-order bit of which is set if the frame was sent from the host to the controller and clear if the frame was received by the host from the controller, followed by an HCI packet indicator octet, as specified by the UART Transport Layer portion of the most recent Bluetooth Core specification , followed by an HCI packet of the specified packet type, as specified by the Host Controller Interface Functional Specification portion of the most recent Bluetooth Core Specification.
|LINKTYPE_AX25_KISS|202|AX.25 packet, with a 1-octet KISS header containing a type indicator.
|LINKTYPE_LAPD|203|Link Access Procedures on the D Channel (LAPD) frames, as specified by ITU-T Recommendation Q.920 and ITU-T Recommendation Q.921 , starting with the address field, with no pseudo-header.
|LINKTYPE_PPP_WITH_DIR|204|PPP, as per RFC 1661 and RFC 1662 , preceded with a one-octet pseudo-header with a zero value meaning received by this host and a non-zero value meaning sent by this host; if the first 2 octets are 0xff and 0x03, it's PPP in HDLC-like framing, with the PPP header following those two octets, otherwise it's PPP without framing, and the packet begins with the PPP header. The data in the frame is not octet-stuffed or bit-stuffed.
|LINKTYPE_C_HDLC_WITH_DIR|205|Cisco PPP with HDLC framing, as per section 4.3.1 of RFC 1547 , preceded with a one-octet pseudo-header with a zero value meaning received by this host and a non-zero value meaning sent by this host.
|LINKTYPE_FRELAY_WITH_DIR|206|Frame Relay LAPF frames, beginning with a one-octet pseudo-header with a zero value meaning received by this host (DCE-&gt;DTE) and a non-zero value meaning sent by this host (DTE-&gt;DCE), followed by an ITU-T Recommendation Q.922 LAPF header starting with the address field, and without an FCS at the end of the frame.
|LINKTYPE_LAPB_WITH_DIR|207|Link Access Procedure, Balanced (LAPB), as specified by ITU-T Recommendation X.25 , preceded with a one-octet pseudo-header with a zero value meaning received by this host (DCE-&gt;DTE) and a non-zero value meaning sent by this host (DTE-&gt;DCE).
|Reserved|208|Reserved for an unspecified link-layer type
|LINKTYPE_IPMB_LINUX|209|IPMB over an I2C circuit, with a Linux-specific pseudo-header
|LINKTYPE_FLEXRAY|210|Reserved for FlexRay automotive bus
|LINKTYPE_MOST|211|Reserved for Media Oriented Systems Transport (MOST) bus
|LINKTYPE_LIN|212|Reserved for Local Interconnect Network (LIN) bus for vehicle networks
|LINKTYPE_X2E_SERIAL|213|Reserved for X2E serial line captures
|LINKTYPE_X2E_XORAYA|214|Reserved for X2E Xoraya data loggers
|LINKTYPE_IEEE802_15_4_NONASK_PHY|215|IEEE 802.15.4 Low-Rate Wireless Networks, with each packet having the FCS at the end of the frame, and with the PHY-level data for the O-QPSK, BPSK, GFSK, MSK, and RCC DSS BPSK PHYs (4 octets of 0 as preamble, one octet of SFD, one octet of frame length + reserved bit) preceding the MAC-layer data (starting with the frame control field).
|LINKTYPE_LINUX_EVDEV|216|Reserved for Linux evdev messages
|LINKTYPE_GSMTAP_UM|217|Reserved for GSM Um interface, with gsmtap header
|LINKTYPE_GSMTAP_ABIS|218|Reserved for GSM Abis interface, with gsmtap header
|LINKTYPE_MPLS|219|MPLS packets with MPLS label as the header
|LINKTYPE_USB_LINUX_MMAPPED|220|USB packets, beginning with a Linux USB header, as specified by the struct usbmon_packet in the Documentation/usb/usbmon.txt file in the Linux source tree. All 64 octets of the header are present. All fields in the header are in host byte order. When performing a live capture, the host byte order is the byte order of the machine on which the packets are captured. When reading a pcap file, the byte order is the byte order for the file, as specified by the file's magic number; when reading a pcapng file, the byte order is the byte order for the section of the pcapng file, as specified by the Section Header Block. For isochronous transfers, the ndesc field specifies the number of isochronous descriptors that follow.
|LINKTYPE_DECT|221|Reserved for DECT packets, with a pseudo-header
|LINKTYPE_AOS|222|Reserved for OS Space Data Link Protocol
|LINKTYPE_WIHART|223|Reserved for Wireless HART (Highway Addressable Remote Transducer)
|LINKTYPE_FC_2|224|Fibre Channel FC-2 frames, beginning with a Frame_Header.
|LINKTYPE_FC_2_WITH_FRAME_DELIMS|225|Fibre Channel FC-2 frames, beginning an encoding of the SOF, followed by a Frame_Header, and ending with an encoding of the SOF. The encodings represent the frame delimiters as 4-octet sequences representing the corresponding ordered sets, with K28.5 represented as 0xBC, and the D symbols as the corresponding octet values; for example, SOFi2, which is K28.5 - D21.5 - D1.2 - D21.2, is represented as 0xBC 0xB5 0x55 0x55.
|LINKTYPE_IPNET|226|Solaris ipnet pseudo-header , followed by an IPv4 or IPv6 datagram.
|LINKTYPE_CAN_SOCKETCAN|227|CAN (Controller Area Network) frames, with a pseudo-header followed by the frame payload.
|LINKTYPE_IPV4|228|Raw IPv4; the packet begins with an IPv4 header.
|LINKTYPE_IPV6|229|Raw IPv6; the packet begins with an IPv6 header.
|LINKTYPE_IEEE802_15_4_NOFCS|230|IEEE 802.15.4 Low-Rate Wireless Network, without the FCS at the end of the frame.
|LINKTYPE_DBUS|231|Raw D-Bus messages , starting with the endianness flag, followed by the message type, etc., but without the authentication handshake before the message sequence.
|LINKTYPE_JUNIPER_VS|232|Reserved for Juniper Networks
|LINKTYPE_JUNIPER_SRX_E2E|233|Reserved for Juniper Networks
|LINKTYPE_JUNIPER_FIBRECHANNEL|234|Reserved for Juniper Networks
|LINKTYPE_DVB_CI|235|DVB-CI (DVB Common Interface for communication between a PC Card module and a DVB receiver), with the message format specified by the PCAP format for DVB-CI specification
|LINKTYPE_MUX27010|236|Variant of 3GPP TS 27.010 multiplexing protocol (similar to, but not the same as, 27.010).
|LINKTYPE_STANAG_5066_D_PDU|237|D_PDUs as described by NATO standard STANAG 5066, starting with the synchronization sequence, and including both header and data CRCs. The current version of STANAG 5066 is backwards-compatible with the 1.0.2 version , although newer versions are classified.
|LINKTYPE_JUNIPER_ATM_CEMIC|238|Reserved for Juniper Networks
|LINKTYPE_NFLOG|239|Linux netlink NETLINK NFLOG socket log messages.
|LINKTYPE_NETANALYZER|240|Pseudo-header for Hilscher Gesellschaft für Systemautomation mbH netANALYZER devices , followed by an Ethernet frame, beginning with the MAC header and ending with the FCS.
|LINKTYPE_NETANALYZER_TRANSPARENT|241|Pseudo-header for Hilscher Gesellschaft für Systemautomation mbH netANALYZER devices , followed by an Ethernet frame, beginning with the preamble, SFD, and MAC header, and ending with the FCS.
|LINKTYPE_IPOIB|242|IP-over-InfiniBand, as specified by RFC 4391 section 6
|LINKTYPE_MPEG_2_TS|243|MPEG-2 Transport Stream transport packets, as specified by ISO 13818-1/ ITU-T Recommendation H.222.0 (see table 2-2 of section 2.4.3.2 Transport Stream packet layer).
|LINKTYPE_NG40|244|Pseudo-header for ng4T GmbH's UMTS Iub/Iur-over-ATM and Iub/Iur-over-IP format as used by their ng40 protocol tester , followed by frames for the Frame Protocol as specified by 3GPP TS 25.427 for dedicated channels and 3GPP TS 25.435 for common/shared channels in the case of ATM AAL2 or UDP traffic, by SSCOP packets as specified by ITU-T Recommendation Q.2110 for ATM AAL5 traffic, and by NBAP packets for SCTP traffic.
|LINKTYPE_NFC_LLCP|245|Pseudo-header for NFC LLCP packet captures , followed by frame data for the LLCP Protocol as specified by NFCForum-TS-LLCP_1.1
|LINKTYPE_PFSYNC|246|Reserved for pfsync output
|LINKTYPE_INFINIBAND|247|Raw InfiniBand frames, starting with the Local Routing Header, as specified in Chapter 5 Data packet format of InfiniBand™ Architectural Specification Release 1.2.1 Volume 1 - General Specifications
|LINKTYPE_SCTP|248|SCTP packets, as defined by RFC 4960 , with no lower-level protocols such as IPv4 or IPv6.
|LINKTYPE_USBPCAP|249|USB packets, beginning with a USBPcap header
|LINKTYPE_RTAC_SERIAL|250|Serial-line packet header for the Schweitzer Engineering Laboratories RTAC product , followed by a payload for one of a number of industrial control protocols.
|LINKTYPE_BLUETOOTH_LE_LL|251|Bluetooth Low Energy air interface Link Layer packets, in the format described in section 2.1 PACKET FORMAT of volume 6 of the Bluetooth Specification Version 4.0 (see PDF page 2200), but without the Preamble.
|LINKTYPE_WIRESHARK_UPPER_PDU|252|Reserved for Wireshark
|LINKTYPE_NETLINK|253|Linux Netlink capture encapsulation
|LINKTYPE_BLUETOOTH_LINUX_MONITOR|254|Bluetooth Linux Monitor encapsulation of traffic for the BlueZ stack
|LINKTYPE_BLUETOOTH_BREDR_BB|255|Bluetooth Basic Rate and Enhanced Data Rate baseband packets
|LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR|256|Bluetooth Low Energy link-layer packets
|LINKTYPE_PROFIBUS_DL|257|PROFIBUS data link layer packets, as specified by IEC standard 61158-4-3, beginning with the start delimiter, ending with the end delimiter, and including all octets between them.
|LINKTYPE_PKTAP|258|Apple PKTAP capture encapsulation
|LINKTYPE_EPON|259|Ethernet-over-passive-optical-network packets, starting with the last 6 octets of the modified preamble as specified by 65.1.3.2 Transmit in Clause 65 of Section 5 of IEEE 802.3 , followed immediately by an Ethernet frame.
|LINKTYPE_IPMI_HPM_2|260|IPMI trace packets, as specified by Table 3-20 Trace Data Block Format in the PICMG HPM.2 specification The timestamps for packets in this format must match the timestamps in the Trace Data Blocks.
|LINKTYPE_ZWAVE_R1_R2|261|Z-Wave RF profile R1 and R2 packets , as specified by ITU-T Recommendation G.9959 , with some MAC layer fields moved.
|LINKTYPE_ZWAVE_R3|262|Z-Wave RF profile R3 packets , as specified by ITU-T Recommendation G.9959 , with some MAC layer fields moved.
|LINKTYPE_WATTSTOPPER_DLM|263|Formats for WattStopper Digital Lighting Management (DLM) and Legrand Nitoo Open protocol common packet structure captures.
|LINKTYPE_ISO_14443|264|Messages between ISO 14443 contactless smartcards (Proximity Integrated Circuit Card, PICC) and card readers (Proximity Coupling Device, PCD), with the message format specified by the PCAP format for ISO14443 specification
|LINKTYPE_RDS|265|Radio data system (RDS) groups, as per IEC 62106, encapsulated in this form
|LINKTYPE_USB_DARWIN|266|USB packets, beginning with a Darwin (macOS, etc.) USB header
|LINKTYPE_OPENFLOW|267|Reserved for OpenBSD DLT_OPENFLOW
|LINKTYPE_SDLC|268|SDLC packets, as specified by Chapter 1, DLC Links, section Synchronous Data Link Control (SDLC) of Systems Network Architecture Formats, GA27-3136-20 , without the flag fields, zero-bit insertion, or Frame Check Sequence field, containing SNA path information units (PIUs) as the payload.
|LINKTYPE_TI_LLN_SNIFFER|269|Reserved for Texas Instruments protocol sniffer
|LINKTYPE_LORATAP|270|LoRaTap pseudo-header , followed by the payload, which is typically the PHYPayload from the LoRaWan specification
|LINKTYPE_VSOCK|271|Protocol for communication between host and guest machines in VMware and KVM hypervisors.
|LINKTYPE_NORDIC_BLE|272|Messages to and from a Nordic Semiconductor nRF Sniffer for Bluetooth LE packets, beginning with a pseudo-header
|LINKTYPE_DOCSIS31_XRA31|273|DOCSIS packets and bursts, preceded by a pseudo-header giving metadata about the packet
|LINKTYPE_ETHERNET_MPACKET|274|mPackets, as specified by IEEE 802.3br Figure 99-4, starting with the preamble and always ending with a CRC field.
|LINKTYPE_DISPLAYPORT_AUX|275|DisplayPort AUX channel monitoring data as specified by VESA DisplayPort(DP) Standard preceded by a pseudo-header
|LINKTYPE_LINUX_SLL2|276|Linux cooked capture encapsulation v2
|LINKTYPE_SERCOS_MONITOR|277|Reserved for Sercos Monitor
|LINKTYPE_OPENVIZSLA|278|Openvizsla FPGA-based USB sniffer
|LINKTYPE_EBHSCR|279|Elektrobit High Speed Capture and Replay (EBHSCR) format
|LINKTYPE_VPP_DISPATCH|280|Records in traces from the http://fd.io VPP graph dispatch tracer, in the graph dispatcher trace format
|LINKTYPE_DSA_TAG_BRCM|281|Ethernet frames, with a switch tag inserted between the source address field and the type/length field in the Ethernet header.
|LINKTYPE_DSA_TAG_BRCM_PREPEND|282|Ethernet frames, with a switch tag inserted before the destination address in the Ethernet header.
|LINKTYPE_IEEE802_15_4_TAP|283|IEEE 802.15.4 Low-Rate Wireless Networks, with a pseudo-header containing TLVs with metadata preceding the 802.15.4 header.
|LINKTYPE_DSA_TAG_DSA|284|Ethernet frames, with a switch tag inserted between the source address field and the type/length field in the Ethernet header.
|LINKTYPE_DSA_TAG_EDSA|285|Ethernet frames, with a programmable Ethernet type switch tag inserted between the source address field and the type/length field in the Ethernet header.
|LINKTYPE_ELEE|286|Payload of lawful intercept packets using the ELEE protocol The packet begins with the ELEE header; it does not include any transport-layer or lower-layer headers for protocols used to transport ELEE packets.
|LINKTYPE_Z_WAVE_SERIAL|287|Serial frames transmitted between a host and a Z-Wave chip over an RS-232 or USB serial connection, as described in section 5 of the Z-Wave Serial API Host Application Programming Guide
|LINKTYPE_USB_2_0|288|USB 2.0, 1.1, or 1.0 packet, beginning with a PID, as described by Chapter 8 Protocol Layer of the the Universal Serial Bus Specification Revision 2.0
|LINKTYPE_ATSC_ALP|289|ATSC Link-Layer Protocol frames, as described in section 5 of the A/330 Link-Layer Protocol specification, found at
https://www.atsc.org/atsc-documents/type/3-0-standards/, beginning with a Base Header.
|LINKTYPE_ETW|290|Event Tracing for Windows messages, beginning with a
https://www.tcpdump.org/linktypes/LINKTYPE_ETW.html pseudo-header.
|LINKTYPE_NETANALYZER_NG|291|Reserved for Hilscher Gesellschaft fuer Systemautomation mbH netANALYZER NG hardware and software.
|LINKTYPE_ZBOSS_NCP|292|Serial NCP (Network Co-Processor) protocol for Zigbee stack ZBOSS by DSR. https://cloud.dsr-corporation.com/index.php/s/BAn4LtRWbJjFiAm ZBOSS NCP protocol, beginning with a www.tcpdump.org/linktypes/LINKTYPE_ZBOSS_NCP.html header.
|LINKTYPE_USB_2_0_LOW_SPEED|293|Low-Speed USB 2.0, 1.1, or 1.0 packet, beginning with a PID, as described by Chapter 8 "Protocol Layer" of the https://www.usb.org/document-library/usb-20-specification the Universal Serial Bus Specification Revision 2.0.
|LINKTYPE_USB_2_0_FULL_SPEED|294|Full-Speed USB 2.0, 1.1, or 1.0 packet, beginning with a PID, as described by Chapter 8 "Protocol Layer" of the https://www.usb.org/document-library/usb-20-specification the Universal Serial Bus Specification Revision 2.0.
|LINKTYPE_USB_2_0_HIGH_SPEED|295|High-Speed USB 2.0 packet, beginning with a PID, as described by Chapter 8 "Protocol Layer" of the https://www.usb.org/document-library/usb-20-specification the Universal Serial Bus Specification Revision 2.0.
|LINKTYPE_AUERSWALD_LOG|296|Auerswald Logger Protocol, as described in https://github.com/Auerswald-GmbH/auerlog/blob/master/auerlog.txt.
|LINKTYPE_ZWAVE_TAP|297|Z-Wave packets, as specified by https://www.itu.int/rec/T-REC-G.9959/en ITU-T Recommendation G.9959, with a https://gitlab.com/exegin/zwave-g9959-tap TAP meta-data header.
|LINKTYPE_SILABS_DEBUG_CHANNEL|298|Silicon Labs debug channel protocol, as described in https://github.com/SiliconLabs/java_packet_trace_library/blob/master/doc/debug-channel.md
|LINKTYPE_FIRA_UCI|299| https://www.tcpdump.org/linktypes/LINKTYPE_FIRA_UCI.html Ultra-wideband (UWB) controller interface protocol (UCI).
|LINKTYPE_MDB|300|MDB (Multi-Drop Bus) protocol between a vending machine controller and peripherals inside the vending machine, with the message format specified by https://www.kaiser.cx/pcap-mdb.html the PCAP format for MDB specification.
|LINKTYPE_DECT_NR|301|DECT-2020 New Radio (NR) MAC layer specified in https://www.etsi.org/committee/1394-dect ETSI TS 103 636-4.
The Physical Header Field is always encoded using 80 bits (10 bytes). Broadcast transmissions using 40 bits (5 bytes) is padded with 40 zero bits (5 bytes). When padding is used the Receiver Identity value 0x0000 (reserved address) is used to detect broadcast transmissions.</t>
      </section>
    </section>
    <section anchor="guidance-for-designated-experts">
      <name>Guidance for Designated Experts</name>
      <t>When processing a request for a Specification Required allocation the Designated Experts are expected to be able to find the relevant specification at a clearly stable URL.
It is noted that many enterprise web sites do not maintain URLs over a long period of time, and a documented in a "wp-uploaded" section is highly likely to disappear.
In addition Specifications that require a reader to click through any kind of marketing or legal agreement are not considered public.
(This is the opinion of other corporate lawyers, who worry about what their employees might have agreed to)</t>
      <t>The specification needs to be clearly written, and when the contents of the link type can contain and IPv4 or IPv6 header, then the octets between the beginning of the link type and the IP header needs to be very clearly specified in that document.</t>
      <t>Specifications which are not publically available, but which may be obtained via liason agreements (such as to ITU-T, 3GPP, IEEE, etc.) are acceptable particularly if the document will be public eventually, but are discouraged.
For other documents, the Designated Expert will need use their judgement, or consult the WG or an Area Director.</t>
      <t>Linktypes may be allocated for specifications not publically available may be made within the First-Come/First-Served area.
This includes specifications that might be classified.
The minimal requirement is for a contact person for that link type.</t>
    </section>
    <section anchor="contributors">
      <name>Contributors</name>
      <t>PCAP has been developed over three and half decades by a variety of developers, including:
Bill Fenner,
Denis Ovsienko,
Francois-Xavier Le Bail,
Fulvio Risso,
Gerald Combs,
Gianluca Varenni,
Gisle Vanem,
Hannes Gredler,
Joerg Mayer,
Michal Sekletar,
Stephen Donnelly,
Torsten Landschoff,
and Jun-ichiro itojun Hagino</t>
      <t>PCAP was originally created at LBL by Steve McCanne, Craig Leres, and Van Jacobson.</t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors wish to thank: Michael Tuexen, Mohamed Boucadair, Carsten Bormann, Henk Birkholtz, and Robert Wilton their invaluable comments and encouragement.</t>
      <!--
COMMENTS.
1) if editing with emacs, please use markdown-mode
2) with gin (auto-wrap) *TURNED OFF*,
3) and visual-line-mode *ON*
4) start each sentence on a new line, and mostly keep it on one line.

INSERT GVIM settings.
-->

</section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.tuexen-opsawg-pcapng">
          <front>
            <title>PCAP Next Generation (pcapng) Capture File Format</title>
            <author fullname="Michael Tüxen" initials="M." surname="Tüxen">
              <organization>Muenster University of Applied Sciences</organization>
            </author>
            <author fullname="Fulvio Risso" initials="F." surname="Risso">
              <organization>Politecnico di Torino</organization>
            </author>
            <author fullname="Jasper Bongertz" initials="J." surname="Bongertz">
              <organization>Airbus Defence and Space CyberSecurity</organization>
            </author>
            <author fullname="Gerald Combs" initials="G." surname="Combs">
              <organization>Wireshark Foundation</organization>
            </author>
            <author fullname="Guy Harris" initials="G." surname="Harris">
         </author>
            <author fullname="Eelco Chaudron" initials="E." surname="Chaudron">
              <organization>Red Hat</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="29" month="July" year="2022"/>
            <abstract>
              <t>   This document describes a format to record captured packets to a
   file.  This format is extensible; Wireshark can currently read and
   write it, and libpcap can currently read some pcapng files.

Discussion Venues

   This note is to be removed before publishing as an RFC.

   Discussion of this document takes place on the OPSAWG Working Group
   mailing list (opsawg@ietf.org), which is archived at
   https://mailarchive.ietf.org/arch/browse/opsawg/.

   Source for this draft and an issue tracker can be found at
   https://github.com/pcapng/pcapng.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tuexen-opsawg-pcapng-05"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="Radiotap" target="http://www.radiotap.org/">
          <front>
            <title>Radiotap Web site</title>
            <author>
              <organization>radiotap.org</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="AVS" target="http://web.archive.org/web/20040803232023/http://www.shaftnet.org/~pizza/software/capturefrm.txt">
          <front>
            <title>Archived AVS specification</title>
            <author fullname="Solomon Peachy">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
AoydUumfC/8HjPEgaUh8AAA=

-->

</rfc>
