<?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.7.21 (Ruby 3.2.2) -->
<?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-07" category="info" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.24.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-07"/>
    <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="November" day="22"/>
    <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>
            <t>LINKTYPE Name: Indicates the symbolic name for this LinkType. The name is prefixed with "LINKTYPE_" (i.e., LINKTYPE_something).</t>
          </li>
          <li>
            <t>LINKTYPE Value: Indicates the integer value assigned for this LinkType.</t>
          </li>
          <li>
            <t>Description: Provides a very short description.</t>
          </li>
          <li>
            <t>Reference: Indicates an authoritative the document reference for the LinkType or a requester reference.</t>
          </li>
        </ul>
        <t>The LinkType value is a 16-bit number. The policy allocation for the LinkType values is as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Values from 32768 to 65000 must be allocated via Specification Required (<xref section="4.6" sectionFormat="of" target="RFC8126"/>). Guidance for Designated Experts is provided in <xref target="sec-de"/>.</t>
          </li>
          <li>
            <t>Values from 0 to 32767 are allocated following a First-Come First-Served policy (<xref section="4.4" sectionFormat="of" target="RFC8126"/>).  Note that this category includes the historical allocations which have an uneven level of definition.</t>
          </li>
          <li>
            <t>Values from 65001 to 65535 are reserved for Private Use (<xref section="4.1" sectionFormat="of" target="RFC8126"/>).</t>
          </li>
        </ul>
        <t>The initial version of the registry is provided in <xref target="sec-initial"/>.  In each
case here, the reference should be to
<xref target="TCPDUMP"/> and the RFC number to be assigned to this document, which is not repeated each time.</t>
        <t>The initial values table is based upon the Link type list maintained by
libpcap, and published on <xref target="TCPDUMP"/>.</t>
        <t>Note that historically, values were assigned incrementally following First Come First Served policy, with a preference for a public specification, but with no mandate.
Some historical values may have less specification than desired.</t>
        <t>LinkType values 147 to 162 named LINKTYPE_RESERVED_xx were originally reserved for Private Use. Their use is Deprecated in favour of the values in the 65001-65535 range.</t>
        <t>In general, Private Use values should never leak out of the entity that uses it.
