<?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-06" 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-06"/>
    <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="21"/>
    <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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
ncYWEpRf3w1W1M+D2+lfbwMKn94PESrngLs+2UL1+OXdwKBuDqz+sNlugKHR
2gIx+f5uuEkLOdBvt/FQ/PJuiLd5nHPweWRuoRz69F5oVFkHN2xa+cDgw3tB
QdUcQCOzMbZaw7a5ZSgzBd4NOG1CR8Bqj7boAPjlvSCxbg6sTnvLHOKXd8OC
ujmwbnvmaIv+yL+9Gx7V1iHeWpfjpjm836bDpd/fCzltQYd+h4Z9PmD69F6Y
VFkHd2+ORtaoPxiAqGl2tozzRqH3orDRjI7Mr5d9yxr3tomW5PN7EUgayAF9
b97BCquNh1tUukyBd4NPm9iKwPFO6NuPE/YDfZzCDYb2yF6p0Pi7XBiZszAn
dB99ryJKK2dgw5bZ7LbKy5kEcb+xD2ZOgnXM4oUjvyZ+RPlnv14Q2oaNDjf+
lJ8J4Ztnmx/yZs6wEGB/5fh37m+RZysw09fJRjObOdE0dFfJ0R/fFTfX83UU
szrtitfynVkyA7G042fnFR3iAAf/iUBUnt1Ht5KCNCRIIwsSWh4M1E2IgRMa
wtMme+jBj/9zDivT47TaGaJb/ZhPG9uO1I7r57XayceT86y31NSeOnjMQt2b
iUPhqAK4/nO9ylGBB44dPNTK1fJHeaD2b+WPVZV6kwMr5UgJz2osd+7jrPpz
cfzCekGZfZTl0694eEpv3zyZIfBbl4d+LkPl8XhU4p7va/gNuMtT26u1P+W1
TX/Guk4U2XNnz/MmQqxgr04yvarln3AW7ZXsgq2sHKyHSzlK60JvfIeK4iN5
E65s4Sq5T2dr24+icjtbq2U7W/8unW06D65PviN0NPog+o4V3+4pWxad39p2
eZLf5Xq2y999xW3r10NCxTgo6CRToIsFF2YtuzBr331hbuviSp7zF+hZwcVZ
SxYnuVPGUgKrTrN0XhuKAsK9PBkAWZHdOxMgyFh3pxEIZBsQg3lRzz9ml25a
1nqCq3uCEid3NGvsoGlZtUNmsLbV7InqtxEIL8nuUo8x8kYmhxvuWGdIF2xm
o5dBvPcwA9qFhhnKpwR0Uc/ngYg/WyPmvsA88ScDTDdx3+21vRXvYuwMyku8
LdwBujZOq2dnudgPwuABXdTRWaBrh8Culg67cecLdhU6/7F2/OkrO7i5OhRu
u7pjuD74HCRDkAVUieppjZyvQRuoZlUJO1y+Lu0w4k6/8KNrDq3KzZXRwgAK
6HYUrMMp6Kjo1WfPEarUJMA8Gkw3dFPxLollEb4Su73FyXsQAD27PmG8jih0
IfH7pjYSlfjXMSnJOUb8r8a9/eRgEICLro6DNjkzZD0XcT7mob0kf6HdTm6R
m3iIphrWaj2BpipEjnOsHlXaPatWPz6tGhysAWAN8qFAsGVjEM7LBkHiw2YY
BoN249CexqXSaOFGTDbPpqGDPmDAuVkb5hhmfe5CyVeiHpTgmxFD0m5gT7a3
dqJyaZRTiA8ftArTAYjPWBywCMdJricxzBF7CIMlclccoYhF6+kCOAATJgs1
mUSBHLHnheNDeziQoFmHQNtOWkcEn5R5f5fubOY5pdJPyHTCYLaecu267VOv
0PGN1S7Oq3+KjtgddP4XexpMosA/AqsDTAfWnTZsEAVHqdsq9IbMk5LkZkMn
cpDo2TUGv+DXjv3MfRkvnfDR8ZxX1rOFbtQhV2h0/C5J02RGmMiuijHAkRKD
w7jnVhQBP0wGDidRjjpK2mx5+PYABH8khyh4NjyEBYrHdGH7bgQj7PowcaEb
rKMSWkc2+dvyiJiIdxYaREdBPvbAPZwN2FjAZsRhnu2ohCMZshWYbsCy8Auf
mVeK3JrJWWG//y4ijf74A2aojwOaEGEkNMeJQyMShCBycMwOPGduT18P5Yom
Spq8JkN2gC0fHuHkPzueR4QD9UPnycWSotYBD7M6BOpxYbKA+DfbwZ4m0UiA
afJMuN6DVeci1QSRkxA2BqqAZkA2WbwAKNCsmIYZPssOERx7Y9Hw2VPfsQgD
laDlwKfoqKXtv7LF2p+FSU94BN/Sie0ZsmzyzSMBVGdAdPYqWnt2Vvfm6JUL
r/gEMQ72iDnAh4EHRQukFSyB9UoNEBTAYkKhZUE/+QDTYsExjhJEkAAQXT4T
SXeWYKFy6FDBd55LGm+B5TtyQuCc5NtXonF7hGUF5DiL2IfurTX6cMT/sl6f
noetf7ttD1tNfLZuzE4neSiJEtZN/7bTTJ/Smo1+t9vqNXlleMuUV6UPXfPr
B75IPvQHo3a/Z3Y+MKKN7AAj04OVANRMWsMqdMi9MCqlRAF1LhuD//U/aidA
bv80vGrUa7WLP/4QP85rH0/gB3I7wX9871X8hPF8LdmrFXAebAXUMKQ71NAi
WgjRInj2GcwAUNm//A3jRplx9re/lnAo+Xyr8wbvf+Lseyjp4PefcJ5gYv4A
dok1oHOkOEQx5+ScgoCsYc5S8qEQQIbRBiAYYYQSuSAb/lAmYKg5kZd1BqDc
lspAhA4FW8AmIFNgBChpuQOfP7A1RdIkaGwgevD777KbfxyWOWklRRaClTwE
nocqwhxDbNfkPfqpVPpzukR65G3Z9mco7B1eKXpdTgIQ2cQBxaqCDknsyoQS
fXPRvxFMyhcHxVy8YB+SXbkP7MAtO+WjdJ8vCmDp4xIEbDMY3OFS2UQBCW8O
neesxY7QOOV8ZAMXaKmZWu2fUFfByAcYfvbkwEBE5FCcMeyxRuKznwUL7IRb
Km5M4auER7ImwsTNP+EycrLgt51MdJiWFHOSlON9QcpgtTNj4oJMXC/BHOHj
ucIRf8X1EGTCUGKtgYhaiMTMRjSbd/wDqSLH9Y9n50htZ6fVapUtcdMPVrJo
F8bwybU34l2GgLuLbBpIyhLG40n5DLkfX831MyQx0v1sOQQw6mhFYYutFxDE
ccSpgYafGMTvv4PgN2YOCSEVySoiiJh+JGaTIpfSq82u3BA0QlDsHfGIgapQ
RoyUguyJhiyYdLHDRRtRDLY/x7A1159665mgM/gCKg0FtaYjHwlBsECFD8hi
7TsYhsZVEYAzSzZRtI7hoNf46J8en1LnQBRzvCl8PXSfkAeAVal2oLbZAU48
BAeQexKhiUIgJes8d8hFJRh3dDInUV+aYqgwctUj0YAkZ1gga2+GJBIHpd9/
FwHbwL1JlYKigJMgVCEUktUIPxXBcZRqKH6AS2bl0KSSroFG3Gan+MChbKZ1
gaFcM7ZeBX5C9wyZKuhgQMRgWvkx/E8qSUmoZVy8kIURLRwUNCzTB4CXUkE6
1d7rkYT97ISZDgFphDzYA8pkaJHIj6WUyBRKPOKszyZWmGESNsdrqhpyR2wC
qibV8APUknCzu1yysPEMNQr8UMMgMvQwAk1pCHvlI2fDpQs93WQTtZOPOEO1
s7rQZCXH/ffxsAWG4F2r+e/jlxc+BFJl9V630iuxKZcUI5yspgPd5YsWCO/B
fgKTV5KnZFR8HmlNGHxBUGRHmayYOd8vOVLWhKgpiBLXXQhdtx8ZHq2I1klo
vvJJJS3NBR3R5Ot520zxiBJA20OrlYjGscFafWXBhBPVETQPQ5uhS754xbYH
DfFfcQhCaid4iB2fZEYagNHsjASTT9YBLwbLE3DGaSXrBUpwKsBVsvYpcoWG
PgrKaSMcgUzzRDOSBJgwfoAORDoAaZHyJYF1N+2jpHJaJF6s+WKN1pN/oJmG
dq44tXJ/swWP++kntEL5ohXc7vefspxGqOiuFN68KF/YUoxJngUSC5WO0qYr
RqlHTAbeV0uljEyHF5dWE4zBYDXBcHDFVCiVElkO5dBGyzT5xx+l3z9Bp+0p
jMG/fhBZST78oSPQGt20hugqmSJR20Qiibc7Zi20EDDnx77Nfxnkgahvgvji
hMELc1CcupwNsePupDA4DEPPgDneBMNj47l1tTmA9G3/gRsM+2qfTjaBDRV2
wovv2XjjxuxbmbZPd7bdbY8Y1SgAQTrXZofrbOvEn7JR8AjLeQjN7j0Xwwbg
MwYKzoD4qM0IleI7mfygNOLLHSlfJfg94ZKzSgrxfBMi/75l8eDHAjQwyEK6
2IREn1VAfwOdonZ2Vvvjj0ryo74/wKtms51dqRq/wAKfGEa9Y1YP1u412iOL
1Y8vjNrFxckbYJAbckUHt1mycGrGida7ZsC5eET2QiLBCozd+KbZaWSpXOsO
FELBgeUMz30ElsqDN7cMa4GRRPDEmLLwNc4HpYLWJrBEdUWxjJDrp7WzNyHL
FZuFVzcuNPL8xmG1vnbN3qjVwKiF1r2pSJcLbQ4VNmK9gk4WO1PW4nsfbkSq
hPMMEnrvRT/qjnEuTs6PFTrVZrbTaVSsnjkw0jWOqWJG3dypheb2n9qhea/A
1mZ1aD+z9uBnIHTQ/AS7wS21wdMJmrTw9wwMBkrQUIDnIKdTmHatqok5Zbyh
fKVvET9il4OrgiCRgHWImsTLg4irqjjAxuZyrVU1kddwo2lA7dOgYoVtSzY1
AI+5CUgTfXrycf+JTgNEFKw0YZnmC6jRkQRZFB2zV4SoG6pUqVU1YQmlWMND
iwrV3fbgKDF1+DijkTR1KK4ZmtqX4Q9bHfOrAlgTodng/Y4J84ojvj/HoOiC
LACNJaHf0zsUUWy4gCLaU2lrN6+SKLUHVqvxPj0BCACpR+FTukBVoOIUYzX2
F64O7wvqpj0YKHK7pvOkLJyeE2PneLV9YWwsztpu5iNBZFfovgOXhOBkwWmc
B6zy9QuDhkBznH1ITrr2pB0JY38C6ozMzmcFJY094Rkr+ijCAh3Z3uPepNnY
UPVrtd0KuTkNQp+1pkEB06U9uGp3Roo+UqtpTCZ3EbirB9eLC4gOiqvIwtF4
imx69eAF85/ZB76Hzn8uZuGHdFN9b/HRthr9cVuVVzWN1ygdJHHCEwLhoSLo
RMVFg4hBzALVFXXQdZZsGfiYFxP+zpythLnZ8Huk1dhsbxqPtfpuziOk11/Q
D8TB/3FyTDdECuM+Rcnp4t4MY5Nj1HczJcvFDcKI3bgDW8j2/WmbZ1K4UuFp
HKo9MIInJzSu3AlwisYCj/G9I0bJbVBukkDFHRVxjj8WabRyVMb6WRFjXoQc
ZJHT9w6A+Ytj+vS8mLa+bWatffw8czDf5HbjkqAUUGTbfQWl3TsMQ3vlzqDG
vkyg0cbdGQXAbq4GNfDAIwTtaW/N6XbYH5oKjN0s7QvmI3ph5jrE7HOUm4gS
2LxjkQ3NZruPsUdZ6BqjS/zuuJJ2JPa+xem/LxfeIpfQZOX9p3T0q6UitJsB
juzfYM0xy3cfHjI57ApuwZAwVaBqHDBnG+aIthHwDARU6ppQKtlzBX1QxAH0
nmj8cttrY3RIt6NumNSOdzO9X9a+izgkmUsLw7tSxOnxbgb3reBaimg73q1/
fSuw62urp4Dbbfl981BujORuVvSt0IBL1hVwuxnTt4LDI6F2Y2P6dvOp79BD
xWg91hnT9wC3JS1SFrDGgLiSLEUx2c5YiXFFfgsnfAPi/gyyOxrUMymIsphq
TIs7M2d8mT+yA8v6eCijMdgIE6QR40RH8A6eYm8iTgEjxdDLInWicTBAgEPC
Q45vhaUYpyca+0phHae7DYjillmiOJICWlGjobDrE42lIQIyvzSOsYLFMW6m
7camViPPKYp/SJ6Ok6cCuPKkqwq2GkcUGWIxO6zYItnAaCO9bAHbM03IkcVA
45JkExvtsGmKQygNhZwmC5gYl92xql+c7OacUIFZAxbBrE0XhaAowudkN7NE
KD3nJWZXziw5ui0EUh7bj6sK1zzR98IC3Gfjp+q4hX4wSw7rD4sDU5e6xim/
LzB1rWvM7vsCU2SAfu7yfYGdKsA0LvZ9gZ0pwDSO9X2BfVSAaQzn+wI7V4Bp
vOX7ArtQgGlc5LsCw13XDDCNmXxfYAoHOf2xHKSmcJDTH8tBagoHOf2xHKSm
cJCzH8tBagoHOfuxHKSmcJCzH8JBsnuBd4rWcqbvO91Z79qcgHr7aw6JnSdy
amYx+jG23qVJexNdazxSNJYzjdfwy1BY16qMBrmKmzxKvCgfi1L8SIxfioRn
izAayYUrxXwE4P+mgp7GnTQfBeWE44jRO83t4YjNaE8HPayjeP3wUOAARk4W
tNVvKcj9GCtSgTfe2Cg9272D9V6YeCUPZoxSQGksTUaeDvKu/cm7s4cCLRCf
jRt51KUzVm4r2p9grgdXY2VX/6PGF8kkXdk478YSg0Fm3B3UncpjuDRgeRMt
nkq8GDpXCjo658SF8uMRafS741GtpYjej7s3yK6hPTaqVVo1RqEw4nQG8UKn
/RV6CRaCL7I0ZTHYvWf2PTFIllC7MR601FO+jz+GwbaGV+jhpEDSeGuL7mag
Sx2El0JWxLzT5xMAD9Rzvo8a19wNmK9nvgNlFXGc7KS5KbPgNb7ID6efKFoc
S2/ZEMhpt7hM3XQzq338MSwzw6YVaLs9Kb4Vmu6hcv5jd/Ubm+eW5z9mW39j
y/tcVwTFPRj8Hg26pkTxxeEkdcTdzPzk/BL0NqpZz+RUgKLz9KoNeWOA8jJf
yZM4FKfKO4VIzn/M8YF5UlcMyfPdrM4ctnsNBnUKujCZZ6fH43ZD0UvO33DR
AD4+ZVCPzwJmCuHJYZR0Cmnelz0xwRxwsCJaqtdz7Vzjf1BQbgHqFMLkCT+W
Kuall2a1v2m0xzeKlXauscFLb+3EQYDH+Y02uzWHI36pCF5AxQ9ef+bBlETW
mFPCdilXDJXn+IPyS4GEMKjBNHZiHsvK4y1EsDa0QG2PkrZ59DM+ZmK7lph+
AZ3kQCdOMWsEobMZSLRhB2WQkcmLEvjiPUZT5WNGSR+EeugBUumqzORHUsMG
98dbzfBV1Do8G3fNxrgxUGTp+W7pkTo7ntFOd4Pf+EUnINZ6Uug0HalZOzw+
1+TJblrmojal5PxZEA5G62gC2I4TyqJvyj1WmO6jwovh9Y48m4GbxM0BKJ6C
BAjZccqsj/HXRMIUFHVyzolUBLhjcBzXPjAkCF0bAEyZmZ4H5R1vlkRyZUrB
mwVO+OQ1xuixGYax3mN2C2CQyLl5CKeHcbTCTYQHHm5UkiFDmTeSnOzpAvVN
mDUeTZVmBOCRUdL7RMDFlA8cKEXr44AcbTatA5PBSbx43pTglz9hIN4cA6Jp
/n/meTxUiJgWoBjMyJlm14/SSB4m0sAXafMuvWC6t/New+zVq5dZAr7YrZ9k
WIEJHU0Svh1AS4fsqczq5WpC74WX9On4RF9SF9tDrvDSMRlmOZuh742kzBX8
xuA9m6LPZph8AoaLL4FZSKF1+290KN6pF5qqsyWNYebGpfyJK5D+kG1wdcm4
E5+vBFuZdWMT2Gq1GM+8mI/Pxvre1Jugx+/w3Ev4MXcuUsZstwL1BkNmK28d
CT++YvJeqnMbPo4XP8amVMgYT+mvGopsutjhe4939XWCZ2OIG6f30g1fYiBo
PJucZWHT1V8U3NqwRAof5vgzyTdIK9n7MBvzJWdR1VSyO55ch7zODD4tlG81
jXKOnPUsMN7wgEBABdzeh8oOzYWmomUMZX5domakwqciwTHtK2UbRo9AUihF
Gv+JANp0fVzXqskksklgh7P9vUK7l+PP/d5o2FdOk98IU8JqkkTE73YyRXWD
xPs7F5GlxKjqQUvfZ+N7Q0PP9Xap61FL79XV2YkYkxmsOS5HiUMeoSYj80Nl
hPTBxJ0beJew7R9ymY7ZqPg3TN0Biy8J8o5QScssRkwrxVCH4tSRqD2UL8GR
eRlRtFK6SY9S4WzWR02aLg4XfJ1aSNpL29hlBvyXTfKdbRKMrB7jBYAKkWqK
QjbAOlmUdG9gPtfET+TuUzD6emOHr64Hvm1cgC5SgDKRYaMpvcvZATZ1mGzW
6L7mitqVOjjtFAaUrFK4MV3UC+zO4PEQ8YNmW2UHmjyHkslhBjnpnp3VaFWJ
H3VQqHjEmUygYGOCMsELFOzl59+cMBDK1dKxyYZT1yKseFqMlEMBBsE3cqrQ
8s8W/zlZ4mSC1aUFhqZM9eXhgZqrvlSPgSPFYHBsC/o9SucEiyjbxlxRwDRv
wM8EgCOez+wZ41iThrEJzKiRtCmTvYg1mY0JVSHxZEWUv00YhZxliZwvBNOg
ozzMxkK8Uv4sFmKZTwCaZrUj1vI/y8z/gJhPvt2cP0S640h+ZGTOJsX3Gp+D
ZqNl/LU5ah0WHCqoOcKajdahJkq25qGt814JXN9kXTwlJ6d/3IX+dqUawF/m
z0XeiYvOj4/Ype1hYq0Z8eHLQ10c5naepMyPo/LvMYvF0wHU9chbReGkfFzp
2GyYKXtr3cn9gFnImsrN9xGg8JuOqkmDBRaxuBoxg0FOKgvPeRkmxyjIUXl2
vqL2mABWwO+6r9oBbwTrdh1QlVk/dIEY4JW4eDqjVx5gg4dsst4/JLvdUxDQ
1CwKYeVaoUh7nm5TQeVDzOcXLANK5odwdxxr7j8uX+ot/RC9rgf+qgFd9RYs
E8qwTIfoMldTEaBf+jB/pgJ09/YGAv0ShParzeW1F8znBbbDlF2OXr9nWp/B
PlPJ9f/+RkfKv7licvNVpAimLsqt1b7xbwPrM/BV+vf6Cv/t4j+kGjYarAm6
OH7EBiJ2cJLZD6+SPhk69nKCO7GUzpa4Kabhv2puvOHaj+f4c8DoL2nyNNB7
DjO5DhCprtkQnIpwPdAlVWq0YigByau9nen42Xzrrtm6U6Zot1M6Z3DO08x5
KnzKd211R+ZgfNtV4O12voI67HaZZqMXdDCPlmn0YUH45qUS8VB/I5oaMTAn
mKzse+DQHXRU4JoIwRLJthEBojeePXGShM/FYCbnUeNu1xwMWooJqEdQ/2c+
l8IjprMT5TDK+a+zqP9Hz6LK5BTsRsF0EQY+7iHHIvIs4pj4MyBMcTAhW+QY
8b4g9Gz1maDjIIz4KQa3CPYOhmo1FA3mjch+LJ4ulFzlat9dIsXtq65H+Kv5
KyxmrdQrRYpGON+3b8yh2tfd+kgij7EeO8C7NZ5ByTS5pURpG4fOElOnkgI3
W0+dcG9JdNUY1xVc9CCNbGYDkPZGfbtNStarTHFQAANukF0NzS5SQqfdVedE
j+XYBycwPkB9DGipiaVi9a82z+yyKHOVAzeSM55POW3wfRX5Abd/Be/LKAYz
x3OXbkw3OUTJhnbEr0RxMnWkxjENQnixCjh0WvGAY5QS+Of6efk0redglndW
fblspDtCTWlwSGG10SjhwLOz/Uy05bzYyxXyDeiVW8/kBObADNas1/jfWrku
fkIxN8rDA/85hX9O+T/7H6psZNrUEy5YgWeHqAasfD0LptrQ/sZBw+yN8S7K
1gieFPiaWrTtgP0NF0wFQoHD28HdiYKPriRROrink5+37QPK3HDFeCEAPlMA
68daHPDZG4CLJqPbMF/UI9q6nnNhT8vlKNk7+k4nss3LWxWz3ER9TeMSBKLU
0FneDj0/rPJpp8uz5ypTIi1GxIPzAxcnnpbTXNSyQ5gBn+cq5u6WwAWihf0I
OgPeKOQo7UjGo8UPI67vcMVUh+HHJo6whmAr1VsKxB+bO+KqfTlsNW7MXq+l
7Bz8oCQSzbvLcaOtANJEHpQxGu3U7tucR/ps8Dtv5M8CG0i3X+ofq0pUY13P
J4HuBrZPprQMRql/LEM1tkR/YhAkLyIIg2tE2/iihFYgrp+uBBvj5Vzj5njQ
vFUQ1fg1FSEhyNVScTVOzxz1k4zZ2WvG8pZo9OqTcisyaycriEtbfjEBVpjg
KaU0cPAOJbrhbNiIuJYwXYcUMZW5FCADmGfSnz4+48WzBg1A7KJGl6CBV5vW
k9oA3EMGMF/gdSh45wb/ICwbyuWIqr92jJHe4lZ8sVMyyVa33VAG/cdEBPQ2
Er3V9Rwa3DQFRYByLYHIx8qMKoLBShLJC+ZbV4oKav/RAEAwhp2vvyqREXU9
nUbifyLzD9HxqxPL2ntuAmfgvQvJ8Who9qyBOWz1FO1Kz8lRDOGjzH4b0rt1
1dynD1l0iqhC/falgv3WDGxtHy/6uASUtp3hncnzu5PjiwIH3N1B6xpMlJEi
8vRUHVgM7JB0E92KcZwyHi+5xxIjMuDqUBOvdRWY1st43pjTmNC4+M4kRYne
lMFmLRdgpb3rE4XN6yk/rjgZkP+KPz8Zsevl5OZPET5X05urY7pBZ/vUA5gC
SIEV2OkouVvqeiIQKJUbIpnY4IkVWOi4RQIv4PNwZX1Vkr/W38gnsnpAcYIX
Y6zW++fX7F21e+1Ls6dsGuoZREgpT6h/h18IP4MZAhb4+iZvD9H10axe4d1I
p3yTI/VbE5HJKaj//d//J9hD0wWYuZhYU3PwGYI2jlfZgM1YrrG7wFuDYVzL
XL+q3p27f5KfkUooesJ8KJFuD5Ea8CAuoyFnk5OLsypLHWNQ8w7F0YSk7/Sq
x2yS7QLbvqiKKVgWDEKQF43mE6/4WsCLcmQ2cs7C9EQq4pZPOvqScy892azp
4tlx49+AOlo+4Os4FFuaXDeJW4QICEcRL8HcuuQy2OzfhdQNsdMad9Ru7PA9
BPMQsHXC+Suz3TBzuW7mVt1kGqSfDKf2VHuE91bCnGvsYGCiWc+u+sOuOTrE
ZfHEyftMGpYpAuqiuBOq3Em5yg4ix2GD5hXABxutXq9WD3UzbyDE7f4bjMOW
dWMOP49vBxRcqWrLeoIZbbeRrqMsoHLgswJiS2blntDZiiVWFgDINw2l9/Hp
ycW7iIYfw2jpIup6YpoM8RDiXR5HvRXFLUDegyUYns3h+FJRevRkNimCl3bk
ThltfyDzb/kL7pxCvJte401dE7p56w23CB2Jd6/NfA9hPU9O7irNuInsj/IG
2EK34oC5f2uNmypH0cSsLCgO6JNEr4qgUR2BWo3U3Dyr1U7PjRPjWOP1/NDO
pqsPxabxkbILLbesMp9VGxQv5hTnchMwuByHuNhy7yH4rCadretpf3iKRSpY
cPlSnQLRBQPFtb6uJwWS5gpX+1do8j45RrCiS7uSO9STSdHVILCSY+TTykHm
MpgJT2fBbrXZPDst11KtHOaBlCXPxow6Z6dk2AsJQT/SK6gyu3vucom+N7Hj
vQpPOdX4KhCI0B7fDLrq4Y2e0wjL8ZuUt1Mpt0COjXoVeybPtuiUUOajEVJx
0G50rxmAhUFQr7fDnQ68NBAGe7niVwfLI1d5Y60QqXTHJTyIg9lMJQFkE4e9
1cJf6db0YW08VAdFUw3ELerDK1RT6NB7KPyQ628ynAyQ/WlaVDpW0NLEcA5a
x/viUyBH5705GlmjPqkGzY7iD6Jncrq349iKgxVu5TTdOd78CyJxvqAF1bV9
UFvoxtUDaIl7HnaceYh/eyAwA0rKn5qMb3VmA7UC2wRWf1w7OTlRR1gT61CM
UTEeazKN+UWNS2AQU2TR27aMoJ5B9cT+6t46d1PZM9DzRKGAOKvXqmciDxBJ
FnH/3wHUPuTXB28fMSizPzroi9I0h/eqq56eHipjl6SxU7DIbViV4bPrG/zu
T+3GwoOlPe1b/LTicCvKKRb7Y94ftHC37l7Be7fzkrwOotkZpdX3NTDVdB11
PWEUltjOUaUFXTtiWA7tDBREQjpYYmMZvSZSNwK5lXGATZNBId0y5WFjxtKW
icKg1Wuz/tE4rh2fIf9WD7zwZEk44hyRJzHdY+z6MEo8/geGifubNxYOMHtL
7HBL52sRkIUzbPUw/SvIz0z8LN6GCRRyMGjfRofywHllv3qBvXf4wKgNWltv
bPXaV1fqvqqeOUtNM++8oGnuo7MTcqAo5TIRTz2/ty9ef2huqD96DqxOMLRH
YIyrTtr6sZ3ofuYgPX5d8WtspQvkgBdJjWps+x40AUWiasuHI4BnO1S+yHny
HZ5BK/3Tb41LNtBgbKdKPhGpUCbBFHO8O1u6WZHYvus+0/Wn8PHzXZctXleY
zywKwu2Mi3AqsD/YHzbbDVD3lVNAPR9XVx66xgHje2EU8dkLwhlYSZazdIGo
cWcCuumDpJXXFNBVY6kt0npTVKUIFU34fFwbfxmaxzWlI9sSP0s2jH2ZrMOI
7jiQIQQ85nzXFqfIDg3wyHp+d7JoeR/quMv3PRTcNTG7HGw3iKROPAHW486R
k11cGCd5Wnqqh2M8g/dsv0aqaw4esnFWtfcEtK1Bx/w66A9HY1MNJ9DzjDXd
aAX23QB336Ewmwpvo0xOtTePmDYAFs3ObXU6iiqr5yTj2xMiz32uXcaetKTu
OVAKnMS2ho2+lbeNoqcsUy/jQcf/KNlKKSD579q/Wh3FmV5PR4bi/s79LfJs
djW4NoWKgpqMFAcbg5BWKLAMLm+shtpn3Tr1nEcQ5Chp0VMPN/8AkYaYGrIy
HKQrdsBbOxSGkRYiT18LMPnBgMjNHDWyCfTqemqzh1kZVE0oD8qlvVqwGRA6
2mMYlUO215ag/asm1DOgXgGOZ5njkXk9vhwqma7qev6zjTPI5ATnMgRZiVkN
efZ1FoNKwzUY/ZA7F+z7kB0Phi2gPOXgRU+nVgRpYGcrupp8L6wl/Hdk/EAX
qg19Rk+VVjD0Y0PMZDXDUedOnBjL27w2IikSKMVcwuRowF+lK5q02TYJXRtY
j+cxaOBdxAN/i9NOaxNdPX3lG+i23otvqxDCrU5LUaX0dG9STwVLxLOfH9Ye
PzmZOqs0s8Y6krOM7aUq+Gh7dDIV5KTwMwMmOQscHo3MdzORRb6mZ+ZiGxjE
hzijo5+8uthmSs7r8AZoStuQHJpzpIqlPfp1TDsq+kmZnoqOn5RJr4lY7Aqi
Q6zUme1sCLLY3wG1ecVw6xJ3/4aWUT+uY/9IVPEGRXxcjhWgIAcqnTQp9/a1
ReO7PlbO//XkbIhKvVw9YrVyjYzEWrmaJEjQzikH7eaR5mklLeDz1LLoSJ8F
2vbDXBY+ZXzCY2Deb/Sa3DxABjOCn7lV93boH1mNsdlRGaB+exiUIsPb4Hhp
HgRKj1w/HWrZBbNyfFzNbULLsrHG+Y/ZIo5X0adK5fn5uQy2+7QchPMKPhgz
EZYTVdDfs3JsVA15bhBVcsb8Ek/Vi7nZt0bK7omeUaz1hBt5uPuKgPhRoD8L
nqO31Vxo+30uSj3F1UvPKaYokDeuF5GWcg1vPXy2H4CNrjEtF22VUASpSII5
uVE8mHrXbAGDmZipUfAQ44+9ucJl37LGPdVBRU86RsUYFJMkLWmioEdKAq7Y
5h6s7HGnfz+2Bi010ExP9YUin6um33W1f1CX+4ckTCxD+utoQpQvid7w3Elo
h68YimbUgfIVFvADOYUcsqvbTidnzHS/qLXn/degiUG7aV/f5Ayapu+gEaQO
2v8f42TetobWvdlpjjccWvUsbiawsOjZ9mbo3DbPSBJdCsmuzmHA1pMywK8k
tQ1006vY8NML5pWJF0wqSxt99OQ7DPIsdmS1YUfoqd6ETrP9BDwvFcZ1+eLi
9CJhiZk+eTbvk/OCpFH57RkaN+ZY2sBwXzx8RivDIDMjn4e2qKoBRSm9NW6Y
cngFtjjaHfPSGjdbl7fX45woAD3/nOV6uLGIjlA4YZP1PNkuWhWZS9EONlP5
h/1ki+jdMdnlY0nK2akFOq8QQEMALC/33g67ag/N8a0aeKBnsrv1ALrx7M64
E8nB7f3lYTYtWupPlaj/B9Do9gMgCbaAB24z6w5zrGe5gwLsgOc0b4bBCpfw
YYpOqo0/iQ1EGSO8kd1tBQxgtUDPRNzWjqDLxCE2amWSOsnoGnG2rZB+lis9
2i4oMuXpSwWDdY3lbFJexEuPHwk0gKpl/nRMzgF9id6T7wxjYse9oTJSmkaF
hYAP1jED4rM4dTzoDQ8pzye3rhRn0GwvYIW7xFxxNaOh41Twpkxjhsk8WiOr
jQEhteoxOzs+M054+MNg8RqRv64IPr6igGI3Snd0pwHuZXNL8ryKuRgidlCr
UuBzdFgWmynosiEsrIgHPPAaJ7LGqaiAbfM8s3yaoAClwVFLyZhzKIituNJ6
XGAsLeXXCVl7hsFV8avIoFN9qcJ/7CDJGiFSFR2mtQNY4HhAxyb5OG+byVLp
p59+Ytdrd2bT8RsGODsRXhWKxmTrBegSkP/9J7BBYLChAkceUxJFEY8kD/Hs
LuIUZGvi6z/WLp7h2p4XZCRfDgzUjx14nsa8PxNQl3EPHh4fXBFkiltETxgG
pMpSIF+b50f0XnE7H6vdDjvlUjsWCcdogNEFBE18h3LYh5jp7NmZsMiFaWGz
gLYClrZL+0tYPxK2MvMCDC2CFRrw2D1X5hexmRT2nGRt9uF5ZaxXuHvhzD4k
lhsmPAJlxHul+43wQC7AvU+8SMYOAU0fZ5Rn1Ff9kjnWIR9FGmsiZag+BXb9
CJ9DisjBbj26PLRwaYfAuHkkL/OcOawAex463FsCRxn7CewHmQxOzWo9gbbK
pYMR+sqI2P9g5foiZojywmE47wo9bdGH6fmVYvWfFwF7DsLwFSYKD36fFzzG
0Q2Zs4QxeHVgXJfosoFJWxyOBc4tMOjRYiMlJNhMziwSEy/n8jnEte6LZC4L
7ltGrJPOXYUSRv5waL2yqe3LDcIkDlW4Tyd5K2LZjO61llELtaZlnHM7yaWX
RRjo5DWlwCwXowmUVFIulfLmV04KnwloAeSv69kU50IuuXSiu7RfEVQwwe5B
408uugICe8cVICcYGI10HgfMSAc6ooi5I9p4FR4SBNGe4oYaLRa60GG69gh9
kX9Q4gy8zENBJrBjDhrrazxW5shhUzPMrrcOQR7NyiXM7sBpJtlbOMpf9Lxp
HEe6G46Tzj/WM+7ZQ8YN0ikIV6p/f814Yi8KhG5SgtYAlk8JtS1KPizHSHAb
Yb1H6pDnj7SsuoS5JfYtfMKuMA2j0QiWToU/WoIFAw7lEl8yfPsw2gTEOQ7R
/yQbIVcm6l/CAlvC2hSLm4aa+6ohM+NOQsh0In7HCW8toUfo9U/o9LcOUUw0
xGoWwQwcrWQCperHV3bb7JkAdO5GsbhdNlx7TpSk+JBCXT3Li8ol1Bb4SsSn
3nXioo/+YlyLiMQ8AnQuuYRcwtwqDucPkkvJjVRxpMxU58kk81W51EXexpdj
lMLJrnRa5ogXrXNhEJRLpnQOkklPSN2BXgr0heIjIVGTME/RevIPFKR4jB+C
6Ea9F6Z4tY7ljHJCSRQ4UrlgJt0pJcQmye1SFEzA1jGllp3aaykHxHQDEfCe
JcMte5ZsRrMPkQ8TsAjiDyJx1JHKCSIAivojYMVpFSgGFqYYgTJjXPzhUuRR
2cSlpAQiZh0C9VPcrB1yfmpvTEDCdfj28hF7pYw+MKWYVFfks1Iz7sgdelrc
QPXuMhuxj1GnLpmaCdoClFhNwEQ5W41D9wmN4sma/CRQFuNMRpwGI+Gi5HJh
7iTJLCR4n8saaB16v0YvGFgFGH7k/kYMArQGaGAVEyxsWKQG424bCU64zriH
lAvcjvxKiI4WNooOkBszjN0J8EY40hZAIjtcWixs7wG+Tm1kDeQw8WSHrhMT
NctaIQV+CGfqT6VLHLMrB6yp8AjUZx/Go/8UuY7/GByVrkChmwZuZHyxn1wA
1XHYJcwffFh7T6BMD0HXg2LXaEXMMHP+JIJfru1766mNEdTQrotvIliwd7bv
LI9KN5QKgF0DRWKS6NIvgROie+Ur/ugCsdHmxKMHpi+8sGJnheKziccEKAFK
IxgREMZgfvqzaLoIHh6OStj5X9a+AbVdUH/dOPjH2mc3NsjWQIweZq4OQhfe
kH/SFMafsnnErHPZwcECSKAxdKcNxO+INYBQ59Dh0BHTD+izX+xpMAH2SLyQ
mdNHP3iG5UjXQEVcxcA8BZgW6NmNFjyvtu0/gtGGHQMLebQGcx/Ui26wAItm
xi4DGKmZ7YKa0LB5xy5xWfpQ5gYmgV264eMi8OLfRIq4YIJi7N71Yq7YUpAP
sj4SKXzrQfjQoLlBIlIoAv/yT4ZRavS73VZvZJVLtUMUvA5qgXJXygGrD51u
eCQbclZU7WbBs28swXIp1Q9FRjJYeAe4A208h/bqkP15dDvstZqsf3X156PS
MXeOfXKjtYitotrsz/3en0snh8L9nzLsUU4VNAPI49IHK80joxPrIx+DmXp0
nBWenaFq6JN+hGuk3bNawxG7vmt3MW0MdgEYsGH8tfR/AEiS0/h33gAA

-->

</rfc>
