<?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.39 (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-05" category="info" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.0 -->
  <front>
    <title abbrev="pcaplinktype">Link-Layer Types for PCAP and PCAPNG Capture File Formats</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-pcaplinktype-05"/>
    <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="16"/>
    <abstract>
      <?line 446?>

<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>
    <?line 451?>

<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.
<?line -6?>
      </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>LINKTYPE Name: Indicates the symbolic name for this LinkType. The name is prefixed with "LINKTYPE_" (i.e., LINKTYPE_something).</li>
          <li>LINKTYPE Value: Indicates the integer value assigned for this LinkType.</li>
          <li>Description: Provides a very short description.</li>
          <li>Reference: Indicates an authoritative the document reference for the LinkType or a requester reference.</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>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"/>.</li>
          <li>Values from 32768 to 65000 are allocated following a First-Come First-Served policy (<xref section="4.4" sectionFormat="of" target="RFC8126"/>).</li>
          <li>Values from 65001 to 65535 are reserved for Private Use (<xref section="4.1" sectionFormat="of" target="RFC8126"/>).</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="security-considerations">
      <name>Security Considerations</name>
      <t>This document describes the IANA registration rules for the LINKTYPE encapsulations.
PCAP, and PCAPNG packet file formats use this value to determine what kind of headers preceed network packet captures.
Many of these formats can contain IPv4 and IPv6 packets.
A system reading PCAP or PCAPNG format captures can be subject to arbitrary inputs that may be controlled by malicious entities, so utmost caution is required.</t>
      <t>Many LINKTYPE formats include a "snapshot" length, which may be smaller than the actual packet.  It is therefore very likely that trailing parts of a packet capture may be omitted, yet internal length fields in the packets will claim the packet is bigger than the capture.
This leads to trivial buffer overreads, and systems interpreting the packets need to carefully scrutinize all attempts to read data from a capture.</t>
    </section>
    <section anchor="contributors">
      <name>Contributors</name>
      <t>PCAP has been developed over three and half decades by a variety of developers, including:
Bill Fenner,
Denis Ovsienko,
Francois-Xavier Le Bail,
Fulvio Risso,
Gerald Combs,
Gianluca Varenni,
Gisle Vanem,
Hannes Gredler,
Joerg Mayer,
Michal Sekletar,
Stephen Donnelly,
Torsten Landschoff,
and Jun-ichiro itojun Hagino</t>
      <t>PCAP was originally created at LBL by Steve McCanne, Craig Leres, and Van Jacobson.</t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors wish to thank: Michael Tuexen, Mohamed Boucadair, Carsten Bormann, Henk Birkholtz, and Robert Wilton their invaluable comments and encouragement.</t>
      <!--
COMMENTS.
1) if editing with emacs, please use markdown-mode
2) with gin (auto-wrap) *TURNED OFF*,
3) and visual-line-mode *ON*
4) start each sentence on a new line, and mostly keep it on one line.

INSERT GVIM settings.
-->

</section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <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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
M3Z5OxjhBh9sAghgTftL5X8BLOLukbGsAAA=

-->

</rfc>
