<?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-04" 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-04"/>
    <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="August" day="04"/>
    <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 <xref target="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 <xref target="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 metadata and Layer 2 encapsulation of the packet.</t>
      <t>This document creates an IANA registry for the LINKTYPE format, establishing the IANA
Considerations by which other uses of the pcap and pcapng formats may register new
LINKTYPE values.</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="pcapreg">
        <name>PCAP Registry</name>
        <t>IANA is requested to create a new registry group entitled "The PCAP Registry".</t>
      </section>
      <section anchor="linktype">
        <name>LinkType Registry</name>
        <t>IANA is also requested to create a registry entitled "PCAP LinkType List" under The PCAP registry group (<xref target="pcapreg"/>).</t>
        <t>The registry has the following structure:</t>
        <ul spacing="normal">
          <li>
            <t>LINKTYPE Name: Indicates the symbolic name for this LinkType. The name is prefixed with "LINKTYPE_" (i.e., LINKTYPE_something).</t>
          </li>
          <li>
            <t>LINKTYPE Value: Indicates the integer value assigned for this LinkType.</t>
          </li>
          <li>
            <t>Description: Provides a very short description.</t>
          </li>
          <li>
            <t>Reference: Indicates an authoritative the document reference for the LinkType or a requester reference.</t>
          </li>
        </ul>
        <t>The LinkType value is a 16-bit number. The policy allocation for the LinkType values is as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Values from 0 to 32767 must be allocated via Specification Required (<xref section="4.6" sectionFormat="of" target="RFC8126"/>). Guidance for Designated Experts is provided in <xref target="sec-de"/>.</t>
          </li>
          <li>
            <t>Values from 32768 to 65000 are allocated following a First-Come First-Served policy (<xref section="4.4" sectionFormat="of" target="RFC8126"/>).</t>
          </li>
          <li>
            <t>Values from 65001 to 65535 are reserved for Private Use (<xref section="4.1" sectionFormat="of" target="RFC8126"/>).</t>
          </li>
        </ul>
        <t>The initial version of the registry is provided in <xref target="sec-initial"/>.  In each
case here, the reference should be to
<xref target="TCPDUMP"/> and the RFC number to be assigned to this document, which is not repeated each time.</t>
        <t>The initial values table is based upon the Link type list maintained by
libpcap, and published on <xref target="TCPDUMP"/>.</t>
        <t>Note that historically, values were assigned incrementally following First Come First Served policy, 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 in the 65001-65535 range.</t>
        <t>In general, Private Use values should never leak out of the entity that uses it.