As the First Come First Served range is large and easily obtained, official values are recommended.</t>
        <ul empty="true">
          <li>
            <t>There is often an associated DLT value which is often identical in value, but not universally so. DLT values are associated with specific operation system captures, and are operating system specific, and are thus not subject to standardization.</t>
          </li>
        </ul>
        <section anchor="sec-initial">
          <name>Initial Values</name>
          <t>This is the initial table for the registry:</t>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NULL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>0</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>BSD loopback encapsulation</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NULL"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ETHERNET</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>1</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.3 Ethernet</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_EXP_ETHERNET</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>2</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Xerox experimental 3Mb Ethernet</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_AX25</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>3</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>AX.25 packet</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="AX.25"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PRONET</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>4</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for PRONET</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_CHAOS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>5</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for MIT CHAOSNET</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_5</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>6</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.5 Token Ring</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ARCNET_BSD</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>7</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ARCNET Data Packets with BSD encapsulation</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SLIP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>8</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>SLIP</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_SLIP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>9</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>PPP</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="RFC1661"/>/<xref target="RFC1662"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FDDI</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>10</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>FDDI: per ANSI INCITS 239-1994</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>not to be used</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>11-49</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Do not use these values</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPP_HDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>50</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>PPP in HDLC-like framing</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="RFC1662"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPP_ETHER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>51</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>PPPoE</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref section="4" sectionFormat="of" target="RFC2516"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>Reserved</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>52-98</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Do not use these values</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SYMANTEC_FIREWALL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>99</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Symantec Enterprise Firewall</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ATM_RFC1483</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>100</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>LLC/SNAP-encapsulated ATM</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="RFC1483"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RAW</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>101</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Raw IP; begins with an IPv4 or IPv6 header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SLIP_BSDOS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>102</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for BSD/OS SLIP BPF header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPP_BSDOS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>103</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for BSD/OS PPP BPF header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_C_HDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>104</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Cisco PPP with HDLC framing</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref section="4.3.1" sectionFormat="of" target="RFC1547"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>105</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.11 wireless LAN</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ATM_CLIP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>106</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ATM Classical IP, with no header preceding IP</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FRELAY</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>107</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Frame Relay LAPF frames</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LOOP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>108</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>OpenBSD loopback encapsulation</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LOOP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ENC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>109</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for OpenBSD IPSEC encapsulation</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LANE8023</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>110</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for ATM LANE + 802.3</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_HIPPI</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>111</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for NetBSD HIPPI</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_HDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>112</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for NetBSD HDLC framing</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_SLL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>113</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux "cooked" capture encapsulation</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LINUX_SLL"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LTALK</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>114</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Apple LocalTalk</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ECONET</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>115</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Acorn Econet</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPFILTER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>116</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for OpenBSD ipfilter</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PFLOG</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>117</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>OpenBSD pflog; "struct pfloghdr" structure</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_CISCO_IOS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>118</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Cisco-internal use</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_PRISM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>119</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Prism monitor mode</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IEEE802_11_PRISM"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_AIRONET</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>120</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for 802.11 + FreeFreeBSD Aironet radio metadata</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_HHDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>121</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Siemens HiPath HDLC</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IP_OVER_FC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>122</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IP-over-Fibre Channel, starting with the Network_Header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="RFC2625"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SUNATM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>123</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ATM traffic captured from a SunATM device</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_SUNATM"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RIO</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>124</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for RapidIO</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PCI_EXP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>125</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for PCI Express</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_AURORA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>126</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Xilinx Aurora link layer</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_RADIOTAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>127</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Radiotap header, followed by an 802.11 header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Radiotap"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_TZSP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>128</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Tazmen Sniffer Protocol</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ARCNET_LINUX</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>129</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ARCNET Data Packets, per RFC 1051 frames w/variations</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_MLPPP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>130</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_MLFR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>131</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ES</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>132</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_GGSN</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>133</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_MFR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>134</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ATM2</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>135</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_SERVICES</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>136</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ATM1</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>137</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_APPLE_IP_OVER_IEEE1394</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>138</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Apple IP-over-IEEE 1394 cooked header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_APPLE_IP_OVER_IEEE1394"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MTP2_WITH_PHDR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>139</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Signaling System 7 (SS7) Message Transfer Part Level</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Q.703"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MTP2</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>140</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>SS7 Level 2</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Q.703"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MTP3</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>141</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>SS7 Level 3, with no MTP2 header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Q.704"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SCCP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>142</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>SS7 Control Part, with no MTP3 or MTP2 header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Q.711"/> <xref target="Q.712"/> <xref target="Q.713"/> <xref target="Q.714"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DOCSIS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>143</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>DOCSIS MAC frames</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="DOCSIS-4.0-MULP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_IRDA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>144</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux-IrDA packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LINUX_IRDA"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IBM_SP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>145</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for IBM SP switch</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IBM_SN</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>146</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for IBM Next Federation switch</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_01</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>147</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_02</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>148</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_03</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>149</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_04</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>150</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_05</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>151</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_06</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>152</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_07</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>153</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_08</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>154</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_09</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>155</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_10</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>156</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_11</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>157</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_12</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>158</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_13</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>159</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_14</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>160</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_15</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>161</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_16</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>162</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_AVS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>163</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>AVS header, followed by an 802.11 header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="AVS"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_MONITOR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>164</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BACNET_MS_TP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>165</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>BACnet MS/TP frames</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t>Section 9.3 MS/TP Frame Format of <xref target="ASHRAE-135"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPP_PPPD</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>166</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>PPP in HDLC-like encapsulation, like LINKTYPE_PPP_HDLC, different stuffing</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PPPOE</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>167</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PPPOE_ATM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>168</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GPRS_LLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>169</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>General Packet Radio Service Logical Link Control, as per 3GPP TS 04.64</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="_3GPP-TS-04.64"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GPF_T</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>170</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Transparent-mapped generic framing procedure</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="G.7041"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GPF_F</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>171</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Frame-mapped generic framing procedure</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="G.7041"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GCOM_T1E1</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>172</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Gcom T1/E1 line monitoring equipment</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GCOM_SERIAL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>173</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Gcom T1/E1 line monitoring equipment</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PIC_PEER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>174</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ERF_ETH</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>175</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Endace ERF header followed by 802.3 Ethernet</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ERF_POS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>176</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Endace ERF header followed by Packet-over-SONET</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_LAPD</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>177</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux vISDN LAPD frames</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LINUX_LAPD"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ETHER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>178</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PPP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>179</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_FRELAY</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>180</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_CHDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>181</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MFR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>182</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>FRF.16.1 Multi-Link Frame Relay frames, beginning with an FRF.12 Interface fragmentation format fragmentation header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="FRF.16.1"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_VP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>183</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_A429</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>184</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for ARINC 429 frames</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_A653_ICM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>185</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Arinc 653 Interpartition Communication messages</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_FREEBSD</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>186</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>USB packets, beginning with a FreeBSD USB header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_HCI_H4</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>187</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_16_MAC_CPS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>188</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for IEEE 802.16 MAC Common Part Sublayer</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_LINUX</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>189</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_CAN20B</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>190</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Controller Area Network (CAN) v. 2.0B packets</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_LINUX</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>191</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.15.4, with address fields padded, as is done by Linux drivers</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPI</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>192</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="PPI"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_16_MAC_CPS_RADIO</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>193</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for 802.16 MAC Common Part Sublayer plus radio header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ISM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>194</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_WITHFCS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>195</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.15.4 Low-Rate Wireless Networks, with each packet having the FCS at the end of the frame</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SITA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>196</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Various link-layer types, with a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_SITA"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ERF</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>197</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Endace ERF records</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="ERF"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RAIF1</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>198</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Ethernet packets captured from a u10 Networks board</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPMB_KONTRON</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>199</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for IPMB packet for IPMI, with a 2-octet header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ST</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>200</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>201</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_AX25_KISS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>202</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>AX.25 packet, with a KISS header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="KISS"/> <xref target="AX.25"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LAPD</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>203</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Link Access Procedures on the D Channel (LAPD) frames, starting with the address field, with no pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Q.920"/> <xref target="Q.921"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPP_WITH_DIR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>204</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_C_HDLC_WITH_DIR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>205</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref section="4.3.1" sectionFormat="of" target="RFC1547"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FRELAY_WITH_DIR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>206</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LAPB_WITH_DIR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>207</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>Reserved</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>208</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for an unspecified link-layer type</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_I2C_LINUX</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>209</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux I2C packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_I2C_LINUX"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FLEXRAY</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>210</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>FlexRay frames or symbols, with a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_FLEXRAY"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MOST</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>211</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Media Oriented Systems Transport (MOST) bus</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LIN</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>212</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Local Interconnect Network (LIN) automotive bus</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LIN"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_X2E_SERIAL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>213</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for X2E serial line captures</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_X2E_XORAYA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>214</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for X2E Xoraya data loggers</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_NONASK_PHY</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>215</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_EVDEV</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>216</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Linux evdev messages</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GSMTAP_UM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>217</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for GSM Um interface, with gsmtap header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GSMTAP_ABIS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>218</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for GSM Abis interface, with gsmtap header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MPLS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>219</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>MPLS packets with MPLS label as the header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_LINUX_MMAPPED</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>220</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DECT</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>221</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for DECT packets, with a pseudo-header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_AOS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>222</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for OS Space Data Link Protocol</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_WIHART</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>223</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Wireless HART (Highway Addressable Remote Transducer)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FC_2</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>224</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Fibre Channel FC-2 frames, beginning with a Frame_Header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FC_2_WITH_FRAME_DELIMS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>225</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPNET</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>226</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Solaris ipnet</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IPNET"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_CAN_SOCKETCAN</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>227</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Controller Area Network frames</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_CAN_SOCKETCAN"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPV4</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>228</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Raw IPv4; the packet begins with an IPv4 header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPV6</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>229</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Raw IPv6; the packet begins with an IPv6 header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_NOFCS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>230</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.15.4 Low-Rate Wireless Network, without the FCS at the end of the frame</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DBUS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>231</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Raw D-Bus messages , starting with the endianness flag, followed by the message type, etc., but without the authentication handshake before the message sequence</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="D-Bus"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_VS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>232</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_SRX_E2E</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>233</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_FIBRECHANNEL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>234</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DVB_CI</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>235</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>DVB-CI messages</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="DVB-CI-PCAP"/><xref target="DVB-CI"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MUX27010</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>236</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Variant of 3GPP TS 27.010 multiplexing protocol</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_MUX27010"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_STANAG_5066_D_PDU</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>237</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="STANAG-5066"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ATM_CEMIC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>238</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NFLOG</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>239</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux netlink NETLINK NFLOG socket log messages</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NFLOG"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NETANALYZER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>240</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames with netANALYZER pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NETANALYZER"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NETANALYZER_TRANSPARENT</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>241</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames with netANALYZER pseudo-header, preamble, and SFD</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NETANALYZER_TRANSPARENT"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPOIB</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>242</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IP-over-InfiniBand</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref section="6" sectionFormat="of" target="RFC4391"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MPEG_2_TS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>243</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>MPEG-2 Transport Stream transport packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t>Table 2-2 of section 2.4.3.2 Transport Stream packet layer of <xref target="H.222.0"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NG40</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>244</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Frames from ng4T GmbH's ng40 protocol tester</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NG40"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NFC_LLCP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>245</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>NFC Logical Link Control Protocol frames, with a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NFC_LLCP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PFSYNC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>246</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for pfsync output</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_INFINIBAND</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>247</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SCTP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>248</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>SCTP packets, as defined by RFC 4960 , with no lower-level protocols such as IPv4 or IPv6</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USBPCAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>249</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>USB packets, beginning with a USBPcap header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="USBPcap"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RTAC_SERIAL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>250</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Serial-line packet from the Schweitzer Engineering Laboratories RTAC product</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_RTAC_SERIAL"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_LE_LL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>251</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_WIRESHARK_UPPER_PDU</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>252</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Wireshark</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NETLINK</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>253</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux Netlink capture encapsulation</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NETLINK"/> <xref target="RFC3549"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_LINUX_MONITOR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>254</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Bluetooth Linux Monitor</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_BLUETOOTH_LINUX_MONITOR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_BREDR_BB</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>255</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Bluetooth Basic Rate and Enhanced Data Rate baseband packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_BLUETOOTH_BREDR_BB"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>256</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Bluetooth Low Energy link-layer packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PROFIBUS_DL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>257</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PKTAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>258</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Apple PKTAP capture encapsulation</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_PKTAP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_EPON</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>259</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPMI_HPM_2</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>260</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ZWAVE_R1_R2</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>261</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Z-Wave RF profile R1 and R2 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ZWAVE_R1_R2"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ZWAVE_R3</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>262</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Z-Wave RF profile R3 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ZWAVE_R3"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_WATTSTOPPER_DLM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>263</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>WattStopper Digital Lighting Management (DLM) and Legrand Nitoo Open protocol packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_WATTSTOPPER_DLM"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ISO_14443</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>264</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ISO 14443 contactless smartcard messages</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="ISO-14443-PCAP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RDS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>265</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEC 62106 Radio data system (RDS) groups</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_RDS"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_DARWIN</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>266</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>USB packets captured on a Darwin-based operating system (macOS, etc.)</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_USB_DARWIN"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_OPENFLOW</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>267</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for OpenBSD DLT_OPENFLOW</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>268</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_TI_LLN_SNIFFER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>269</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Texas Instruments protocol sniffer</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LORATAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>270</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>LoRaTap pseudo-header , followed by the payload, which is typically the PHYPayload from the LoRaWan specification</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LoRaTap"/><xref target="LoRaWAN"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_VSOCK</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>271</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Protocol for communication between host and guest machines in VMware and KVM hypervisors</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_VSOCK"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NORDIC_BLE</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>272</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Messages to and from a Nordic Semiconductor nRF Sniffer for Bluetooth LE packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NORDIC_BLE"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DOCSIS31_XRA31</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>273</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>DOCSIS packets and bursts, preceded by a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="DOCSIS-XRA"/> <xref target="DOCSIS-4.0-MULP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ETHERNET_MPACKET</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>274</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>mPackets, as specified by IEEE 802.3br Figure 99-4, starting with the preamble and always ending with a CRC field</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DISPLAYPORT_AUX</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>275</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>DisplayPort AUX channel monitoring messages</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DISPLAYPORT_AUX"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_SLL2</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>276</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux cooked capture encapsulation v2</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LINUX_SLL2"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SERCOS_MONITOR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>277</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Sercos Monitor</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_OPENVIZSLA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>278</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>OpenVizsla FPGA-based USB sniffer</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="OpenVizsla"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_EBHSCR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>279</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Elektrobit High Speed Capture and Replay (EBHSCR) format</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="EBHSCR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_VPP_DISPATCH</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>280</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>fd.io VPP graph dispatcher trace records</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="FD.io-VPP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DSA_TAG_BRCM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>281</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames, with a Broadcom switch tag inserted</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DSA_TAG_BRCM"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DSA_TAG_BRCM_PREPEND</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>282</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames, with a Broadcom switch tag prepended</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DSA_TAG_BRCM_PREPEND"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_TAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>283</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.15.4 Low-Rate Wireless Networks, with a pseudo-header containing TLVs with metadata preceding the 802.15.4 header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DSA_TAG_DSA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>284</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames, with a Marvell DSA switch tag inserted</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DSA_TAG_DSA"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DSA_TAG_EDSA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>285</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames, with a Marvell EDSA switch tag inserted</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DSA_TAG_EDSA"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ELEE</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>286</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_Z_WAVE_SERIAL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>287</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Serial frames transmitted between a host and a Z-Wave chip over an RS-232 or USB serial connection</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Z_WAVE_SERIAL"/> section 5</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_2_0</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>288</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ATSC_ALP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>289</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ETW</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>290</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Event Tracing for Windows messages</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ETW"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NETANALYZER_NG</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>291</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Hilscher Gesellschaft fuer Systemautomation mbH netANALYZER NG hardware and software</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ZBOSS_NCP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>292</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ZBOSS NCP Serial Protocol, with a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ZBOSS_NCP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_2_0_LOW_SPEED</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>293</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_2_0_FULL_SPEED</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>294</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_2_0_HIGH_SPEED</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>295</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_AUERSWALD_LOG</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>296</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Auerswald Logger Protocol, as described in https://github.com/Auerswald-GmbH/auerlog/blob/master/auerlog.txt</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ZWAVE_TAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>297</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Z-Wave packets, as specified by ITU-T Recommendation G.9959, with a https://gitlab.com/exegin/zwave-g9959-tap TAP meta-data header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Exegin-TAP-Link"/><xref target="G.9959"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SILABS_DEBUG_CHANNEL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>298</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Silicon Labs debug channel protocol, as described in https://github.com/SiliconLabs/java_packet_trace_library/blob/master/doc/debug-channel.md</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FIRA_UCI</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>299</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ultra-wideband (UWB) controller interface protocol (UCI)</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_FIRA_UCI"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MDB</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>300</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DECT_NR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>301</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>DECT-2020 New Radio (NR) MAC layer specified in https://www.etsi.org/committee/1394-dect ETSI TS 103 636-4. The Physical Header Field is always encoded using 80 bits (10 bytes). Broadcast transmissions using 40 bits (5 bytes) is padded with 40 zero bits (5 bytes). When padding is used the Receiver Identity value 0x0000 (reserved address) is used to detect broadcast transmissions</t>
            </dd>
          </dl>
        </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 that are not publicly available, but which may be obtained via liaison 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 publicly 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 precede 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 anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-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 anchor="sec-informative-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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

-->

</rfc>
