<?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-03" 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-03"/>
    <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="April" day="26"/>
    <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>
        <table>
          <thead>
            <tr>
              <th align="left">LINKTYPE name</th>
              <th align="center">LINKTYPE value</th>
              <th align="left">description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">LINKTYPE_NULL</td>
              <td align="center">0</td>
              <td align="left">BSD loopback encapsulation</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ETHERNET</td>
              <td align="center">1</td>
              <td align="left">IEEE 802.3 Ethernet</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_EXP_ETHERNET</td>
              <td align="center">2</td>
              <td align="left">Xerox experimental 3Mb Ethernet</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_AX25</td>
              <td align="center">3</td>
              <td align="left">AX.25 packet</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PRONET</td>
              <td align="center">4</td>
              <td align="left">Reserved for PRONET</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_CHAOS</td>
              <td align="center">5</td>
              <td align="left">Reserved for MIT CHAOSNET</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_5</td>
              <td align="center">6</td>
              <td align="left">IEEE 802.5 Token Ring</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ARCNET_BSD</td>
              <td align="center">7</td>
              <td align="left">ARCNET Data Packets with BSD encapsulation</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SLIP</td>
              <td align="center">8</td>
              <td align="left">SLIP, w/LINKTYPE_SLIP header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PPP</td>
              <td align="center">9</td>
              <td align="left">PPP, as per RFC 1661/RFC 1662</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_FDDI</td>
              <td align="center">10</td>
              <td align="left">FDDI: per ANSI INCITS 239-1994.</td>
            </tr>
            <tr>
              <td align="left">not to be used</td>
              <td align="center">11-49</td>
              <td align="left">Do not use these values</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PPP_HDLC</td>
              <td align="center">50</td>
              <td align="left">PPP in HDLC-like framing, as per RFC 1662</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PPP_ETHER</td>
              <td align="center">51</td>
              <td align="left">PPPoE; per RFC 2516</td>
            </tr>
            <tr>
              <td align="left">Reserved</td>
              <td align="center">52-98</td>
              <td align="left">Do not use these values</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SYMANTEC_FIREWALL</td>
              <td align="center">99</td>
              <td align="left">Reserved for Symantec Enterprise Firewall</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ATM_RFC1483</td>
              <td align="center">100</td>
              <td align="left">RFC 1483 LLC/SNAP-encapsulated ATM</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RAW</td>
              <td align="center">101</td>
              <td align="left">Raw IP; begins with an IPv4 or IPv6 header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SLIP_BSDOS</td>
              <td align="center">102</td>
              <td align="left">Reserved for BSD/OS SLIP BPF header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PPP_BSDOS</td>
              <td align="center">103</td>
              <td align="left">Reserved for BSD/OS PPP BPF header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_C_HDLC</td>
              <td align="center">104</td>
              <td align="left">Cisco PPP with HDLC framing, as per Section 4.3.1 of RFC 1547</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_11</td>
              <td align="center">105</td>
              <td align="left">IEEE 802.11 wireless LAN.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ATM_CLIP</td>
              <td align="center">106</td>
              <td align="left">ATM Classical IP, with no header preceding IP</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_FRELAY</td>
              <td align="center">107</td>
              <td align="left">Frame Relay LAPF frames</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LOOP</td>
              <td align="center">108</td>
              <td align="left">OpenBSD loopback encapsulation</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ENC</td>
              <td align="center">109</td>
              <td align="left">Reserved for OpenBSD IPSEC encapsulation</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LANE8023</td>
              <td align="center">110</td>
              <td align="left">Reserved for ATM LANE + 802.3</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_HIPPI</td>
              <td align="center">111</td>
              <td align="left">Reserved for NetBSD HIPPI</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_HDLC</td>
              <td align="center">112</td>
              <td align="left">Reserved for NetBSD HDLC framing</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LINUX_SLL</td>
              <td align="center">113</td>
              <td align="left">Linux "cooked" capture encapsulation</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LTALK</td>
              <td align="center">114</td>
              <td align="left">Apple LocalTalk</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ECONET</td>
              <td align="center">115</td>
              <td align="left">Reserved for Acorn Econet</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPFILTER</td>
              <td align="center">116</td>
              <td align="left">Reserved for OpenBSD ipfilter</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PFLOG</td>
              <td align="center">117</td>
              <td align="left">OpenBSD pflog; "struct pfloghdr" structure</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_CISCO_IOS</td>
              <td align="center">118</td>
              <td align="left">Reserved for Cisco-internal use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_11_PRISM</td>
              <td align="center">119</td>
              <td align="left">Prism monitor mode</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_11_AIRONET</td>
              <td align="center">120</td>
              <td align="left">Reserved for 802.11 + FreeFreeBSD Aironet radio metadata</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_HHDLC</td>
              <td align="center">121</td>
              <td align="left">Reserved for Siemens HiPath HDLC</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IP_OVER_FC</td>
              <td align="center">122</td>
              <td align="left">RFC 2625 IP-over-Fibre Channel</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SUNATM</td>
              <td align="center">123</td>
              <td align="left">ATM traffic, / per SunATM devices</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RIO</td>
              <td align="center">124</td>
              <td align="left">Reserved for RapidIO</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PCI_EXP</td>
              <td align="center">125</td>
              <td align="left">Reserved for PCI Express</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_AURORA</td>
              <td align="center">126</td>
              <td align="left">Reserved for Xilinx Aurora link layer</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_11_RADIOTAP</td>
              <td align="center">127</td>
              <td align="left">Radiotap header<xref target="Radiotap"/>, followed by an 802.11 header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_TZSP</td>
              <td align="center">128</td>
              <td align="left">Reserved for Tazmen Sniffer Protocol</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ARCNET_LINUX</td>
              <td align="center">129</td>
              <td align="left">ARCNET Data Packets, per RFC 1051 frames w/variations</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_MLPPP</td>
              <td align="center">130</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_MLFR</td>
              <td align="center">131</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_ES</td>
              <td align="center">132</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_GGSN</td>
              <td align="center">133</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_MFR</td>
              <td align="center">134</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_ATM2</td>
              <td align="center">135</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_SERVICES</td>
              <td align="center">136</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_ATM1</td>
              <td align="center">137</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_APPLE_IP_OVER_IEEE1394</td>
              <td align="center">138</td>
              <td align="left">Apple IP-over-IEEE 1394 cooked header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MTP2_WITH_PHDR</td>
              <td align="center">139</td>
              <td align="left">Signaling System 7 (SS7) Message Transfer Part Level ITU-T Q.703</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MTP2</td>
              <td align="center">140</td>
              <td align="left">SS7 Level 2, Q.703</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MTP3</td>
              <td align="center">141</td>
              <td align="left">SS7 Level 3, Q.704</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SCCP</td>
              <td align="center">142</td>
              <td align="left">SS7 Control Part, ITU-T Q.711/Q.712/Q.713/Q.714</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DOCSIS</td>
              <td align="center">143</td>
              <td align="left">DOCSIS MAC frames, DOCSIS 3.1</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LINUX_IRDA</td>
              <td align="center">144</td>
              <td align="left">Linux-IrDA packets w/LINKTYPE_LINUX_IRDA header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IBM_SP</td>
              <td align="center">145</td>
              <td align="left">Reserved for IBM SP switch</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IBM_SN</td>
              <td align="center">146</td>
              <td align="left">Reserved for IBM Next Federation switch</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_01</td>
              <td align="center">147</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_02</td>
              <td align="center">148</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_03</td>
              <td align="center">149</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_04</td>
              <td align="center">150</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_05</td>
              <td align="center">151</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_06</td>
              <td align="center">152</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_07</td>
              <td align="center">153</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_08</td>
              <td align="center">154</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_09</td>
              <td align="center">155</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_10</td>
              <td align="center">156</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_11</td>
              <td align="center">157</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_12</td>
              <td align="center">158</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_13</td>
              <td align="center">159</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_14</td>
              <td align="center">160</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_15</td>
              <td align="center">161</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_16</td>
              <td align="center">162</td>
              <td align="left">For private use (deprecated)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_11_AVS</td>
              <td align="center">163</td>
              <td align="left">AVS header<xref target="AVS"/>, followed by an 802.11 header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_MONITOR</td>
              <td align="center">164</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_BACNET_MS_TP</td>
              <td align="center">165</td>
              <td align="left">BACnet MS/TP frames, per 9.3 MS/TP Frame Format ANSI 135</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PPP_PPPD</td>
              <td align="center">166</td>
              <td align="left">PPP in HDLC-like encapsulation, like LINKTYPE_PPP_HDLC, different stuffing</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_PPPOE</td>
              <td align="center">167</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_PPPOE_ATM</td>
              <td align="center">168</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_GPRS_LLC</td>
              <td align="center">169</td>
              <td align="left">General Packet Radio Service Logical Link Control, as per 3GPP TS 04.64</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_GPF_T</td>
              <td align="center">170</td>
              <td align="left">Transparent-mapped generic framing procedure, as specified by ITU-T Recommendation G.7041/Y.1303</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_GPF_F</td>
              <td align="center">171</td>
              <td align="left">Frame-mapped generic framing procedure, as specified by ITU-T Recommendation G.7041/Y.1303</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_GCOM_T1E1</td>
              <td align="center">172</td>
              <td align="left">Reserved for Gcom T1/E1 line monitoring equipment</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_GCOM_SERIAL</td>
              <td align="center">173</td>
              <td align="left">Reserved for Gcom T1/E1 line monitoring equipment</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_PIC_PEER</td>
              <td align="center">174</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ERF_ETH</td>
              <td align="center">175</td>
              <td align="left">Endace ERF header followed by 802.3 Ethernet</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ERF_POS</td>
              <td align="center">176</td>
              <td align="left">Endace ERF header followed by Packet-over-SONET</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LINUX_LAPD</td>
              <td align="center">177</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_ETHER</td>
              <td align="center">178</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_PPP</td>
              <td align="center">179</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_FRELAY</td>
              <td align="center">180</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_CHDLC</td>
              <td align="center">181</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MFR</td>
              <td align="center">182</td>
              <td align="left">FRF.16.1 Multi-Link Frame Relay frames, beginning with an FRF.12 Interface fragmentation format fragmentation header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_VP</td>
              <td align="center">183</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_A429</td>
              <td align="center">184</td>
              <td align="left">Reserved for ARINC 429 frames</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_A653_ICM</td>
              <td align="center">185</td>
              <td align="left">Reserved for Arinc 653 Interpartition Communication messages</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USB_FREEBSD</td>
              <td align="center">186</td>
              <td align="left">USB packets, beginning with a FreeBSD USB header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_BLUETOOTH_HCI_H4</td>
              <td align="center">187</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_16_MAC_CPS</td>
              <td align="center">188</td>
              <td align="left">Reserved for IEEE 802.16 MAC Common Part Sublayer</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USB_LINUX</td>
              <td align="center">189</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_CAN20B</td>
              <td align="center">190</td>
              <td align="left">Reserved for Controller Area Network (CAN) v. 2.0B packets</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_15_4_LINUX</td>
              <td align="center">191</td>
              <td align="left">IEEE 802.15.4, with address fields padded, as is done by Linux drivers</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PPI</td>
              <td align="center">192</td>
              <td align="left">Per-Packet Information information, as specified by the Per-Packet Information Header Specification , followed by a packet with the LINKTYPE_ value specified by the pph_dlt field of that header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_16_MAC_CPS_RADIO</td>
              <td align="center">193</td>
              <td align="left">Reserved for 802.16 MAC Common Part Sublayer plus radio header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_ISM</td>
              <td align="center">194</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_15_4_WITHFCS</td>
              <td align="center">195</td>
              <td align="left">IEEE 802.15.4 Low-Rate Wireless Networks, with each packet having the FCS at the end of the frame.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SITA</td>
              <td align="center">196</td>
              <td align="left">Various link-layer types, with a pseudo-header , for SITA</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ERF</td>
              <td align="center">197</td>
              <td align="left">Various link-layer types, with a pseudo-header, for Endace DAG cards; encapsulates Endace ERF records.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RAIF1</td>
              <td align="center">198</td>
              <td align="left">Reserved for Ethernet packets captured from a u10 Networks board</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPMB_KONTRON</td>
              <td align="center">199</td>
              <td align="left">Reserved for IPMB packet for IPMI, with a 2-octet header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_ST</td>
              <td align="center">200</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR</td>
              <td align="center">201</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_AX25_KISS</td>
              <td align="center">202</td>
              <td align="left">AX.25 packet, with a 1-octet KISS header containing a type indicator.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LAPD</td>
              <td align="center">203</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PPP_WITH_DIR</td>
              <td align="center">204</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_C_HDLC_WITH_DIR</td>
              <td align="center">205</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_FRELAY_WITH_DIR</td>
              <td align="center">206</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LAPB_WITH_DIR</td>
              <td align="center">207</td>
              <td align="left">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).</td>
            </tr>
            <tr>
              <td align="left">Reserved</td>
              <td align="center">208</td>
              <td align="left">Reserved for an unspecified link-layer type</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPMB_LINUX</td>
              <td align="center">209</td>
              <td align="left">IPMB over an I2C circuit, with a Linux-specific pseudo-header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_FLEXRAY</td>
              <td align="center">210</td>
              <td align="left">Reserved for FlexRay automotive bus</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MOST</td>
              <td align="center">211</td>
              <td align="left">Reserved for Media Oriented Systems Transport (MOST) bus</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LIN</td>
              <td align="center">212</td>
              <td align="left">Reserved for Local Interconnect Network (LIN) bus for vehicle networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_X2E_SERIAL</td>
              <td align="center">213</td>
              <td align="left">Reserved for X2E serial line captures</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_X2E_XORAYA</td>
              <td align="center">214</td>
              <td align="left">Reserved for X2E Xoraya data loggers</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_15_4_NONASK_PHY</td>
              <td align="center">215</td>
              <td align="left">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).</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LINUX_EVDEV</td>
              <td align="center">216</td>
              <td align="left">Reserved for Linux evdev messages</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_GSMTAP_UM</td>
              <td align="center">217</td>
              <td align="left">Reserved for GSM Um interface, with gsmtap header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_GSMTAP_ABIS</td>
              <td align="center">218</td>
              <td align="left">Reserved for GSM Abis interface, with gsmtap header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MPLS</td>
              <td align="center">219</td>
              <td align="left">MPLS packets with MPLS label as the header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USB_LINUX_MMAPPED</td>
              <td align="center">220</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DECT</td>
              <td align="center">221</td>
              <td align="left">Reserved for DECT packets, with a pseudo-header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_AOS</td>
              <td align="center">222</td>
              <td align="left">Reserved for OS Space Data Link Protocol</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_WIHART</td>
              <td align="center">223</td>
              <td align="left">Reserved for Wireless HART (Highway Addressable Remote Transducer)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_FC_2</td>
              <td align="center">224</td>
              <td align="left">Fibre Channel FC-2 frames, beginning with a Frame_Header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_FC_2_WITH_FRAME_DELIMS</td>
              <td align="center">225</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPNET</td>
              <td align="center">226</td>
              <td align="left">Solaris ipnet pseudo-header , followed by an IPv4 or IPv6 datagram.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_CAN_SOCKETCAN</td>
              <td align="center">227</td>
              <td align="left">CAN (Controller Area Network) frames, with a pseudo-header followed by the frame payload.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPV4</td>
              <td align="center">228</td>
              <td align="left">Raw IPv4; the packet begins with an IPv4 header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPV6</td>
              <td align="center">229</td>
              <td align="left">Raw IPv6; the packet begins with an IPv6 header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_15_4_NOFCS</td>
              <td align="center">230</td>
              <td align="left">IEEE 802.15.4 Low-Rate Wireless Network, without the FCS at the end of the frame.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DBUS</td>
              <td align="center">231</td>
              <td align="left">Raw D-Bus messages , starting with the endianness flag, followed by the message type, etc., but without the authentication handshake before the message sequence.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_VS</td>
              <td align="center">232</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_SRX_E2E</td>
              <td align="center">233</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_FIBRECHANNEL</td>
              <td align="center">234</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DVB_CI</td>
              <td align="center">235</td>
              <td align="left">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</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MUX27010</td>
              <td align="center">236</td>
              <td align="left">Variant of 3GPP TS 27.010 multiplexing protocol (similar to, but not the same as, 27.010).</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_STANAG_5066_D_PDU</td>
              <td align="center">237</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_ATM_CEMIC</td>
              <td align="center">238</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NFLOG</td>
              <td align="center">239</td>
              <td align="left">Linux netlink NETLINK NFLOG socket log messages.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NETANALYZER</td>
              <td align="center">240</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NETANALYZER_TRANSPARENT</td>
              <td align="center">241</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPOIB</td>
              <td align="center">242</td>
              <td align="left">IP-over-InfiniBand, as specified by RFC 4391 section 6</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MPEG_2_TS</td>
              <td align="center">243</td>
              <td align="left">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).</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NG40</td>
              <td align="center">244</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NFC_LLCP</td>
              <td align="center">245</td>
              <td align="left">Pseudo-header for NFC LLCP packet captures , followed by frame data for the LLCP Protocol as specified by NFCForum-TS-LLCP_1.1</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PFSYNC</td>
              <td align="center">246</td>
              <td align="left">Reserved for pfsync output</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_INFINIBAND</td>
              <td align="center">247</td>
              <td align="left">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</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SCTP</td>
              <td align="center">248</td>
              <td align="left">SCTP packets, as defined by RFC 4960 , with no lower-level protocols such as IPv4 or IPv6.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USBPCAP</td>
              <td align="center">249</td>
              <td align="left">USB packets, beginning with a USBPcap header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RTAC_SERIAL</td>
              <td align="center">250</td>
              <td align="left">Serial-line packet header for the Schweitzer Engineering Laboratories RTAC product , followed by a payload for one of a number of industrial control protocols.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_BLUETOOTH_LE_LL</td>
              <td align="center">251</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_WIRESHARK_UPPER_PDU</td>
              <td align="center">252</td>
              <td align="left">Reserved for Wireshark</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NETLINK</td>
              <td align="center">253</td>
              <td align="left">Linux Netlink capture encapsulation</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_BLUETOOTH_LINUX_MONITOR</td>
              <td align="center">254</td>
              <td align="left">Bluetooth Linux Monitor encapsulation of traffic for the BlueZ stack</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_BLUETOOTH_BREDR_BB</td>
              <td align="center">255</td>
              <td align="left">Bluetooth Basic Rate and Enhanced Data Rate baseband packets</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR</td>
              <td align="center">256</td>
              <td align="left">Bluetooth Low Energy link-layer packets</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PROFIBUS_DL</td>
              <td align="center">257</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PKTAP</td>
              <td align="center">258</td>
              <td align="left">Apple PKTAP capture encapsulation</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_EPON</td>
              <td align="center">259</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPMI_HPM_2</td>
              <td align="center">260</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ZWAVE_R1_R2</td>
              <td align="center">261</td>
              <td align="left">Z-Wave RF profile R1 and R2 packets , as specified by ITU-T Recommendation G.9959 , with some MAC layer fields moved.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ZWAVE_R3</td>
              <td align="center">262</td>
              <td align="left">Z-Wave RF profile R3 packets , as specified by ITU-T Recommendation G.9959 , with some MAC layer fields moved.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_WATTSTOPPER_DLM</td>
              <td align="center">263</td>
              <td align="left">Formats for WattStopper Digital Lighting Management (DLM) and Legrand Nitoo Open protocol common packet structure captures.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ISO_14443</td>
              <td align="center">264</td>
              <td align="left">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</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RDS</td>
              <td align="center">265</td>
              <td align="left">Radio data system (RDS) groups, as per IEC 62106, encapsulated in this form</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USB_DARWIN</td>
              <td align="center">266</td>
              <td align="left">USB packets, beginning with a Darwin (macOS, etc.) USB header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_OPENFLOW</td>
              <td align="center">267</td>
              <td align="left">Reserved for OpenBSD DLT_OPENFLOW</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SDLC</td>
              <td align="center">268</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_TI_LLN_SNIFFER</td>
              <td align="center">269</td>
              <td align="left">Reserved for Texas Instruments protocol sniffer</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LORATAP</td>
              <td align="center">270</td>
              <td align="left">LoRaTap pseudo-header , followed by the payload, which is typically the PHYPayload from the LoRaWan specification</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_VSOCK</td>
              <td align="center">271</td>
              <td align="left">Protocol for communication between host and guest machines in VMware and KVM hypervisors.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NORDIC_BLE</td>
              <td align="center">272</td>
              <td align="left">Messages to and from a Nordic Semiconductor nRF Sniffer for Bluetooth LE packets, beginning with a pseudo-header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DOCSIS31_XRA31</td>
              <td align="center">273</td>
              <td align="left">DOCSIS packets and bursts, preceded by a pseudo-header giving metadata about the packet</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ETHERNET_MPACKET</td>
              <td align="center">274</td>
              <td align="left">mPackets, as specified by IEEE 802.3br Figure 99-4, starting with the preamble and always ending with a CRC field.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DISPLAYPORT_AUX</td>
              <td align="center">275</td>
              <td align="left">DisplayPort AUX channel monitoring data as specified by VESA DisplayPort(DP) Standard preceded by a pseudo-header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LINUX_SLL2</td>
              <td align="center">276</td>
              <td align="left">Linux cooked capture encapsulation v2</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SERCOS_MONITOR</td>
              <td align="center">277</td>
              <td align="left">Reserved for Sercos Monitor</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_OPENVIZSLA</td>
              <td align="center">278</td>
              <td align="left">Openvizsla FPGA-based USB sniffer</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_EBHSCR</td>
              <td align="center">279</td>
              <td align="left">Elektrobit High Speed Capture and Replay (EBHSCR) format</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_VPP_DISPATCH</td>
              <td align="center">280</td>
              <td align="left">Records in traces from the http://fd.io VPP graph dispatch tracer, in the graph dispatcher trace format</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DSA_TAG_BRCM</td>
              <td align="center">281</td>
              <td align="left">Ethernet frames, with a switch tag inserted between the source address field and the type/length field in the Ethernet header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DSA_TAG_BRCM_PREPEND</td>
              <td align="center">282</td>
              <td align="left">Ethernet frames, with a switch tag inserted before the destination address in the Ethernet header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_15_4_TAP</td>
              <td align="center">283</td>
              <td align="left">IEEE 802.15.4 Low-Rate Wireless Networks, with a pseudo-header containing TLVs with metadata preceding the 802.15.4 header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DSA_TAG_DSA</td>
              <td align="center">284</td>
              <td align="left">Ethernet frames, with a switch tag inserted between the source address field and the type/length field in the Ethernet header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DSA_TAG_EDSA</td>
              <td align="center">285</td>
              <td align="left">Ethernet frames, with a programmable Ethernet type switch tag inserted between the source address field and the type/length field in the Ethernet header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ELEE</td>
              <td align="center">286</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_Z_WAVE_SERIAL</td>
              <td align="center">287</td>
              <td align="left">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</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USB_2_0</td>
              <td align="center">288</td>
              <td align="left">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</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ATSC_ALP</td>
              <td align="center">289</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ETW</td>
              <td align="center">290</td>
              <td align="left">Event Tracing for Windows messages, beginning with a https://www.tcpdump.org/linktypes/LINKTYPE_ETW.html pseudo-header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NETANALYZER_NG</td>
              <td align="center">291</td>
              <td align="left">Reserved for Hilscher Gesellschaft fuer Systemautomation mbH netANALYZER NG hardware and software.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ZBOSS_NCP</td>
              <td align="center">292</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USB_2_0_LOW_SPEED</td>
              <td align="center">293</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USB_2_0_FULL_SPEED</td>
              <td align="center">294</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USB_2_0_HIGH_SPEED</td>
              <td align="center">295</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_AUERSWALD_LOG</td>
              <td align="center">296</td>
              <td align="left">Auerswald Logger Protocol, as described in https://github.com/Auerswald-GmbH/auerlog/blob/master/auerlog.txt.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ZWAVE_TAP</td>
              <td align="center">297</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SILABS_DEBUG_CHANNEL</td>
              <td align="center">298</td>
              <td align="left">Silicon Labs debug channel protocol, as described in https://github.com/SiliconLabs/java_packet_trace_library/blob/master/doc/debug-channel.md</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_FIRA_UCI</td>
              <td align="center">299</td>
              <td align="left">https://www.tcpdump.org/linktypes/LINKTYPE_FIRA_UCI.html Ultra-wideband (UWB) controller interface protocol (UCI).</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MDB</td>
              <td align="center">300</td>
              <td align="left">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.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DECT_NR</td>
              <td align="center">301</td>
              <td align="left">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.</td>
            </tr>
          </tbody>
        </table>
      </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 an 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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

-->

</rfc>