As the First Come First Served range is large and easily obtained, official values are recommended.</t>
        <ul empty="true">
          <li>
            <t>There is often an associated DLT value which is 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>
          </li>
        </ul>
        <section anchor="sec-initial">
          <name>Initial Values</name>
          <table>
            <thead>
              <tr>
                <th align="left">LINKTYPE Name</th>
                <th align="center">LINKTYPE Value</th>
                <th align="left">Description</th>
                <th align="left">Reference</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">LINKTYPE_NULL</td>
                <td align="center">0</td>
                <td align="left">BSD loopback encapsulation</td>
                <td align="left">
                  <xref target="LINKTYPE_NULL"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_ETHERNET</td>
                <td align="center">1</td>
                <td align="left">IEEE 802.3 Ethernet</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_EXP_ETHERNET</td>
                <td align="center">2</td>
                <td align="left">Xerox experimental 3Mb Ethernet</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_AX25</td>
                <td align="center">3</td>
                <td align="left">AX.25 packet</td>
                <td align="left">
                  <xref target="AX.25"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_PRONET</td>
                <td align="center">4</td>
                <td align="left">Reserved for PRONET</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_CHAOS</td>
                <td align="center">5</td>
                <td align="left">Reserved for MIT CHAOSNET</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_IEEE802_5</td>
                <td align="center">6</td>
                <td align="left">IEEE 802.5 Token Ring</td>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_SLIP</td>
                <td align="center">8</td>
                <td align="left">SLIP</td>
                <td align="left">
                  <xref target="LINKTYPE_SLIP"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_PPP</td>
                <td align="center">9</td>
                <td align="left">PPP</td>
                <td align="left">
                  <xref target="RFC1661"/>/<xref target="RFC1662"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_FDDI</td>
                <td align="center">10</td>
                <td align="left">FDDI: per ANSI INCITS 239-1994</td>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_PPP_HDLC</td>
                <td align="center">50</td>
                <td align="left">PPP in HDLC-like framing</td>
                <td align="left">
                  <xref target="RFC1662"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_PPP_ETHER</td>
                <td align="center">51</td>
                <td align="left">PPPoE</td>
                <td align="left">
                  <xref section="4" sectionFormat="of" target="RFC2516"/></td>
              </tr>
              <tr>
                <td align="left">Reserved</td>
                <td align="center">52-98</td>
                <td align="left">Do not use these values</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_SYMANTEC_FIREWALL</td>
                <td align="center">99</td>
                <td align="left">Reserved for Symantec Enterprise Firewall</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_ATM_RFC1483</td>
                <td align="center">100</td>
                <td align="left">LLC/SNAP-encapsulated ATM</td>
                <td align="left">
                  <xref target="RFC1483"/></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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_C_HDLC</td>
                <td align="center">104</td>
                <td align="left">Cisco PPP with HDLC framing</td>
                <td align="left">
                  <xref section="4.3.1" sectionFormat="of" target="RFC1547"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_IEEE802_11</td>
                <td align="center">105</td>
                <td align="left">IEEE 802.11 wireless LAN</td>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_FRELAY</td>
                <td align="center">107</td>
                <td align="left">Frame Relay LAPF frames</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_LOOP</td>
                <td align="center">108</td>
                <td align="left">OpenBSD loopback encapsulation</td>
                <td align="left">
                  <xref target="LINKTYPE_LOOP"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_ENC</td>
                <td align="center">109</td>
                <td align="left">Reserved for OpenBSD IPSEC encapsulation</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_LANE8023</td>
                <td align="center">110</td>
                <td align="left">Reserved for ATM LANE + 802.3</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_HIPPI</td>
                <td align="center">111</td>
                <td align="left">Reserved for NetBSD HIPPI</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_HDLC</td>
                <td align="center">112</td>
                <td align="left">Reserved for NetBSD HDLC framing</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_LINUX_SLL</td>
                <td align="center">113</td>
                <td align="left">Linux "cooked" capture encapsulation</td>
                <td align="left">
                  <xref target="LINKTYPE_LINUX_SLL"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_LTALK</td>
                <td align="center">114</td>
                <td align="left">Apple LocalTalk</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_ECONET</td>
                <td align="center">115</td>
                <td align="left">Reserved for Acorn Econet</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_IPFILTER</td>
                <td align="center">116</td>
                <td align="left">Reserved for OpenBSD ipfilter</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_PFLOG</td>
                <td align="center">117</td>
                <td align="left">OpenBSD pflog; "struct pfloghdr" structure</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_CISCO_IOS</td>
                <td align="center">118</td>
                <td align="left">Reserved for Cisco-internal use</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_IEEE802_11_PRISM</td>
                <td align="center">119</td>
                <td align="left">Prism monitor mode</td>
                <td align="left">
                  <xref target="LINKTYPE_IEEE802_11_PRISM"/></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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_HHDLC</td>
                <td align="center">121</td>
                <td align="left">Reserved for Siemens HiPath HDLC</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_IP_OVER_FC</td>
                <td align="center">122</td>
                <td align="left">IP-over-Fibre Channel, starting with the Network_Header</td>
                <td align="left">
                  <xref target="RFC2625"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_SUNATM</td>
                <td align="center">123</td>
                <td align="left">ATM traffic captured from a SunATM device</td>
                <td align="left">
                  <xref target="LINKTYPE_SUNATM"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RIO</td>
                <td align="center">124</td>
                <td align="left">Reserved for RapidIO</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_PCI_EXP</td>
                <td align="center">125</td>
                <td align="left">Reserved for PCI Express</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_AURORA</td>
                <td align="center">126</td>
                <td align="left">Reserved for Xilinx Aurora link layer</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_IEEE802_11_RADIOTAP</td>
                <td align="center">127</td>
                <td align="left">Radiotap header, followed by an 802.11 header</td>
                <td align="left">
                  <xref target="Radiotap"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_TZSP</td>
                <td align="center">128</td>
                <td align="left">Reserved for Tazmen Sniffer Protocol</td>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_MLPPP</td>
                <td align="center">130</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_MLFR</td>
                <td align="center">131</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_ES</td>
                <td align="center">132</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_GGSN</td>
                <td align="center">133</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_MFR</td>
                <td align="center">134</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_ATM2</td>
                <td align="center">135</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_SERVICES</td>
                <td align="center">136</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_ATM1</td>
                <td align="center">137</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </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>
                <td align="left">
                  <xref target="LINKTYPE_APPLE_IP_OVER_IEEE1394"/></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</td>
                <td align="left">
                  <xref target="Q.703"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_MTP2</td>
                <td align="center">140</td>
                <td align="left">SS7 Level 2</td>
                <td align="left">
                  <xref target="Q.703"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_MTP3</td>
                <td align="center">141</td>
                <td align="left">SS7 Level 3, with no MTP2 header</td>
                <td align="left">
                  <xref target="Q.704"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_SCCP</td>
                <td align="center">142</td>
                <td align="left">SS7 Control Part, with no MTP3 or MTP2 header</td>
                <td align="left">
                  <xref target="Q.711"/> <xref target="Q.712"/> <xref target="Q.713"/> <xref target="Q.714"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_DOCSIS</td>
                <td align="center">143</td>
                <td align="left">DOCSIS MAC frames</td>
                <td align="left">
                  <xref target="DOCSIS-4.0-MULP"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_LINUX_IRDA</td>
                <td align="center">144</td>
                <td align="left">Linux-IrDA packets</td>
                <td align="left">
                  <xref target="LINKTYPE_LINUX_IRDA"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_IBM_SP</td>
                <td align="center">145</td>
                <td align="left">Reserved for IBM SP switch</td>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_01</td>
                <td align="center">147</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_02</td>
                <td align="center">148</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_03</td>
                <td align="center">149</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_04</td>
                <td align="center">150</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_05</td>
                <td align="center">151</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_06</td>
                <td align="center">152</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_07</td>
                <td align="center">153</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_08</td>
                <td align="center">154</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_09</td>
                <td align="center">155</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_10</td>
                <td align="center">156</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_11</td>
                <td align="center">157</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_12</td>
                <td align="center">158</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_13</td>
                <td align="center">159</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_14</td>
                <td align="center">160</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_15</td>
                <td align="center">161</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RESERVED_16</td>
                <td align="center">162</td>
                <td align="left">For private use (deprecated)</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_IEEE802_11_AVS</td>
                <td align="center">163</td>
                <td align="left">AVS header, followed by an 802.11 header</td>
                <td align="left">
                  <xref target="AVS"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_MONITOR</td>
                <td align="center">164</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_BACNET_MS_TP</td>
                <td align="center">165</td>
                <td align="left">BACnet MS/TP frames</td>
                <td align="left">Section 9.3 MS/TP Frame Format of <xref target="ASHRAE-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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_PPPOE</td>
                <td align="center">167</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_PPPOE_ATM</td>
                <td align="center">168</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </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>
                <td align="left">
                  <xref target="_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</td>
                <td align="left">
                  <xref target="G.7041"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_GPF_F</td>
                <td align="center">171</td>
                <td align="left">Frame-mapped generic framing procedure</td>
                <td align="left">
                  <xref target="G.7041"/></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>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_PIC_PEER</td>
                <td align="center">174</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_LINUX_LAPD</td>
                <td align="center">177</td>
                <td align="left">Linux vISDN LAPD frames</td>
                <td align="left">
                  <xref target="LINKTYPE_LINUX_LAPD"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_ETHER</td>
                <td align="center">178</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_PPP</td>
                <td align="center">179</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_FRELAY</td>
                <td align="center">180</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_CHDLC</td>
                <td align="center">181</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </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>
                <td align="left">
                  <xref target="FRF.16.1"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_VP</td>
                <td align="center">183</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_A429</td>
                <td align="center">184</td>
                <td align="left">Reserved for ARINC 429 frames</td>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left">
                  <xref target="PPI"/></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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_ISM</td>
                <td align="center">194</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </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>
                <td align="left"> </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</td>
                <td align="left">
                  <xref target="LINKTYPE_SITA"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_ERF</td>
                <td align="center">197</td>
                <td align="left">Endace ERF records</td>
                <td align="left">
                  <xref target="ERF"/></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>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_ST</td>
                <td align="center">200</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_AX25_KISS</td>
                <td align="center">202</td>
                <td align="left">AX.25 packet, with a KISS header</td>
                <td align="left">
                  <xref target="KISS"/> <xref target="AX.25"/></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, starting with the address field, with no pseudo-header</td>
                <td align="left">
                  <xref target="Q.920"/> <xref target="Q.921"/></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>
                <td align="left"> </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, 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>
                <td align="left">
                  <xref section="4.3.1" sectionFormat="of" target="RFC1547"/></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>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">Reserved</td>
                <td align="center">208</td>
                <td align="left">Reserved for an unspecified link-layer type</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_I2C_LINUX</td>
                <td align="center">209</td>
                <td align="left">Linux I2C packets</td>
                <td align="left">
                  <xref target="LINKTYPE_I2C_LINUX"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_FLEXRAY</td>
                <td align="center">210</td>
                <td align="left">FlexRay frames or symbols, with a pseudo-header</td>
                <td align="left">
                  <xref target="LINKTYPE_FLEXRAY"/></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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_LIN</td>
                <td align="center">212</td>
                <td align="left">Local Interconnect Network (LIN) automotive bus</td>
                <td align="left">
                  <xref target="LINKTYPE_LIN"/></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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_LINUX_EVDEV</td>
                <td align="center">216</td>
                <td align="left">Reserved for Linux evdev messages</td>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_IPNET</td>
                <td align="center">226</td>
                <td align="left">Solaris ipnet</td>
                <td align="left">
                  <xref target="LINKTYPE_IPNET"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_CAN_SOCKETCAN</td>
                <td align="center">227</td>
                <td align="left">Controller Area Network frames</td>
                <td align="left">
                  <xref target="LINKTYPE_CAN_SOCKETCAN"/></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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left">
                  <xref target="D-Bus"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_VS</td>
                <td align="center">232</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_SRX_E2E</td>
                <td align="center">233</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_FIBRECHANNEL</td>
                <td align="center">234</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_DVB_CI</td>
                <td align="center">235</td>
                <td align="left">DVB-CI messages</td>
                <td align="left">
                  <xref target="DVB-CI-PCAP"/><xref target="DVB-CI"/></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</td>
                <td align="left">
                  <xref target="LINKTYPE_MUX27010"/></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>
                <td align="left">
                  <xref target="STANAG-5066"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_JUNIPER_ATM_CEMIC</td>
                <td align="center">238</td>
                <td align="left">Reserved for Juniper Networks</td>
                <td align="left"> </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>
                <td align="left">
                  <xref target="LINKTYPE_NFLOG"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_NETANALYZER</td>
                <td align="center">240</td>
                <td align="left">Ethernet frames with netANALYZER pseudo-header</td>
                <td align="left">
                  <xref target="LINKTYPE_NETANALYZER"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_NETANALYZER_TRANSPARENT</td>
                <td align="center">241</td>
                <td align="left">Ethernet frames with netANALYZER pseudo-header, preamble, and SFD</td>
                <td align="left">
                  <xref target="LINKTYPE_NETANALYZER_TRANSPARENT"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_IPOIB</td>
                <td align="center">242</td>
                <td align="left">IP-over-InfiniBand</td>
                <td align="left">
                  <xref section="6" sectionFormat="of" target="RFC4391"/></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</td>
                <td align="left">Table 2-2 of section 2.4.3.2 Transport Stream packet layer of <xref target="H.222.0"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_NG40</td>
                <td align="center">244</td>
                <td align="left">Frames from ng4T GmbH's ng40 protocol tester</td>
                <td align="left">
                  <xref target="LINKTYPE_NG40"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_NFC_LLCP</td>
                <td align="center">245</td>
                <td align="left">NFC Logical Link Control Protocol frames, with a pseudo-header</td>
                <td align="left">
                  <xref target="LINKTYPE_NFC_LLCP"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_PFSYNC</td>
                <td align="center">246</td>
                <td align="left">Reserved for pfsync output</td>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left">
                  <xref target="USBPcap"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RTAC_SERIAL</td>
                <td align="center">250</td>
                <td align="left">Serial-line packet from the Schweitzer Engineering Laboratories RTAC product</td>
                <td align="left">
                  <xref target="LINKTYPE_RTAC_SERIAL"/></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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_WIRESHARK_UPPER_PDU</td>
                <td align="center">252</td>
                <td align="left">Reserved for Wireshark</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_NETLINK</td>
                <td align="center">253</td>
                <td align="left">Linux Netlink capture encapsulation</td>
                <td align="left">
                  <xref target="LINKTYPE_NETLINK"/> <xref target="RFC3549"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_BLUETOOTH_LINUX_MONITOR</td>
                <td align="center">254</td>
                <td align="left">Bluetooth Linux Monitor</td>
                <td align="left">
                  <xref target="LINKTYPE_BLUETOOTH_LINUX_MONITOR"/></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>
                <td align="left">
                  <xref target="LINKTYPE_BLUETOOTH_BREDR_BB"/></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>
                <td align="left">
                  <xref target="LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR"/></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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_PKTAP</td>
                <td align="center">258</td>
                <td align="left">Apple PKTAP capture encapsulation</td>
                <td align="left">
                  <xref target="LINKTYPE_PKTAP"/></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>
                <td align="left"> </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>
                <td align="left"> </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</td>
                <td align="left">
                  <xref target="LINKTYPE_ZWAVE_R1_R2"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_ZWAVE_R3</td>
                <td align="center">262</td>
                <td align="left">Z-Wave RF profile R3 packets</td>
                <td align="left">
                  <xref target="LINKTYPE_ZWAVE_R3"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_WATTSTOPPER_DLM</td>
                <td align="center">263</td>
                <td align="left">WattStopper Digital Lighting Management (DLM) and Legrand Nitoo Open protocol packets</td>
                <td align="left">
                  <xref target="LINKTYPE_WATTSTOPPER_DLM"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_ISO_14443</td>
                <td align="center">264</td>
                <td align="left">ISO 14443 contactless smartcard messages</td>
                <td align="left">
                  <xref target="ISO-14443-PCAP"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_RDS</td>
                <td align="center">265</td>
                <td align="left">IEC 62106 Radio data system (RDS) groups</td>
                <td align="left">
                  <xref target="LINKTYPE_RDS"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_USB_DARWIN</td>
                <td align="center">266</td>
                <td align="left">USB packets captured on a Darwin-based operating system (macOS, etc.)</td>
                <td align="left">
                  <xref target="LINKTYPE_USB_DARWIN"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_OPENFLOW</td>
                <td align="center">267</td>
                <td align="left">Reserved for OpenBSD DLT_OPENFLOW</td>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left">
                  <xref target="LINKTYPE_VSOCK"/></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</td>
                <td align="left">
                  <xref target="LINKTYPE_NORDIC_BLE"/></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</td>
                <td align="left">
                  <xref target="DOCSIS-XRA"/> <xref target="DOCSIS-4.0-MULP"/></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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_DISPLAYPORT_AUX</td>
                <td align="center">275</td>
                <td align="left">DisplayPort AUX channel monitoring messages</td>
                <td align="left">
                  <xref target="LINKTYPE_DISPLAYPORT_AUX"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_LINUX_SLL2</td>
                <td align="center">276</td>
                <td align="left">Linux cooked capture encapsulation v2</td>
                <td align="left">
                  <xref target="LINKTYPE_LINUX_SLL2"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_SERCOS_MONITOR</td>
                <td align="center">277</td>
                <td align="left">Reserved for Sercos Monitor</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_OPENVIZSLA</td>
                <td align="center">278</td>
                <td align="left">OpenVizsla FPGA-based USB sniffer</td>
                <td align="left">
                  <xref target="OpenVizsla"/></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>
                <td align="left">
                  <xref target="EBHSCR"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_VPP_DISPATCH</td>
                <td align="center">280</td>
                <td align="left">fd.io VPP graph dispatcher trace records</td>
                <td align="left">
                  <xref target="FD.io-VPP"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_DSA_TAG_BRCM</td>
                <td align="center">281</td>
                <td align="left">Ethernet frames, with a Broadcom switch tag inserted</td>
                <td align="left">
                  <xref target="LINKTYPE_DSA_TAG_BRCM"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_DSA_TAG_BRCM_PREPEND</td>
                <td align="center">282</td>
                <td align="left">Ethernet frames, with a Broadcom switch tag prepended</td>
                <td align="left">
                  <xref target="LINKTYPE_DSA_TAG_BRCM_PREPEND"/></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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_DSA_TAG_DSA</td>
                <td align="center">284</td>
                <td align="left">Ethernet frames, with a Marvell DSA switch tag inserted</td>
                <td align="left">
                  <xref target="LINKTYPE_DSA_TAG_DSA"/></td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_DSA_TAG_EDSA</td>
                <td align="center">285</td>
                <td align="left">Ethernet frames, with a Marvell EDSA switch tag inserted</td>
                <td align="left">
                  <xref target="LINKTYPE_DSA_TAG_EDSA"/></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>
                <td align="left"> </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</td>
                <td align="left">
                  <xref target="Z_WAVE_SERIAL"/> section 5</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>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_ETW</td>
                <td align="center">290</td>
                <td align="left">Event Tracing for Windows messages</td>
                <td align="left">
                  <xref target="LINKTYPE_ETW"/></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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_ZBOSS_NCP</td>
                <td align="center">292</td>
                <td align="left">ZBOSS NCP Serial Protocol, with a pseudo-header</td>
                <td align="left">
                  <xref target="LINKTYPE_ZBOSS_NCP"/></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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_ZWAVE_TAP</td>
                <td align="center">297</td>
                <td align="left">Z-Wave packets, as specified by ITU-T Recommendation G.9959, with a https://gitlab.com/exegin/zwave-g9959-tap TAP meta-data header</td>
                <td align="left">
                  <xref target="Exegin-TAP-Link"/></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>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">LINKTYPE_FIRA_UCI</td>
                <td align="center">299</td>
                <td align="left">Ultra-wideband (UWB) controller interface protocol (UCI)</td>
                <td align="left">
                  <xref target="LINKTYPE_FIRA_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>
                <td align="left"> </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>
                <td align="left"> </td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="sec-de">
          <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>
    </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>
        <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>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="TCPDUMP" target="https://www.tcpdump.org/linktypes.html">
          <front>
            <title>LINK-LAYER HEADER TYPES</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LIBPCAP" target="https://github.com/the-tcpdump-group/libpcap">
          <front>
            <title>libpcap</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="Wireshark" target="https://www.wireshark.org">
          <front>
            <title>Homepage of Wireshark</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="_3GPP-TS-04.64">
          <front>
            <title>Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); Mobile Station - Serving GPRS Support Node (MS-SGSN) Logical Link Control (LLC) layer specification</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>3GPP TS 04.64</refcontent>
        </reference>
        <reference anchor="ASHRAE-135">
          <front>
            <title>BACnet(TM): A Data Communication Protocol for Building Automation and Control Networks</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ANSI/ASHRAE Standard 135</refcontent>
        </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>
        <reference anchor="AX.25" target="https://www.ax25.net/AX25.2.2-Jul%2098-2.pdf">
          <front>
            <title>AX.25 Link Access Protocol for Amateur Packet Radio Version 2.2</title>
            <author initials="W. A." surname="Beech" fullname="William A. Beech">
              <organization/>
            </author>
            <author initials="D. E." surname="Nielsen" fullname="Douglas E. Nielsen">
              <organization/>
            </author>
            <author initials="J." surname="Taylor" fullname="Jack Taylor">
              <organization/>
            </author>
            <date year="1998" month="July"/>
          </front>
        </reference>
        <reference anchor="D-Bus" target="https://dbus.freedesktop.org/doc/dbus-specification.html">
          <front>
            <title>D-Bus Specification</title>
            <author initials="H." surname="Pennington" fullname="Havoc Pennington">
              <organization>Red Hat, Inc.</organization>
            </author>
            <author initials="A." surname="Carlsson" fullname="Anders Carlsson">
              <organization>CodeFactory AB</organization>
            </author>
            <author initials="A." surname="Larsson" fullname="Alexander Larsson">
              <organization>Red Hat, Inc.</organization>
            </author>
            <author initials="S." surname="Herzberg" fullname="Sven Herzberg">
              <organization>Imendio AB</organization>
            </author>
            <author initials="S." surname="McVittie" fullname="Simon McVittie">
              <organization>Collabora Ltd.</organization>
            </author>
            <author initials="D." surname="Zeuthen" fullname="David Zeuthen">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="DOCSIS-4.0-MULP" target="https://www.cablelabs.com/specifications/CM-SP-MULPIv4.0">
          <front>
            <title>DOCSIS 4.0 MAC and Upper Layer Protocols Interface Specification</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="DOCSIS-XRA" target="https://support.excentis.com/index.php?/Knowledgebase/Article/View/159">
          <front>
            <title>Excentis XRA Header</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="DVB-CI" target="https://dvb.org/?standard=common-interface-specification-for-conditional-access-and-other-digital-video-broadcasting-decoder-applications">
          <front>
            <title>Common Interface Specification for Conditional Access and other Digital Video Broadcasting Decoder Applications</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="DVB-CI-PCAP" target="https://www.kaiser.cx/pcap-dvbci.html">
          <front>
            <title>PCAP format for DVB-CI</title>
            <author initials="M." surname="Kaiser" fullname="Martin Kaiser">
              <organization/>
            </author>
            <date year="2021" month="January"/>
          </front>
        </reference>
        <reference anchor="EBHSCR" target="http://www.elektrobit.com/ebhscr">
          <front>
            <title>Documentation EBHSCR</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="ERF" target="https://www.endace.com/erf-extensible-record-format-types.pdf">
          <front>
            <title>ERF Types Reference Guide</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="Exegin-TAP-Link" target="https://github.com/jkcko/ieee802.15.4-tap/blob/master/IEEE%20802.15.4%20TAP%20Link%20Type%20Specification.pdf">
          <front>
            <title>IEEE 802.15.4 TAP Link Type Specification</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="FD.io-VPP" target="https://fdio-vpp.readthedocs.io/en/latest/gettingstarted/developers/vnet.html">
          <front>
            <title>VNET (VPP Network Stack)</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="FRF.16.1" target="https://web.archive.org/web/20160427004354/https://www.broadband-forum.org/technical/download/FRF.16/frf16.1.pdf">
          <front>
            <title>Multilink Frame Relay UNI/NNI Implementation Agreement FRF.16.1</title>
            <author>
              <organization/>
            </author>
            <date year="2002" month="May"/>
          </front>
        </reference>
        <reference anchor="G.7041" target="https://www.itu.int/rec/T-REC-G.7041/en">
          <front>
            <title>Generic Framing Procedure</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation G.7041/Y.1303</refcontent>
        </reference>
        <reference anchor="G.9959" target="https://www.itu.int/rec/T-REC-G.9959/en">
          <front>
            <title>Short range narrow-band digital radiocommunication transceivers - PHY, MAC, SAR and LLC layer specifications</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation G.9959</refcontent>
        </reference>
        <reference anchor="H.222.0" target="https://www.itu.int/rec/T-REC-H.222.0">
          <front>
            <title>Information technology - Generic coding of moving pictures and associated audio information: Systems</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation H.222.0</refcontent>
        </reference>
        <reference anchor="ISO-14443-PCAP" target="https://www.kaiser.cx/posts/pcap-iso14443/">
          <front>
            <title>PCAP format for ISO14443</title>
            <author initials="M." surname="Kaiser" fullname="Martin Kaiser">
              <organization/>
            </author>
            <date year="2021" month="January"/>
          </front>
        </reference>
        <reference anchor="KISS" target="https://www.ax25.net/kiss.aspx">
          <front>
            <title>The KISS TNC - A simple Host-to-TNC communications protocol</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_APPLE_IP_OVER_IEEE1394" target="https://www.tcpdump.org/linktypes/LINKTYPE_APPLE_IP_OVER_IEEE1394.html">
          <front>
            <title>LINKTYPE_APPLE_IP_OVER_IEEE1394</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_BREDR_BB" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_BREDR_BB.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_BREDR_BB</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_LINUX_MONITOR" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_LINUX_MONITOR.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_LINUX_MONITOR</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_CAN_SOCKETCAN" target="https://www.tcpdump.org/linktypes/LINKTYPE_CAN_SOCKETCAN.html">
          <front>
            <title>LINKTYPE_CAN_SOCKETCAN</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DISPLAYPORT_AUX" target="https://www.tcpdump.org/linktypes/LINKTYPE_DISPLAYPORT_AUX.html">
          <front>
            <title>LINKTYPE_DISPLAYPORT_AUX</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DSA_TAG_BRCM" target="https://www.tcpdump.org/linktypes/LINKTYPE_DSA_TAG_BRCM.html">
          <front>
            <title>LINKTYPE_DSA_TAG_BRCM</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DSA_TAG_BRCM_PREPEND" target="https://www.tcpdump.org/linktypes/LINKTYPE_DSA_TAG_BRCM_PREPEND.html">
          <front>
            <title>LINKTYPE_DSA_TAG_BRCM_PREPEND</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DSA_TAG_DSA" target="https://www.tcpdump.org/linktypes/LINKTYPE_DSA_TAG_DSA.html">
          <front>
            <title>LINKTYPE_DSA_TAG_DSA</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DSA_TAG_EDSA" target="https://www.tcpdump.org/linktypes/LINKTYPE_DSA_TAG_EDSA.html">
          <front>
            <title>LINKTYPE_DSA_TAG_EDSA</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ETW" target="https://www.tcpdump.org/linktypes/LINKTYPE_ETW.html">
          <front>
            <title>LINKTYPE_ETW</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FIRA_UCI" target="https://www.tcpdump.org/linktypes/LINKTYPE_FIRA_UCI.html">
          <front>
            <title>LINKTYPE_FIRA_UCI</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FLEXRAY" target="https://www.tcpdump.org/linktypes/LINKTYPE_FLEXRAY.html">
          <front>
            <title>LINKTYPE_FLEXRAY</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_I2C_LINUX" target="https://www.tcpdump.org/linktypes/LINKTYPE_I2C_LINUX.html">
          <front>
            <title>LINKTYPE_I2C_LINUX</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IEEE802_11_PRISM" target="https://www.tcpdump.org/linktypes/LINKTYPE_IEEE802_11_PRISM.html">
          <front>
            <title>LINKTYPE_IEEE802_11_PRISM</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPNET" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPNET.html">
          <front>
            <title>LINKTYPE_IPNET</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LIN" target="https://www.tcpdump.org/linktypes/LINKTYPE_LIN.html">
          <front>
            <title>LINKTYPE_LIN</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LINUX_IRDA" target="https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_IRDA.html">
          <front>
            <title>LINKTYPE_LINUX_IRDA</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LINUX_LAPD" target="https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_LAPD.html">
          <front>
            <title>LINKTYPE_LINUX_LAPD</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LINUX_SLL" target="https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_SLL.html">
          <front>
            <title>LINKTYPE_LINUX_SLL</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LINUX_SLL2" target="https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_SLL2.html">
          <front>
            <title>LINKTYPE_LINUX_SLL2</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LOOP" target="https://www.tcpdump.org/linktypes/LINKTYPE_LOOP.html">
          <front>
            <title>LINKTYPE_LOOP</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MUX27010" target="https://www.tcpdump.org/linktypes/LINKTYPE_MUX27010.html">
          <front>
            <title>LINKTYPE_MUX27010</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NETANALYZER" target="https://www.tcpdump.org/linktypes/LINKTYPE_NETANALYZER.html">
          <front>
            <title>LINKTYPE_NETANALYZER</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NETANALYZER_TRANSPARENT" target="https://www.tcpdump.org/linktypes/LINKTYPE_NETANALYZER_TRANSPARENT.html">
          <front>
            <title>LINKTYPE_NETANALYZER_TRANSPARENT</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NETLINK" target="https://www.tcpdump.org/linktypes/LINKTYPE_NETLINK.html">
          <front>
            <title>LINKTYPE_NETLINK</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NFC_LLCP" target="https://www.tcpdump.org/linktypes/LINKTYPE_NFC_LLCP.html">
          <front>
            <title>LINKTYPE_NFC_LLCP</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NFLOG" target="https://www.tcpdump.org/linktypes/LINKTYPE_NFLOG.html">
          <front>
            <title>LINKTYPE_NFLOG</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NG40" target="https://www.tcpdump.org/linktypes/LINKTYPE_NG40.html">
          <front>
            <title>LINKTYPE_NG40</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NORDIC_BLE" target="https://www.tcpdump.org/linktypes/LINKTYPE_NORDIC_BLE.html">
          <front>
            <title>LINKTYPE_NORDIC_BLE</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NULL" target="https://www.tcpdump.org/linktypes/LINKTYPE_NULL.html">
          <front>
            <title>LINKTYPE_NULL</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PKTAP" target="https://www.tcpdump.org/linktypes/LINKTYPE_PKTAP.html">
          <front>
            <title>LINKTYPE_PKTAP</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_RDS" target="https://www.tcpdump.org/linktypes/LINKTYPE_RDS.html">
          <front>
            <title>LINKTYPE_RDS</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_RTAC_SERIAL" target="https://www.tcpdump.org/linktypes/LINKTYPE_RTAC_SERIAL.html">
          <front>
            <title>LINKTYPE_RTAC_SERIAL</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SITA" target="https://www.tcpdump.org/linktypes/LINKTYPE_SITA.html">
          <front>
            <title>LINKTYPE_SITA</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SLIP" target="https://www.tcpdump.org/linktypes/LINKTYPE_SLIP.html">
          <front>
            <title>LINKTYPE_SLIP</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SUNATM" target="https://www.tcpdump.org/linktypes/LINKTYPE_SUNATM.html">
          <front>
            <title>LINKTYPE_SUNATM</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_DARWIN" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_DARWIN.html">
          <front>
            <title>LINKTYPE_USB_DARWIN</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_VSOCK" target="https://www.tcpdump.org/linktypes/LINKTYPE_VSOCK.html">
          <front>
            <title>LINKTYPE_VSOCK</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_WATTSTOPPER_DLM" target="https://www.tcpdump.org/linktypes/LINKTYPE_WATTSTOPPER_DLM.html">
          <front>
            <title>LINKTYPE_WATTSTOPPER_DLM</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ZBOSS_NCP" target="https://www.tcpdump.org/linktypes/LINKTYPE_ZBOSS_NCP.html">
          <front>
            <title>LINKTYPE_ZBOSS_NCP</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ZWAVE_R1_R2" target="https://www.tcpdump.org/linktypes/LINKTYPE_ZWAVE_R1_R2.html">
          <front>
            <title>LINKTYPE_ZWAVE_R1_R2</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ZWAVE_R3" target="https://www.tcpdump.org/linktypes/LINKTYPE_ZWAVE_R3.html">
          <front>
            <title>LINKTYPE_ZWAVE_R3</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LoRaTap" target="https://github.com/eriknl/LoRaTap/blob/master/README.md">
          <front>
            <title>LoRaTap</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LoRaWAN" target="https://lora-alliance.org/lorawan-for-developers/">
          <front>
            <title>About the LoRaWAN Standards</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="OpenVizsla" target="https://github.com/matwey/libopenvizsla/wiki/OpenVizsla-protocol-description">
          <front>
            <title>OpenVizsla protocol description</title>
            <author>
              <organization/>
            </author>
            <date year="2018" month="August"/>
          </front>
        </reference>
        <reference anchor="PPI" target="https://web.archive.org/web/20160328114748/http://www.cacetech.com/documents/PPI%20Header%20format%201.0.7.pdf">
          <front>
            <title>Per-Packet Information Header Specification</title>
            <author>
              <organization/>
            </author>
            <date year="2007" month="May"/>
          </front>
        </reference>
        <reference anchor="Q.703" target="https://www.itu.int/rec/T-REC-Q.703/en/">
          <front>
            <title>Specifications of Signalling System No. 7 Signalling Link</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.703</refcontent>
        </reference>
        <reference anchor="Q.704" target="https://www.itu.int/rec/T-REC-Q.704/en/">
          <front>
            <title>Specifications of Signalling System No. 7 Signalling Network Functions And Messages</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.704</refcontent>
        </reference>
        <reference anchor="Q.711" target="https://www.itu.int/rec/T-REC-Q.711/en/">
          <front>
            <title>Specifications of Signalling System No. 7 Functional description of the signalling connection control part</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.711</refcontent>
        </reference>
        <reference anchor="Q.712" target="https://www.itu.int/rec/T-REC-Q.712/en/">
          <front>
            <title>Specifications of Signalling System No. 7 Definition and function of signalling connection control part messages</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.712</refcontent>
        </reference>
        <reference anchor="Q.713" target="https://www.itu.int/rec/T-REC-Q.713/en/">
          <front>
            <title>Specifications of Signalling System No. 7 Signalling connection control part functions and codes</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.713</refcontent>
        </reference>
        <reference anchor="Q.714" target="https://www.itu.int/rec/T-REC-Q.714/en/">
          <front>
            <title>Specifications of Signalling System No. 7 Signalling connection control part procedures</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.714</refcontent>
        </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="Q.920" target="https://www.itu.int/rec/T-REC-Q.920/en/">
          <front>
            <title>Digital Subscriber Signalling System No. 1 (DSS1) - ISDN User-Network Interface Data Link Layer - General aspects</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.920</refcontent>
        </reference>
        <reference anchor="Q.921" target="https://www.itu.int/rec/T-REC-Q.921/en/">
          <front>
            <title>ISDN user-network interface - Data Link Layer specification</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.921</refcontent>
        </reference>
        <reference anchor="STANAG-5066" target="https://web.archive.org/web/20051004082010/http://www.armymars.net/ArmyMARS/HF-Email/resources/stanag5066.pdf">
          <front>
            <title>Profile for Maritime High Frequency (HF) Radio Data Communications</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>STANAG 5066</refcontent>
        </reference>
        <reference anchor="USBPcap" target="https://desowin.org/usbpcap/captureformat.html">
          <front>
            <title>USBPcap Capture format specification</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="Z_WAVE_SERIAL" target="https://www.silabs.com/documents/public/user-guides/INS12350-Serial-API-Host-Appl.-Prg.-Guide.pdf">
          <front>
            <title>Z-Wave Serial API Host Application Programming Guide</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC1661">
          <front>
            <title>The Point-to-Point Protocol (PPP)</title>
            <author fullname="W. Simpson" initials="W." role="editor" surname="Simpson"/>
            <date month="July" year="1994"/>
            <abstract>
              <t>This document defines the PPP organization and methodology, and the PPP encapsulation, together with an extensible option negotiation mechanism which is able to negotiate a rich assortment of configuration parameters and provides additional management functions. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="51"/>
          <seriesInfo name="RFC" value="1661"/>
          <seriesInfo name="DOI" value="10.17487/RFC1661"/>
        </reference>
        <reference anchor="RFC1662">
          <front>
            <title>PPP in HDLC-like Framing</title>
            <author fullname="W. Simpson" initials="W." role="editor" surname="Simpson"/>
            <date month="July" year="1994"/>
            <abstract>
              <t>This document describes the use of HDLC-like framing for PPP encapsulated packets. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="51"/>
          <seriesInfo name="RFC" value="1662"/>
          <seriesInfo name="DOI" value="10.17487/RFC1662"/>
        </reference>
        <reference anchor="RFC2516">
          <front>
            <title>A Method for Transmitting PPP Over Ethernet (PPPoE)</title>
            <author fullname="L. Mamakos" initials="L." surname="Mamakos"/>
            <author fullname="K. Lidl" initials="K." surname="Lidl"/>
            <author fullname="J. Evarts" initials="J." surname="Evarts"/>
            <author fullname="D. Carrel" initials="D." surname="Carrel"/>
            <author fullname="D. Simone" initials="D." surname="Simone"/>
            <author fullname="R. Wheeler" initials="R." surname="Wheeler"/>
            <date month="February" year="1999"/>
            <abstract>
              <t>This document describes how to build PPP sessions and encapsulate PPP packets over Ethernet. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2516"/>
          <seriesInfo name="DOI" value="10.17487/RFC2516"/>
        </reference>
        <reference anchor="RFC1483">
          <front>
            <title>Multiprotocol Encapsulation over ATM Adaptation Layer 5</title>
            <author fullname="J. Heinanen" initials="J." surname="Heinanen"/>
            <date month="July" year="1993"/>
            <abstract>
              <t>This memo describes two encapsulations methods for carrying network interconnect traffic over ATM AAL5. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1483"/>
          <seriesInfo name="DOI" value="10.17487/RFC1483"/>
        </reference>
        <reference anchor="RFC1547">
          <front>
            <title>Requirements for an Internet Standard Point-to-Point Protocol</title>
            <author fullname="D. Perkins" initials="D." surname="Perkins"/>
            <date month="December" year="1993"/>
            <abstract>
              <t>This document discusses the evaluation criteria for an Internet Standard Data Link Layer protocol to be used with point-to-point links. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1547"/>
          <seriesInfo name="DOI" value="10.17487/RFC1547"/>
        </reference>
        <reference anchor="RFC2625">
          <front>
            <title>IP and ARP over Fibre Channel</title>
            <author fullname="M. Rajagopal" initials="M." surname="Rajagopal"/>
            <author fullname="R. Bhagwat" initials="R." surname="Bhagwat"/>
            <author fullname="W. Rickard" initials="W." surname="Rickard"/>
            <date month="June" year="1999"/>
            <abstract>
              <t>The purpose of this document is to specify a way of encapsulating IP and Address Resolution Protocol(ARP) over Fibre Channel and also to describe a mechanism(s) for IP address resolution. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2625"/>
          <seriesInfo name="DOI" value="10.17487/RFC2625"/>
        </reference>
        <reference anchor="RFC4391">
          <front>
            <title>Transmission of IP over InfiniBand (IPoIB)</title>
            <author fullname="J. Chu" initials="J." surname="Chu"/>
            <author fullname="V. Kashyap" initials="V." surname="Kashyap"/>
            <date month="April" year="2006"/>
            <abstract>
              <t>This document specifies a method for encapsulating and transmitting IPv4/IPv6 and Address Resolution Protocol (ARP) packets over InfiniBand (IB). It describes the link-layer address to be used when resolving the IP addresses in IP over InfiniBand (IPoIB) subnets. The document also describes the mapping from IP multicast addresses to InfiniBand multicast addresses. In addition, this document defines the setup and configuration of IPoIB links. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4391"/>
          <seriesInfo name="DOI" value="10.17487/RFC4391"/>
        </reference>
        <reference anchor="RFC3549">
          <front>
            <title>Linux Netlink as an IP Services Protocol</title>
            <author fullname="J. Salim" initials="J." surname="Salim"/>
            <author fullname="H. Khosravi" initials="H." surname="Khosravi"/>
            <author fullname="A. Kleen" initials="A." surname="Kleen"/>
            <author fullname="A. Kuznetsov" initials="A." surname="Kuznetsov"/>
            <date month="July" year="2003"/>
            <abstract>
              <t>This document describes Linux Netlink, which is used in Linux both as an intra-kernel messaging system as well as between kernel and user space. The focus of this document is to describe Netlink's functionality as a protocol between a Forwarding Engine Component (FEC) and a Control Plane Component (CPC), the two components that define an IP service. As a result of this focus, this document ignores other uses of Netlink, including its use as a intra-kernel messaging system, as an inter- process communication scheme (IPC), or as a configuration tool for other non-networking or non-IP network services (such as decnet, etc.). This document is intended as informational in the context of prior art for the ForCES IETF working group. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3549"/>
          <seriesInfo name="DOI" value="10.17487/RFC3549"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
1W1/iDsPsAlhuaRpfyn9L328IkU+qQAA

-->

</rfc>
