<?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.29 (Ruby 3.3.8) -->
<?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-13" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="pcaplinktype">Link-Layer Types for PCAP-related Capture File Formats</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-pcaplinktype-13"/>
    <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="2025" month="October" day="20"/>
    <abstract>
      <?line 670?>

<t>This document describes a set of Packet CAPture (PCAP)-related LinkType values and
creates an IANA registry for those values.
These values are used by the PCAP and PCAP-Now-Generic specifications.</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 676?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>In the late 1980s, 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) file format used by
tcpdump (PCAP, <xref target="I-D.ietf-opsawg-pcap"/>), as well as a revised file
format <xref target="I-D.ietf-opsawg-pcapng"/>, both of which are used by tcpdump
and Wireshark <xref target="Wireshark"/>.</t>
      <t>Within those file formats each packet that is captured is indicated 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 LinkType values, establishing the IANA
Considerations by which other uses of the PCAP-related 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-related 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 16-bit unsigned integer assigned for this LinkType.</t>
          </li>
          <li>
            <t>Description: Provides a very short description.</t>
          </li>
          <li>
            <t>Reference: Indicates an authoritative document reference for the LinkType or a requester reference.</t>
          </li>
        </ul>
        <t>The policy allocation for the LinkType values is as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Values from 0 to 65000 are allocated following a First-Come
First-Served policy (Section 4.4 of <xref target="RFC8126"/>). Values in the ranges
0-10, 50-51, and 98-301 are already assigned; values in the ranges
11-49 and 52-97 are reserved and must not be assigned.</t>
          </li>
          <li>
            <t>Values from 65001 to 65535 are reserved for Experimental Use (<xref section="4.2" 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 set to
<xref target="TCPDUMP"/> and the RFC number to be assigned to this document, which is not repeated each time.</t>
        <t>The initial contents of the table are based upon the link-layer header
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 (FCFS) policy with Expert Review.
A preference was made to have a public specification, but with no mandate to enforce this.
Some historical values may have less specification than desired.</t>
        <t>LinkType values 147 to 162 named LINKTYPE_RESERVED_xx were originally reserved for Experimental/Private Use, and that use continues to be supported.
However, new private use cases should use the values in the 65001-65535 range.</t>
        <t>In general, Experimental Use values should never leak out of the entity that uses it.
As the FCFS range is large and easily obtained, official values are recommended.</t>
        <ul empty="true">
          <li>
            <t>There is often an associated Data Link Type (DLT) value which is often
identical in value, but not universally so.  DLT values are associated
with specific operating systems, and the numerical values for some of
them 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>
            <dt>Reference:</dt>
            <dd>
              <t><xref target="LINKTYPE_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>
            <dt>Reference</dt>
            <dd>
              <t><xref target="PracConsEthDesign"/></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 layer 2 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_AX25"/></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>Proteon PRONet Token Ring</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>MIT Chaosnet</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="AIM-628"/></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, with a direction header</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="LINKTYPE_PPP"/></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 available for assignment</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="LINKTYPE_PPP_HDLC"/></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 session packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_PPP_ETHER"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>Not available for assignment</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>52-98</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Used historically by NetBSD</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>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="LINKTYPE_ATM_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>IP without link-layer headers</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_RAW"/> <xref target="RFC791"/> <xref target="RFC8200"/></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>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>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 target="LINKTYPE_C_HDLC"/></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</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_FRELAY"/></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>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>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>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>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>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LTALK"/></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>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>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>PF packet filter logging</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>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>IEEE 802.11 wireless LAN, preceded by a Prism monitor mode header</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>802.11 + FreeBSD 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>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 and ATM over Fibre Channel</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IP_OVER_FC"/></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>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>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>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>IEEE 802.11 wireless LAN, preceded by a Radiotap 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>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 with Linux encapsulation</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>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>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>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>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>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>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>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>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>SS7 MTP2 frames, with a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_MTP2_WITH_PHDR"/></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 MTP2 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_MTP2"/></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 MTP3 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_MTP3"/></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 SCCP packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_SCCP"/></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>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>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>IEEE 802.11 wireless LAN, preceded by an AVS 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>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><xref target="LINKTYPE_BACNET_MS_TP"/></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 preceded by a direction octet and an HDLC-like control field</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_PPP_PPPD"/></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>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>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>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>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>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 TYPE_ETH ERF records</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ERF"/></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 TYPE_POS_HDLC ERF records</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ERF"/></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>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>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>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>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</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_MFR"/></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>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>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>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 traffic captured on FreeBSD</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 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_BLUETOOTH_HCI_H4"/></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>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</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_USB_LINUX"/></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>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 by Linux</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 header preceding packet data</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_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>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>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 with FCS</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IEEE802_15_4_WITHFCS"/></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="LINKTYPE_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>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>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>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 packets with a direction pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR"/></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>KISS frames between a host and an AX.25 TNC</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_AX25_KISS"/></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>Q.921 LAPD frames</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LAPD"/></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, with a direction header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_PPP_WITH_DIR"/></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, with a direction header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_C_HDLC_WITH_DIR"/></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, with a direction header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_FRELAY_WITH_DIR"/></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>X.25 LAPB, with a direction header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LAPB_WITH_DIR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>WillBarker-Proprietary</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>208</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Proprietary 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>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, with a metadata header</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>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>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 with PHY header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IEEE802_15_4_NONASK_PHY"/></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>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>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>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 an extended Linux USB header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_USB_LINUX_MMAPPED"/></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>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>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>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</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_FC_2"/></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 with SOF and EOF</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_FC_2_WITH_FRAME_DELIMS"/></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 (CAN) frames, with a metadata header</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>IPv4 without link-layer headers</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IPV4"/> <xref target="RFC791"/></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>IPv6 without link-layer headers</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IPV6"/> <xref target="RFC8200"/></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 without FCS</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IEEE802_15_4_NOFCS"/></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>D-Bus messages</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DBUS"/></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>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>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>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, with a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="DVB-CI-PCAP"/></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>STANAG 5066 D_PDUs</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_STANAG_5066_D_PDU"/></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>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 target="LINKTYPE_IPOIB"/></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><xref target="LINKTYPE_MPEG_2_TS"/></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>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>InfiniBand data packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_INFINIBAND"/></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, with no lower-level protocols such as IPv4 or IPv6</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="RFC9260"/></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 link-layer packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_BLUETOOTH_LE_LL"/></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>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"/></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</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_PROFIBUS_DL"/></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, including preamble octets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_EPON"/></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 HPM.2 trace packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IPMI_HPM_2"/></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>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>SNA SDLC packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_SDLC"/></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>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>LoRaWan packets with a LoRaTap pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LORATAP"/></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>IEEE 802.3 mPackets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ETHERNET_MPACKET"/></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>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 with a tap header preceding it</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Exegin-802.15.4-TAP"/></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>ELEE lawful intercept protocol</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 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_USB_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</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ATSC_ALP"/></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>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 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_USB_2_0_LOW_SPEED"/></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 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_USB_2_0_FULL_SPEED"/></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 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_USB_2_0_HIGH_SPEED"/></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</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Auerswald-Logger"/></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, with a metadata header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ZWAVE_TAP"/></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</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Silabs-Debug-Channel"/></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</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="MDB-PCAP"/></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</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DECT_NR"/></t>
            </dd>
          </dl>
        </section>
        <section anchor="guidance-for-registration">
          <name>Guidance for Registration</name>
          <t>When processing a request for an allocation, the requester will be asked to provide a specification at a stable URL.
There is no requirement for a specification.</t>
          <t>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 clearly specified.</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 specification document will be public eventually, but are discouraged.</t>
          <t>It is acceptable to register LinkTypes for which specifications are not publicly available.
This includes specifications that might be subject to a security classification.
The minimal requirement is to provide 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-related 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-related 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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8126.xml">
          <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/>
          </front>
        </reference>
        <reference anchor="LIBPCAP" target="https://github.com/the-tcpdump-group/libpcap">
          <front>
            <title>libpcap</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Wireshark" target="https://www.wireshark.org">
          <front>
            <title>Homepage of Wireshark</title>
            <author>
              <organization/>
            </author>
            <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/>
          </front>
          <refcontent>3GPP TS 04.64</refcontent>
        </reference>
        <reference anchor="AIM-628" target="http://www.bitsavers.org/pdf/mit/ai/AIM-628_chaosnet.pdf">
          <front>
            <title>Chaosnet</title>
            <author fullname="David A. Moon">
              <organization>MIT Artificial Intelligence Laboratory</organization>
            </author>
            <date year="1981" month="June"/>
          </front>
          <refcontent>MIT A.I. Memo No. 628</refcontent>
        </reference>
        <reference anchor="Auerswald-Logger" target="https://github.com/Auerswald-GmbH/auerlog/blob/master/auerlog.txt">
          <front>
            <title>Packet structure</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="AVS" target="http://web.archive.org/web/20040803232023/http://www.shaftnet.org/~pizza/software/capturefrm.txt">
          <front>
            <title>AVS Capture Frame Format Version 2</title>
            <author fullname="Solomon Peachy">
              <organization/>
            </author>
            <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/>
          </front>
        </reference>
        <reference anchor="DOCSIS-XRA" target="https://support.excentis.com/knowledge/article/45">
          <front>
            <title>Excentis XRA Header Definition</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="DVB-CI-PCAP" target="https://www.kaiser.cx/posts/pcap-dvbci/">
          <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/>
          </front>
        </reference>
        <reference anchor="Exegin-802.15.4-TAP" target="https://gitlab.com/exegin/ieee802-15-4-tap">
          <front>
            <title>IEEE 802.15.4 TAP Link Type Specification</title>
            <author>
              <organization/>
            </author>
            <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/>
          </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/>
          </front>
          <refcontent>ITU-T Recommendation G.7041/Y.1303</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="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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ATM_RFC1483" target="https://www.tcpdump.org/linktypes/LINKTYPE_ATM_RFC1483.html">
          <front>
            <title>LINKTYPE_ATM_RFC1483</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ATSC_ALP" target="https://www.tcpdump.org/linktypes/LINKTYPE_ATSC_ALP.html">
          <front>
            <title>LINKTYPE_ATSC_ALP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_AX25" target="https://www.tcpdump.org/linktypes/LINKTYPE_AX25.html">
          <front>
            <title>LINKTYPE_AX25</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_AX25_KISS" target="https://www.tcpdump.org/linktypes/LINKTYPE_AX25_KISS.html">
          <front>
            <title>LINKTYPE_AX25_KISS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BACNET_MS_TP" target="https://www.tcpdump.org/linktypes/LINKTYPE_BACNET_MS_TP.html">
          <front>
            <title>LINKTYPE_BACNET_MS_TP</title>
            <author>
              <organization/>
            </author>
            <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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_HCI_H4" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_HCI_H4.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_HCI_H4</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_LE_LL" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_LE_LL.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_LE_LL</title>
            <author>
              <organization/>
            </author>
            <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/>
          </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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_C_HDLC" target="https://www.tcpdump.org/linktypes/LINKTYPE_C_HDLC.html">
          <front>
            <title>LINKTYPE_C_HDLC</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_C_HDLC_WITH_DIR" target="https://www.tcpdump.org/linktypes/LINKTYPE_C_HDLC_WITH_DIR.html">
          <front>
            <title>LINKTYPE_C_HDLC_WITH_DIR</title>
            <author>
              <organization/>
            </author>
            <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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DBUS" target="https://www.tcpdump.org/linktypes/LINKTYPE_DBUS.html">
          <front>
            <title>LINKTYPE_DBUS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DECT_NR" target="https://www.tcpdump.org/linktypes/LINKTYPE_DECT_NR.html">
          <front>
            <title>LINKTYPE_DECT_NR</title>
            <author>
              <organization/>
            </author>
            <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/>
          </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/>
          </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/>
          </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/>
          </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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ETHERNET" target="https://ieeexplore.ieee.org/document/9844436">
          <front>
            <title>IEEE 802.3 Ethernet</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_EPON" target="https://www.tcpdump.org/linktypes/LINKTYPE_EPON.html">
          <front>
            <title>LINKTYPE_EPON</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ERF" target="https://www.tcpdump.org/linktypes/LINKTYPE_ERF.html">
          <front>
            <title>LINKTYPE_ERF</title>
            <author>
              <organization/>
            </author>
            <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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ETHERNET_MPACKET" target="https://www.tcpdump.org/linktypes/LINKTYPE_ETHERNET_MPACKET.html">
          <front>
            <title>LINKTYPE_ETHERNET_MPACKET</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FC_2" target="https://www.tcpdump.org/linktypes/LINKTYPE_FC_2.html">
          <front>
            <title>LINKTYPE_FC_2</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FC_2_WITH_FRAME_DELIMS" target="https://www.tcpdump.org/linktypes/LINKTYPE_FC_2_WITH_FRAME_DELIMSa.html">
          <front>
            <title>LINKTYPE_FC_2_WITH_FRAME_DELIMS</title>
            <author>
              <organization/>
            </author>
            <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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FLEXRAY" target="https://www.tcpdump.org/linktypes/LINKTYPE_FLEXRAY.html">
          <front>
            <title>LINKTYPE_FLEXRAY</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FRELAY" target="https://www.tcpdump.org/linktypes/LINKTYPE_FRELAY.html">
          <front>
            <title>LINKTYPE_FRELAY</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FRELAY_WITH_DIR" target="https://www.tcpdump.org/linktypes/LINKTYPE_FRELAY_WITH_DIR.html">
          <front>
            <title>LINKTYPE_FRELAY_WITH_DIR</title>
            <author>
              <organization/>
            </author>
            <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/>
          </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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IEEE802_15_4_NOFCS" target="https://www.tcpdump.org/linktypes/LINKTYPE_IEEE802_15_4_NOFCS.html">
          <front>
            <title>LINKTYPE_IEEE802_15_4_NOFCS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IEEE802_15_4_NONASK_PHY" target="https://www.tcpdump.org/linktypes/LINKTYPE_IEEE802_15_4_NONASK_PHY.html">
          <front>
            <title>LINKTYPE_IEEE802_15_4_NONASK_PHY</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IEEE802_15_4_WITHFCS" target="https://www.tcpdump.org/linktypes/LINKTYPE_IEEE802_15_4_WITHFCS.html">
          <front>
            <title>LINKTYPE_IEEE802_15_4_WITHFCS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPV4" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPV4.html">
          <front>
            <title>LINKTYPE_IPV4</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPV6" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPV6.html">
          <front>
            <title>LINKTYPE_IPV6</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPOIB" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPOIB.html">
          <front>
            <title>LINKTYPE_IPOIB</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IP_OVER_FC" target="https://www.tcpdump.org/linktypes/LINKTYPE_IP_OVER_FC.html">
          <front>
            <title>LINKTYPE_IP_OVER_FC</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_INFINIBAND" target="https://www.tcpdump.org/linktypes/LINKTYPE_INFINIBAND.html">
          <front>
            <title>LINKTYPE_INFINIBAND</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPMI_HPM_2" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPMI_HPM_2.html">
          <front>
            <title>LINKTYPE_IPMI_HPM_2</title>
            <author>
              <organization/>
            </author>
            <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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LAPB_WITH_DIR" target="https://www.tcpdump.org/linktypes/LINKTYPE_LAPB_WITH_DIR.html">
          <front>
            <title>LINKTYPE_LAPB_WITH_DIR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LAPD" target="https://www.tcpdump.org/linktypes/LINKTYPE_LAPD.html">
          <front>
            <title>LINKTYPE_LAPD</title>
            <author>
              <organization/>
            </author>
            <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/>
          </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/>
          </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/>
          </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/>
          </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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LOOP" target="https://www.tcpdump.org/linktypes/LINKTYPE_LOOP.html">
          <front>
            <title>LINKTYPE_LOOP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LORATAP" target="https://www.tcpdump.org/linktypes/LINKTYPE_LORATAP.html">
          <front>
            <title>LINKTYPE_LORATAP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LTALK" target="https://www.tcpdump.org/linktypes/LINKTYPE_LTALK.html">
          <front>
            <title>LINKTYPE_LTALK</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MFR" target="https://www.tcpdump.org/linktypes/LINKTYPE_MFR.html">
          <front>
            <title>LINKTYPE_MFR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MPEG_2_TS" target="https://www.tcpdump.org/linktypes/LINKTYPE_MPEG_2_TS.html">
          <front>
            <title>LINKTYPE_MPEG_2_TS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MTP2" target="https://www.tcpdump.org/linktypes/LINKTYPE_MTP2.html">
          <front>
            <title>LINKTYPE_MTP2</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MTP2_WITH_PHDR" target="https://www.tcpdump.org/linktypes/LINKTYPE_MTP2_WITH_PHDR.html">
          <front>
            <title>LINKTYPE_MTP2_WITH_PHDR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MTP3" target="https://www.tcpdump.org/linktypes/LINKTYPE_MTP3.html">
          <front>
            <title>LINKTYPE_MTP3</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SCCP" target="https://www.tcpdump.org/linktypes/LINKTYPE_SCCP.html">
          <front>
            <title>LINKTYPE_SCCP</title>
            <author>
              <organization/>
            </author>
            <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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NETANALYZER" target="https://www.tcpdump.org/linktypes/LINKTYPE_NETANALYZER.html">
          <front>
            <title>LINKTYPE_NETANALYZER</title>
            <author>
              <organization/>
            </author>
            <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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NETLINK" target="https://www.tcpdump.org/linktypes/LINKTYPE_NETLINK.html">
          <front>
            <title>LINKTYPE_NETLINK</title>
            <author>
              <organization/>
            </author>
            <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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NFLOG" target="https://www.tcpdump.org/linktypes/LINKTYPE_NFLOG.html">
          <front>
            <title>LINKTYPE_NFLOG</title>
            <author>
              <organization/>
            </author>
            <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/>
          </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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NULL" target="https://www.tcpdump.org/linktypes/LINKTYPE_NULL.html">
          <front>
            <title>LINKTYPE_NULL</title>
            <author>
              <organization/>
            </author>
            <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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPI" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPI.html">
          <front>
            <title>LINKTYPE_PPI</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP.html">
          <front>
            <title>LINKTYPE_PPP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP_ETHER" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP_ETHER.html">
          <front>
            <title>LINKTYPE_PPP_ETHER</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP_HDLC" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP_HDLC.html">
          <front>
            <title>LINKTYPE_PPP_HDLC</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP_PPPD" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP_PPPD.html">
          <front>
            <title>LINKTYPE_PPP_PPPD</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP_WITH_DIR" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP_WITH_DIR.html">
          <front>
            <title>LINKTYPE_PPP_WITH_DIR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PROFIBUS_DL" target="https://www.tcpdump.org/linktypes/LINKTYPE_PROFIBUS_DL.html">
          <front>
            <title>LINKTYPE_PROFIBUS_DL</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_RAW" target="https://www.tcpdump.org/linktypes/LINKTYPE_RAW.html">
          <front>
            <title>LINKTYPE_RAW</title>
            <author>
              <organization/>
            </author>
            <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/>
          </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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SDLC" target="https://www.tcpdump.org/linktypes/LINKTYPE_SDLC.html">
          <front>
            <title>LINKTYPE_SDLC</title>
            <author>
              <organization/>
            </author>
            <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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SLIP" target="https://www.tcpdump.org/linktypes/LINKTYPE_SLIP.html">
          <front>
            <title>LINKTYPE_SLIP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_STANAG_5066_D_PDU" target="https://www.tcpdump.org/linktypes/LINKTYPE_STANAG_5066_D_PDU.html">
          <front>
            <title>LINKTYPE_STANAG_5066_D_PDU</title>
            <author>
              <organization/>
            </author>
            <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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_2_0" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_2_0.html">
          <front>
            <title>LINKTYPE_USB_2_0</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_2_0_FULL_SPEED" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_2_0_FULL_SPEED.html">
          <front>
            <title>LINKTYPE_USB_2_0_FULL_SPEED</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_2_0_HIGH_SPEED" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_2_0_HIGH_SPEED.html">
          <front>
            <title>LINKTYPE_USB_2_0_HIGH_SPEED</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_2_0_LOW_SPEED" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_2_0_LOW_SPEED.html">
          <front>
            <title>LINKTYPE_USB_2_0_LOW_SPEED</title>
            <author>
              <organization/>
            </author>
            <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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_LINUX" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_LINUX.html">
          <front>
            <title>LINKTYPE_USB_LINUX</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_LINUX_MMAPPED" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_LINUX_MMAPPED.html">
          <front>
            <title>LINKTYPE_USB_LINUX_MMAPPED</title>
            <author>
              <organization/>
            </author>
            <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/>
          </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/>
          </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/>
          </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/>
          </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/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ZWAVE_TAP" target="https://www.tcpdump.org/linktypes/LINKTYPE_ZWAVE_TAP.html">
          <front>
            <title>LINKTYPE_ZWAVE_TAP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="MDB-PCAP" target="https://www.kaiser.cx/posts/pcap-mdb/">
          <front>
            <title>PCAP format for MDB</title>
            <author initials="M." surname="Kaiser" fullname="Martin Kaiser">
              <organization/>
            </author>
            <date year="2023" month="August"/>
          </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="PracConsEthDesign" target="http://bitsavers.org/pdf/xerox/ethernet_3mb/Practical_Considerations_in_Ethernet_Local_Network_Design_Feb1980.pdf">
          <front>
            <title>Practical Considerations in Ethernet Local Network Design</title>
            <author fullname="Ronald C. Crane">
              <organization>Xerox Palo Alto Research Center</organization>
            </author>
            <author fullname="Edward A. Taft">
              <organization>Xerox Palo Alto Research Center</organization>
            </author>
            <date year="1980" month="February"/>
          </front>
        </reference>
        <reference anchor="Radiotap" target="https://www.radiotap.org">
          <front>
            <title>Radiotap Web site</title>
            <author>
              <organization>radiotap.org</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Silabs-Debug-Channel" target="https://github.com/SiliconLabs/java_packet_trace_library/blob/master/doc/debug-channel.md">
          <front>
            <title>Silabs Debug Channel Format</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="USBPcap" target="https://desowin.org/usbpcap/captureformat.html">
          <front>
            <title>USBPcap Capture format specification</title>
            <author>
              <organization/>
            </author>
            <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/>
          </front>
        </reference>
        <reference anchor="I-D.ietf-opsawg-pcap">
          <front>
            <title>PCAP Capture File Format</title>
            <author fullname="Guy Harris" initials="G." surname="Harris">
         </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works Inc</organization>
            </author>
            <date day="3" month="September" year="2025"/>
            <abstract>
              <t>   This document describes the format used by the libpcap library to
   record captured packets to a file.  Programs using the libpcap
   library to read and write those files, and thus reading and writing
   files in that format, include tcpdump.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-pcap-06"/>
        </reference>
        <reference anchor="I-D.ietf-opsawg-pcapng">
          <front>
            <title>PCAP Now Generic (pcapng) Capture File Format</title>
            <author fullname="Michael Tüxen" initials="M." surname="Tüxen">
              <organization>Muenster University of Applied Sciences</organization>
            </author>
            <author fullname="Fulvio Risso" initials="F." surname="Risso">
              <organization>Politecnico di Torino</organization>
            </author>
            <author fullname="Jasper Bongertz" initials="J." surname="Bongertz">
              <organization>Airbus Defence and Space CyberSecurity</organization>
            </author>
            <author fullname="Gerald Combs" initials="G." surname="Combs">
              <organization>Wireshark Foundation</organization>
            </author>
            <author fullname="Guy Harris" initials="G." surname="Harris">
         </author>
            <author fullname="Eelco Chaudron" initials="E." surname="Chaudron">
              <organization>Red Hat</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="30" month="August" year="2025"/>
            <abstract>
              <t>   This document describes a format to record captured packets to a
   file.  This format is extensible; Wireshark can currently read and
   write it, and libpcap can currently read some pcapng files.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-pcapng-04"/>
        </reference>
        <reference anchor="RFC791">
          <front>
            <title>Internet Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="September" year="1981"/>
          </front>
          <seriesInfo name="STD" value="5"/>
          <seriesInfo name="RFC" value="791"/>
          <seriesInfo name="DOI" value="10.17487/RFC0791"/>
        </reference>
        <reference anchor="RFC8200">
          <front>
            <title>Internet Protocol, Version 6 (IPv6) Specification</title>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="86"/>
          <seriesInfo name="RFC" value="8200"/>
          <seriesInfo name="DOI" value="10.17487/RFC8200"/>
        </reference>
        <reference anchor="RFC9260">
          <front>
            <title>Stream Control Transmission Protocol</title>
            <author fullname="R. Stewart" initials="R." surname="Stewart"/>
            <author fullname="M. Tüxen" initials="M." surname="Tüxen"/>
            <author fullname="K. Nielsen" initials="K." surname="Nielsen"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>This document describes the Stream Control Transmission Protocol (SCTP) and obsoletes RFC 4960. It incorporates the specification of the chunk flags registry from RFC 6096 and the specification of the I bit of DATA chunks from RFC 7053. Therefore, RFCs 6096 and 7053 are also obsoleted by this document. In addition, RFCs 4460 and 8540, which describe errata for SCTP, are obsoleted by this document.</t>
              <t>SCTP was originally designed to transport Public Switched Telephone Network (PSTN) signaling messages over IP networks. It is also suited to be used for other applications, for example, WebRTC.</t>
              <t>SCTP is a reliable transport protocol operating on top of a connectionless packet network, such as IP. It offers the following services to its users:</t>
              <t>The design of SCTP includes appropriate congestion avoidance behavior and resistance to flooding and masquerade attacks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9260"/>
          <seriesInfo name="DOI" value="10.17487/RFC9260"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA81963bjOJLmfz0FOvtH292mbMlO52Vmu5u62azUbUTZzqqd
PTyUBMtsU6SGpOx05cl5ln2WfbKNAMALCNISXcw9+6MqZQKM+AgEIgK3CE3T
GmFkeyvLdn2PfiZRsKMNZxuwX2HUPjv7dNZurPylZ2+geBXY95Hm0Ohe87eh
/bzWtkt76zreY/SypVrrvLG0o88kjFZANqD25jMx+vNBY+t8bhASvmwCeh9+
Jn95oeFf4EHkL9M/lv5may+j9EG4W6TPPB8fOR7wopkqfhAJkrwCcHVSGpET
uVB7CPi0of1CAzIHmCG59wMy7epTLaCuHdEV6drbaBdQMnBc+J8fbOwobNiL
RUCfPpPsJzbsXfTgB58bGgl8pE1XTuQHDBqguGqSazsInBAe8Ba72r2kj/xg
DdAQJ93YjvuZrB9Y0T9D33OWTY9GQJcRGjXJzFlC6QqKEmIjfERd0s2VMrom
dCN1N7ZHTP8+erbhc+784DEkhreEOvHXJNVSFJtl8Dfs03+GcVlzaUPxLnA+
k4co2n4+PX1+fm5mi08bjSfq7Sj26zrwd9vPhEsE/M2p8j//iYSbABDrOdHD
bsFFQptMTf3uSru7OsX29daNhsfa3XkCmo53n/5ByLw77d2MpvgThEZ0qjH+
og31X/szct3Xe/DP/Ndp32RVVtCpn8m97YaUv2IHaxrxbwnFx0TL7Wq32SK0
07h3w+ZDtHEb8M7Q6KCASBxdZ4FQD+LAP7UJ8nsaPVBNMNNYS53GhODNOyeg
IXTko8Tp2t/Qrb2mxL9Paxz8Zc/xG6zZodr51XSqzU3t7KJ5eSEx+jv7g5Ce
A4Btlyyp6+5cOyARdSmA3+xALqEbfC+E0RtGdEOOpg92SEn7b8f/Rq6oRwPb
FUSm9vKRRmRmrxyfmDR4cpaUHF1NZyZUHfkLHFtmxKgRjVfw1gTLibnbbmEo
C0JjfwUvjkzNvDLHx2TorwGEy4Yx6fpeBCOPHA2H3WPiskEdbunSuRdAC5sJ
dMQSXqQeNBW2BpmbhLUGNo9ujLTL9kfeMPH4xt8aud+5Lh96PfvJWRG9CR8i
eIhhNzLmRA8i5O8ASAO4uK6zph58/NBe+IEN+uEl2+jdB9sPcaynSH/ZeZS0
Pn1sKWgZ+aYBfOnGh5ZpEoCqdL3o+YUThfYTDUIm1dvV/enGiU5t51R8orUU
rJtQxj59B5WfbXelQSOvaSAJh+hPUKm7JWrHfYKeErvaLK5PbfjT9denC9df
nG5sEJ4gftaMvkWM/a2ptjrJtLrpu/4GxGVK7eWD1Ijwaqq1A6gs1Da5BRAo
Ye294wUbjS6adrB8AD3Dmgz+PgWbd3H28ey8fd4+a5+fZvXfA1g/bD2s+t9b
5/ff7dNQ6NrTJQdzH2zir+tNuqZhahfNM210M5R1CS8jUEZGepeAYiU32y3I
MjdT08AH2+i7IZOn4N4GYTL3SnmRMljaCxeM3CJkXSSNlPC0O9LMKQNnPAGU
DOivM13C2/+2BHF0QgIF5JraKwDZo/eO5xyMJuRjvEkFKQbo0fOfXbpa01Mb
xtDSpacX7xmM247WNTRFB+MDwm0Ds+K83qsjd4SUPfLFdkIaCAmLbaz0kA3n
d++yw9L2dnbwQtonBGShVdrIj4xMc/ntdOuHUcgsmrZ6WiydU/yYfufa7M7k
/veXuw00A9eGvMJBAgvcQDU/gg6Ewc6akC4ewmXA+Hyja8fTPp61m633zQtt
nms8o9/vk7iUQClXqegTvUG6YOSDXHEIjPGpQykF8lrrvXahRdzADXpNx9du
pzKS23F/To7gKRnT6Bm8FDQMy8fjgxjfg33RnrbbJjiYK7Cu4J2GwOSUeqfo
zYXRKVSHLl+DZxuAd3e6ok/U9WF0hadPOHxjI3/V/HB20So0iMyyOUumWtBK
wYBc0lWsBF8zL8b8RpuTGbOe1FvxDuacTn9tts7PzkvFyIl2TceLTgO6PJ1r
s35XE+9RD+Ea5kRrXVxcnO8fFlCV1fz/cmA4oc/AnXJHa/wFHTdLn06HfcuY
WpPb/sxCUW2df7pQXL5X6v4x1+90D/WMaxjXm4+s2aDbuvh4XgIzrVAbtpRk
ESCza+lD1U+WSuuDwukV4Pjafl+CAUpq4w+0inlbXwzTLAfAiutEwQiqUDp6
F9ScNTKteUmXZGvUBShLswDT8KY/n0zm11Zn1u/NrE6nBJlSrzZ8CuXXUF53
Deu6RAvka9WPkNPdj8+6M+D39Lo3OwxpWv9nYU45vIYe1NxwuA8yq1Q/TkZ2
L7jDWzZX/ScBPrBdjfHNV2s0GRvzyX7g2co/AXaWvAq6a133ht1ijLysLkic
WhkC3rA9o6S5cpXqxZSQLQCnjy1z0v3Sn8OvEmjZKrUByxJVYfU6NyUGDkvq
AoG0Cnj3u3NrXNJPorA2BJxcAQjDnA71X6eT2dzSb76WgJEr1QZKJlsAztSt
uX4FBq47KkGWqVEbrAzN1zFZ01l/2h/39mOLa/4MjDHtcqzw7+sQ4d+6kcG/
5YD6exH1fwKkfiGm/vy6PwNPr3iGf076MDMO5FXGcjQ4c/+2df2ANvEnQ7QS
SxSnnz7ibO1S5j6dlKhDLKmrBZBWwZfPBiWsZ4PaOM8GRU1+V8J4flcb4/ld
eV9bo6mONqEMhVyrPkgyXRXfoGu1izFhSV04kFYxb27ABzN9hCZjaIxKjGNx
3TrxqdTtAsjGTLduukYJSFFaGyxBrwDHsP91pv9aAoMX1oaCkysAMesPSzGw
stogMGplCPY4oLlK9WJ6xQE12l3uwhfDSorrApQQLIACxgVsi9Vqgek2zBLX
Jl+rNmA5uq/ge29dWOPJoFuiBdR6tWNMKO9FOdbNLzCfLBkAJZV/Et6Y/B7Q
KKyHNa6o+VPgCtoFWKe3JQtGWFIbFqBVyPuylPdljbwvi3hPjJLVPFZUH3cg
VsSer5cPShYT0vL6gMQUC9CMB8bY6Ohlk5y0vDY0CcWithkZ1vV0VOYlpeX1
tU1MsQhNftogF9WHYVzkLA71aWePsZWq1AVHIloIq0RWsKRGEAXyAT9KWBu1
zaXgRyHjm6+WMeuVTGvT8hphCIplaF7piKS8XjSlnQJlZtkCeVJcLxazaFE8
KSrRH2l57WAK9MdwMinZz8KS2hAArSLeMz1/rCFfWB8CRq4AxFwffimBgEW1
AUBiKvvRoERtQkFdrIFUAeNp/wqmuPMS1y8prg1ETLAAynxaMhawpDYAQKuY
9759KblOnXhe24GC8pKjCFhSI4qCwwdmt1syLLGkLt5Iq+C7b762P5y1zkq+
XZTW9v2CnooD/B19rA9//a1fIhaZCnWhyZB8FZA1n+ljc6rP+uMS56+k8k8A
miVfCBp/l4LE3zWCwt8FIAZdazgsE+m4tDYYgl4RjuHkqgwEFNWHAIgVsL+6
KBlVWFIbc6BVwHsy6xldqzPslyBIymvDkVAsQHNT5gliSW0Ibor8v+mXUp+H
FdXFnRErYD8tWaqGgtpYTwsWqKfTsq+e1vfN08IvnvJtj1L2vLhGEJxgMZTy
IxpxaZ1Aio9pYAn8VzI1i0vrxIH0inG8vnqQrVEnnvK1g+lsMjA6N6bVK1ER
mQq1IUpJqoBmeslOJRTUBQBIFTDulUwOoKA2xr2CCcFsrnctsz8z9JIuyFSo
DUhKssAfLh2zZo3j1Swcq6YxL1nQwZLaeAOtAt5Do2weACW18QZaBbzRw7yy
3p9dXlo9a9q7KQGSr1YbqjzhAog3Y31esnXGy2oDw6ipCG7MDkyqS7w6UVgX
BkGuFIQ1AH/HMqf9foldUevVDC1DuRzltXF1fQjKtF7dKFPK5SiHk7tDQCbV
6saYEC6G2NNnd2Xr3Gl5naA4xWI0w/I99aS4TizD4j31pMgajfTp9LW+k6rV
Di0mrEK8xXOoxbBYUV1QGDGV/Z0+n5vzCWCbgatTojlzleqClCOrgvutMzFN
a1y2TJAU1wUoIVgA5U6/BZekZc1KFkYzFWqDk5IsBVSyIBmX1gylYGGSl5RO
oJPiepFkJ9KjXmf/lT2oxIp/wm09fbfehRH5wC7rlV8/LLyst1kt2D29yZZ6
t87voWtLX5E+JltxZ5msaLgMnG3uIqkA0WZXBlvqFfbcZXJolmf6gqESfGDx
xFicPjuPzmnKUotZalmWQHka2Muu74X96KFHQ2ftyS0PpRGLKIB1nBUNRIQD
aN741CwZ+lghvp3KqWS+ZkAXAbsB2fr08ezVfpv5nu2uMGRHN7A9mu2krzTw
v5Gp7fpEdyOfzGhI8TY66VK89a2Q6q+e7YAFIZjb91FVSrmbxGqsgG9I5JSK
FrDON4vTpKksuaksx7PiprJYU1miqSzeVBY0EDZNHGiABYWI7G3RdX/2BYGo
IEKFJJ0Vv0ju6IKETlR8AbdInCWKUMt08Bq81qOL3VrrPtieR11JLngFwioQ
UUFEFdgnrfCqs/S9Ibx/+i/7yba2LHaCFUH7UQuEOABZkSIhrPzl6YpBWXJO
zc0KUYJBni7jdhLAxLMk3oHQGvvDXuQRwzDxnx2P9fguZEFIkrgFjGaisn6z
mBYrmFD/pt2B2GD4Dgx3oU8Ncg3agujbrSug4GXpdWBv2MXpqx1IzcF9FjpJ
qIL4+Dnood0CSANgGmhrJBeeGmOz1T5/f6ZxGBrA0BCGhjCa2jRYNzXGmcuf
pmkE6GJvRI3G/MEJSUxeaKsFDYlNQhj4/n0c+AIUNGvuI1TVx0msILwzz67M
P9nuDl/zVo1lQPHmOfwmBkwBSUDXDrB7YZodZD2MazeBOw3Td4E8fNeKLF6g
GuVGAYNBsOhEY/9Ziy+iy5EbmvybNs5q5dJG488YJiLwV7sl14CGx6ghXqag
whNyC9B+sZf+IvS9E2JGFPpwtOyi6J0wjj4OZ0AU4auNWPEliuQKI9dg6dB+
Dlhwkw4NHqlLX8iYYcIALWm4k/jK/YoBERYTTQQKBgENJcSOsV45YUiXEfEE
UzZqeFORJcaCydSHsntohhNoNhQvF5rIRV5kQ3EgOeGG6fEnO3D8XdjAW/82
xgIQ4WtC/rFAEIMHsN/PAWiVHG+sYJN7jFjzbIcNbMiAbHcRkGYlYkSzsEyr
ODAQ+f5dhA368QM6aIINmshZmAgaaxE/cNYOttmRS9f28uWYMxMjW4hEI243
JoEnQP8fhtZr5sNv/fhxDF8VkmfquvivDd/25CAJpNkQNEte9tY/fpyQBfQ+
Sv7zgwN9LUklh9DAlkpCEQGx5Df71jtQhY4nJD3zJSHBwC2Ea0MoBhww9kRf
rvC3461QqDkzOze4uAjIz2CQuiAsIfE9Fh9pY3sv5GHnrZBgzBWH3YZGNugc
m3UyD6vSJiC59jbcuVxRwevYGRxeM68ZXh3UOS1wQmgY2aCnwgcUNqSK7zRy
HgZ8I29iNtqwkcMYhBSPLP6Ojf0i2EJtjz43cmybOPbnNABV67v++qXBGuwR
BiUI8yok70Y35vzdCf+XjCfs96z/HzfGrN/D3+a1PhwmPxqihnk9uRn20l/p
m93JaNQf9/jL8JRIjxrvRvqv7/gQezeZzo3JWB++I0wysi2LAgbjCMaCg+7J
NqD40TDQ4jGywnc63en/+d+tCxC2P80G3Xar9enHD/HHx9aHC/jj+YF6Qnt5
7ov4ExrzpWFvt6C3kIoNgwL6HMNbhWyYhA/+s0eg+UG8/v0fGE+OaJf/+HsD
m5J3tNxp8PzPXDHPYgH4/mccOtAxP0DX4hvwcQH9L+gQ/A7UVkx0QJ6hz1K5
YdG/CAa/AUsKLTSPNX5M+F2TMUs6OcMwnmhkOMIH+SVsE5YpM0m+Eg5DqPaO
wOjB2HgxnBzgo+/f48/9cdzkIpZUeYAWRfG9910XfYt1Gi/qc6Px15TTmLmw
hhju/KXwZbPwwbYzPSpsJXxY/E6TQWJl8BQA3DvfAPwzKBvyLplvvSNHTpM2
T9IpXejD2MdxCGgzCG5xyOQhtC418IShBdBrZXIX0TU0hh2KByoqoNlL5xs4
n/Cf0CuBdgd/+gUFLIiysyB8Y0bvKbObWQCgWbgr7EQs1l06QoK4uuCf0YLw
t510e5DWFD2zxQZ9QbH3hTumUBDOB4pQKDouZJ11ywvuA39DzlCgLt+fnZ2x
4SrosQaJe9omAycAp6sL7Q0uHf8D47pBLQHjyKTMJyEXzQvUdP+TDd725f86
bsbcHO6swORoTTFI4pnWOjsh4Nu9b/Gx/emjdn7WEijQbL8kvfNvybfkiLRa
2sUn9vb7tvbpA3sZDBbHho83OBn1/AiVUEytmW8D/PwWb4f35+9lItiq/W/g
XjgsjpNLbsD0wVBJP7iNH/wn8cHp0GExs6D+kwhUJvR/MqKYqDOJYlrw+3fw
jTTxEhhb0FEes6qNJcbhQz12IgjEIgMCuIMp54IyhzbyG9+/iwiKoDOZ+wPV
ARfxdpsFiBBXxYnEw5+Suj4RNgseYYMFdEuZIDDTHsHn5z5MhEJKLBvaRcoa
b2GjV7Hb+sI/xbicPITfAwsp1kANB4+hazY2jET4jzsGwsPi8sDmA+EDRa1P
Mp8GMMZ+RLmbAR8AjihOXd2Xk1hKnmmQ+U7HA33JO899yYg1k2OCQi1+CpE+
GnQH5nEs2UwLMQGIYHA/OfS52dCZkhK9AI4jfAX3Xh9wymRz5DlfHpwv8CsZ
Nc9HbwbnSfgOxRiYS8r6otkwEU76UfEXoYPAiLs0DGXC2A4eqiHw1FC088O/
dfEB2bQu28KNjfXnf1qzPkz8bvu9/7S+feONFvur7kv5CDidBs4TgoeRINzs
B+7MMpFwvB13rFEueSw4xHXtP4P/HpwwU7kVFNg7NnpHQpbxAYqMPNzZ+NT4
4GRDv8nmPmselvJEHZ/idUHUQ8bQcvYj8XdRLK7MZL4k2IEZuIY6txYoAZwT
jgYXZ7DsQ6kNM9cX4i+4yJ4ALREPMjPRC+KYYKw7/o7GLWB0/HsYL8wYhKEP
b+Hg6qHnmoZnO+oN58fCAU5GI3sPCIGq8PiCFpv5QB0uVDhad56Diob1XOiD
9gBCWVApSyDEpDAWIlI2d0KbDIpBkkOUBTS7gAnoQJUNo54nkRDnpJgf+LDj
eiXcLf6Fs0DQV38nLCixHayc321uQcEvwlku1zBCR3//c1Y1Cvfd4T0VKyOu
fGITGCtZsHbojzTyp7gaY6YR4flZo5Ex8vCgY/ZgtulvFzBZkKcRjUZi3KEe
TgIzJH/8aHz/DJ9tL6EV/sc7EdD4HaBVIcQXrTMwWnkYRTf8U/6fZQAxwVdA
KBi+TotwtPM4+IojzQ6w89GiCBODpKzIVmkXFjUsxXKex6J/bbbfi1iwbTGb
C0t7BalV4T6dTeS2uMjzx2idFNe9oCYY3Ln/CMN5BpQPZ9K91idmhsf7PA8W
CDaJHJv7NhHetcpXxXcpsw17WSps79/0UfqMhSKDkZNh8kH5Ml6Nazy+9BZy
TYRDTh5pB7NmZ01Sph/zTLH8hHOxyQosJHfahBtSJjr4ViXRmWZBfFLkBotL
WEFZFU6DXs/Iqg1FfWGFzwQjzOpj0yDGuGvMTdI+/6S1Pn262MsIHCtiP9m4
PCvUKXejcOhn+aLbnWfd87kl4iY8scKVmpEfcsyMD+UDoRKaP6ynuc4jgOSh
O19rYUa1YoeKg58ZKIqOhlp+H3zvkPn3+/RRQvMAIAd2A855FJG/Qd876xaj
Yw36Cofn4ePq15E+nve7GFWif6dLJvOT0vPEfAGHNqJL0ufrPE7IfGr6DPwr
6JFMHM2sjCsyMBx2T82xPtVSrQHfjGeqSo1BSrqKHOAxyiwS1UxPmXJBt1KZ
5ZSLApBlS1z/AEgfPrWS3x/bZ2dV4KGeQrUrmZTWmWLEUcOeTkymDUlnOoj1
X6XxoPJRDHTMB8foW9h088O/daYY4a4TLn3GgWl1fGGvCuhWVgBpFAoJjWKu
01DLLYLx+Nn0bKiPqwl9V7ZirTPFQkMt0nVRCaAzntg0mEnyNsYJ6ZKu0AMH
UoebEx54Jctasds86vqMgmjDl00Hpa3MiVVpZXaPNMtcUWZ4COANHjkSruSR
j2WpUzVcDMSYwlzkrd4KCAZKlaTdVBPOOhurkr/xGcDhDK4NvKqRpa5oLGEK
CK96OOXcwGypSiYmnB2RhzdNcs06y0TRMDBT3n0jQArc1NW7ZLfwQKmIeVSS
UXbTNwtKUUm4GU35SZK57T6W80dSlcSym5uStFrqhEFf+oFH+ksfJwyHK7jp
wBjOJQen1VLUTiL2zvbecaNKJoPdWstSV2cEYCLEliGnDsN8va42nzLM7sQy
ZMPUUtQItxoa24XC3VjwUd9iC0SkoywrRVOUWYQToaLjHdApOEkbsvE9zCsE
/67ovllJHsfb7JmlG/mJbqut6iDxBX8D9U8pSoDuBChh/ABPsulaQYHkNUhb
VU2mg+u0Ibl2praw7VUkOgk8k+Wi6CmDn7xAJevjuuDAWYAGEeeAyhs/oV7J
QeMn/bN41FUNACJOO6Q75mxbwibmzsPiFcUcO+XTVcalkl9rTCRQikojM3vr
rKDW4eO9a+CikkRWVVZQC1drAxgUFVykm9lkpkuUVU311QEH/BvRd4Ef2MwZ
5ytFbxojM71nTPCsaJanor8OHerJ2bbiAR4XV+nA+W+mDE5VeXP7dxhMxPSc
+/tMqpnKyzr8iHyWl+odlS7tcHv9Rnfpl5uxgUeyR0N5gaV1ruqrX3aeg6se
4kBTBelKuQwka3iu6qc/zqQvGapz1Yn64yyursyxxESdptXQWLm2UhXIH+cB
Oq0tMVHVyR9nghtgRjfXLap2qeVrpLnkueoOvZ1JSaKULDtFQXCv1ZhqaAU1
psvwJcJ9633OSDHHKiosFzoli1VRMKb5gWB9Nq/AU1hiRXcb0t3K1/ZglTlV
xZhFdqEongTZvuU/rFSRtTRPvFDUkWB9fgjrSqteLJBLlrWippA11trLGitV
Yc3TkknMFfUlcqphPjUuDnnuuYRslWZ7aSC0LAZFvTG7phlBT9/bBCnJSg57
Z2TJJv5CVX9QiZhTEsJoWD5UpC3ZiAtV4yHtMf0WkQGNj8hVZhSfL7DOJNV3
oa4x+YF0JuBoRdGFwmXd47ewkwetovrqZicPVEV71c1OUuzqDknd7N5L7BQ1
VDe7S4mdonrqZvdBYqcom7rZfZTYKXqlbnafJHaKBqmZHa5lZtgpSqVudpJW
ef+ztUpL0irvf7ZWaUla5f3P1iotSatc/myt0pK0yuXP1iotSatc/iStkl1l
u5W8mEtFsRy4eOCxDLjFDi6UVHEpkrmbSEGVhVfn/E3KdpdloqgfqIlLiiPz
dD4t8eUKqVbdymcRi7JIFM2E+4nyok16WMRfRgCSnWPLnjtYigzV9w51V6/u
+iP7t3QUvDfpS7jrnDNKXKzcMuWlup70dk6Y+hvD3kkMFH0mkowXpxcvyg3O
bnkgolymb7knLCkrepVuuJoOLGmZ/IOiFOeB7QEx4BZpG7yLsuKHUp1lvAOG
Z7xFRtkcMJ7ztSqggQRIVZs4iP5fQOlORta81Zcs8Ad1OesKqJB567TfIuwG
jtjvQDT0v3bOlh1oqcZVxHbK8lVXuOrlmwwVo2tN+/Km2Yc6VWd/NsAzQhJ9
RWv2vRXmCY9PfhJ4iZ05Dlbl2hPqVNp4BBxTeVPtg6IzszigMtsi/hlghmk4
8CweRRfyteYnw+yN8aBCb59FSem+RTnnj4e1PtSpMjPKWeKhLr3/cR7qIZCP
P2N9vZvfAPxY5wJ7bkH6o+rhzQbN1mWzRUY7N3I0ZkiyR1v2CAvQf4uU3Erd
97HOpXj9oi3N7j6qikifGeMugXrx1x1O/PL9uWV0JZ/gY8HZA9CoSwJ18WI6
DbYYu4T5TF1/s4EvEzdUgHVor6vwx3hFIJd9+Uxx66O6TgU11e1T4Cn2rSu4
rfk0w1m+irLpuDsa+XidGmqTG302F84A3gnkt5D3LQzmGb5pP//SGuldqzuV
dPVHVRWl041LtnKKHYRH2aHHiLlbVNwqTUNnZbkqygn7RrTCCVnQteN5aIHF
4j3X11hnz/p9wq1KC3X1cfusk8X3SdVqwpN08bh0QO0kDswRvH1Mnpqk3TxL
PuENvYMJjJR2+qTqvbR33jcvRPusVrhLzqcX4OfC33xqwpqtyvxHOhD2SVGM
Uxpowuc2PH4hPT0inzlXyFuBsFMf5bMd449JMd95lwCrOnOPGJOtuwvFOZWq
J1BjvZ075vOpTievMHVWltkrp0wT8WDv7DsolGFQaf8Hg4dmASla95aH3cie
eWbRsSpuzCGjim6phEvRysIl/QlO6Ew3BtJkRz14nwaVEgpDOc6za50l8kIW
vh2sqhxvGnWsL5PxfDaRtm4KTuNj1eRgnR/g30bSM22Nr2e8dWSY0nUx9Wz+
H1k4Kk1uL7FU1Ofhtli9CXSYoJYjq3q/zfpimKb0OYpCxhrCYQOjGT1TvDRK
HjD6kliE4hfh5nho+ZXLb4xVpYmWPMVqqwf8/6P5qd06bHJVcVolBfPOYlBv
4U3fcKMrS76SF5HLR59FpqjpV64mVEec41zpklguh2kWtLonkzveXx1pjl1F
iesU41RUOxN5rF8doMTlAHh3jut27OARHaPA3wYOjezgRYKnKP9MRbZIqQ0T
q1hBxydZXrO8FAXPHWeovHeKkRCsJD4iI3AGQ8E9Q5d+myXTZgxWwoO8VHUB
BLNKJ2Mmsg0quOMwApfVJhPoEA9vhpn8XnvGKhwhkWOy2FUwT/BDYqsobh5L
ks2El77n4SX3ZEIBLx9jEBh/47MIMMA5aakkgtU+OTbGVdrpa7uvLpa21TsV
BCqSkMf5Y4ulwm2p0DTI6usE+lGXWKleM7L66gf2i80mEuzAP96Ue5vznMmU
m2V7iP8M7xx83l5mVX3psn/b699KCNVlDHFQ9mlFn96wXHJljub61LoZSVzU
3SKoR242PBrXPXjKQgTX4SZzPLkqV70jndhqF1y/QL76goWBq4XzaDqUWSo6
EmvIXh974toLyoLnYZSIqlzV6NwZCOodildXPzxCv0UsRsgb1kFi/pVO1vW7
ktYsuH6BVVLEhWr8cF9X2j1oq9cwCN5H3eJsLQ2BUv2M+p1xDe6+xEnVb3fx
9jrWJUfXzvrhGUyXzldY2BXrGd1gSCFmIFa7JQ0q7PoPulZbQqCe6sleMYGp
u9be5z4jzUo2G+pzF2cw00fY20NjJPeAevinDBXvenMyYPON/uSVK5+FbCst
AU1zAUjUqx2m79oB6o5tQUgMmVDFBUILQ9H35/BLQqDozdeXCXNnkg+15hL/
ak12eyHhVfStMX26eMu9dKQsX0yvhOpSQqXejJs+Xb4R1eWbr8jnjLi81NZW
L5KorgKiPXi1jXGopJY7NzIiRS33tM4uTH2CMhhI6E07VDL7n3EjxZyBD9Tu
S3x+xqWUgdGZ9bvX+njcl1zeWm+n9G47VteQyCuaFepoXSPps8OmRPwljccV
ruAKxVlPs4gKF2xtj8U+i0/LtD804TWywe3QLczmxAkRboBLt0EFt0rLyUoa
pixURdny6gSrE1b9ldsFecpvGQAsAEN/ZHQlWHVu5o9zV6Hb6gUX7gOCfWMX
F0W2UsJeJKHPVnJhqrRfC7A3qrRCNlNtBqF60SVZ3M76CPB3/PaB8/0MvzfC
lHLWZiErmrMaZHbw0t6AN8iD1pmD3iFfkYVTzV5OjI6Ev+Cmsrib5d07ntPB
APTlNhKoVVIbSRLvLARFK2M18AvThRMzwkbCHXfxYN8SVMKoUndj0tksMNWl
5l3KNla89cWcXG0W138J8fdZmqIkYrFzy7sR2FSCFacDzkJTtD/UKjyvmExv
3naLLWZeaVV9YP4qhTZpF9z02d6HL94SQ2Nud1UiSIwHxtjo6GNpGqze7Uml
ly/57F2zTOhWu7M2l7tFDQUHNXKzW8/HxAIwwnhqgVhsQhLuMDx+yB1ptoP2
dJkHjN7op/ZlJQHCDB9dXQZa8dREnCSkWFpEaaWdzUzCzAwu9V6RyMHBlgjj
3UUcfriUYi4fnqkT/Q72se8BYkrZWcskU4QDYxUZYRtj+ory0FgpmiofkW7Q
DfvWUP6QV/YLh/4z4KXB+iU7IdknoTlmVXDeGbO+ea3Pvlg3LNtYzhtSrzul
yRgqGUv8LREuiaQzFh5HtUA6gsEbO4ivYCmXENrqbahMRzG0I36K95COyTJ5
G06YS/RmVkey0eoNqhRixw6dJZmxwPy4bOI92ABQRPhljzEs9oJFtj5YwGIQ
f2AsFO+iq5ezah4Vb9sizyZQzqJVrEpcUWwjJOE+9odhTDlUAvZFDgfSVu9/
8Qv1rGLF8cTeqXQQZiodAmmrt8Ni35d7kFuMHPdENX/L4kdrcRacxMw43tLd
8WNewgnm115eOT8DEKr5uyPDup6O5LVS9Z4Z1iNQr9nmOXr2+wsJ4SpwslkS
s3gUYyHyYM0GaLpYyptZiw3w2f47/xkmb8B2LgFTLEMBsP2hAGLSlWxWLulm
FpViVu7sKDIjf4sz5Z6zxnQsoLzXDyw4+Mj2YPbKEl8cAaVjnrKHrgP8dwyq
3WcBx1L/fd/n5KBVkkdzYrUuLi7kVlZMEFQjrBq77wXUeAD+jR1ES0zSVzYj
h/c09l7lBR3MoJ6FVLCb2SWX7dbZpbgjxTSgiLt+BG8f83wur4Qf7VWajGWS
9mZxKQYk47dKJ7FtMIHBs+NpPC2EEiv+aGMvJ+YJodGyefzq5hdHUQX7ZNrH
JZE7Cbm6LxqHuesN5+krh8895IsNbfXynDnWCdbaHy+jYpzSuQGmdmyZY2Mw
kFdw1At2ZE6/4ZzGw8w9PFdZMtBCHiWqws72ZKbnLKJ6PW7oz+w728ufvsPH
c5jCHDbvFZyqtArPV5yFpsZuTubiML1bSrcV4jN3yYm7NabgISClDzCxYUkp
bkfPtkhq9+V2RB5etnhPMfRf2cVgmCotNkxmPaMLbpW0cK7esRsJDcRy2XnJ
WdOxH6zAHzXpBjNW4pwLPtQDaxEHBMMPz/h8/b2ymQKqHtHlvGV9nennLelT
yiK7xOKCX7PYBSE6KPLl3NcX0nn4F+DHdo3+QDSYOEGCNZrquFEnoVdNRZqy
YTPd05Z5ypVa1DCnQ/3X6WQ2t3T5rJh6WbDnhFtwjKe4VAeVichCmr0QuX9r
SWZY/QCMORxKXpZ6l5DP70ToqULnmTy19wd2reRmmf1Zd2IWzUTVu4W4+LH0
w2QGWskA3Rq/mUPpZJR6VzCTYHkwvdKFrUSTGqvm3MenL1SS6M612ZW/VZ06
uPQxCnxMl4ZHJYi5pQClm0nkOaMoU+SIUzsWaQzzCHlpJb09nTJh0+fd7B3Y
tnof8X7VBM8H6oOvY28fMLXo1o6WmGyRzxpKjv8PevCedlst6ULP1K25fgWT
celCXFu9wJjbcUhWeDuBb6/wSjKPoEQie41JvSmmRiofdhm2b4UL090+SKC0
RKvejawCe4t5wfDc0kG4Y/5v3rLP+RjqDcqiq1MkPVOWucDkqBL6DVdXtfht
raKbEX8o/CthVCxDWfuO7OAJk7kCgTdJBvz7Frz9PGD1ivkewP23Iu5XhNwf
9iX3p+ACKFYhrv18v3P58cIl3UbpTvbhs+5sKmyJp7pFzQ/Lim1Fthe2cSKW
3LbgvkY8Uwf3cctDDoNLPDO19nkb9xaYjucExanhgqUiCRy4NaE4+f6+2jSu
bUnbauo9UQTTbp6dkFazdYLoWs2zvY6hoFzpKszc7Fr6UB7biiXCWtnT9LkN
tFeyfXDq1Xw9aZKoXhbtP+G6xTxgxJj3fOd4K//5gLM5QPutm91j6eBAwdXR
a8cNmd27oiEMTfht38O43cETfuydHToX97AX19L+9/iKPNjBKpnLhP59hH9U
GDSdiWlaY3lLVL1jyqoRqBYPnbgnK+6BJuyqrl+AeMJE8s4yp3352K56vXTo
P2vc5fkjgyHl9haog5vhsACrugu+c906wKb83oL22ri6LkCrWBX0JmW0BwNM
WVTSMjf9mXmnD3tW7gCOeqNVhwETPtvuCrfu19l42fmgW3FFjVesvrCbc2nU
W6zCXmxzJ7EPPViacKl253eod0yr1+/cXFkFZ+jU666m4+LKAu7xYtL7xW6d
TC7LjpGZmNAq1HpYWRMHjyudcjZmunUjn75T77/euGCRtWdnxTfbjm7uOsdx
tC48wpvcQUiXv46AaPnSY8y20vmaXnbj8Fy9JwsVyBGPRdIL/C3p7MLj0oaD
ypXXkfE0vzWeSSjUw6VQSWuftfFe8rNYTz4aw5QOL9fzoBClLh2n/xokns3z
aues7DjFtUh1LvbD7h74av8Sc6ixTNMi4TXPeeZl0lvHyY/jfNjPDvihLJ3x
I89lLJIpAw05Pa4d4SOeH/RmNmw2knysHk+r7vDswJyl/HJTQETW+XTHbM+R
JTJeAlC2O+Cw7K7ZQyMkPlsWxWT4tlriKOKj9IyHQjpOxGpM4/mMB+ozTq+7
dKkdYMJXjpnlmzWz+EOe3hbtO6bm43mJ4YUkt5zISswyzWKOYSAaJ7clTw5u
rNpOiI24Dijla8ZH8eEYwGDMb7T5CTtSesJmYmIVn6ecXaInztqdBYZZ7lyG
1uEfKfdSkhE97leRQ5mi17Xj2Z0RKhJe4T3bXQAuF36wEbEM5ymzyBf5X6G1
4mTIPHMt/85QbqHyxmmKTLNsb5SG+RdZ025wb4unOo7T2qIQ0eUuwOzCS5az
KxUnzJ+9cTxnAz5QVvacUBZhsdmE4e3CJLW7HaWSgZlywZkSbDDlqhOHaQ5F
htykSVdsyC8ov/VkgPsXJ8jlbR/sXNFAUvp4afktbDZQAWkB5cn24gNADs9P
CA5mKDI/Ameevxg+aEWhEzZ4YOgZ0T+Cw4wyLk78x4u6RN6OTu4fNhsj23sR
gyJM+WTHGxtsOErYaBMmEzN0i80lzCOPI0sCzwklfBjBXBcGCweaB9O0e9td
FHc2HyGJLWGr0dCVzpJFw2AZpR2cLoc+2UUbnAEuwf3GNoZWEf2NMsu+K2no
+LuEoEH3vws9aPoHP3pHXOqto4cTeYyGwBRNGUv9jZ0GsgKDRHw/5o6PRILk
gAJ1ikno8TDHI3VFxmv4OEyYsmZDk+k0O9f8iT7gU9sT8gJlSQYlDiuOTiPy
dKf7PDCGQfSdTeYxAlo4zLdKYAtWYqCBNuOqLQqcJ5wlLHZspwLnzNiPIjG1
yFLNsYAIsb3ELHtUkUhmCUP7fscyYi8D6AbP+Z2iRQGTAAS2UchVhS0OJoqN
kwQTjjB+dtMBzcP2dlCKYMqE6ptizvUn6voYaZHN6qMH0JEM4YPt3kPp0kat
wTYsnmy8HM5kOX4ryB67+NzoYJsNKLhEwQkYaQ/aY/IUOtR79E8agwAMqO+E
2lf7yUG1RkkH+g8Kdu4TmOyZE4ZQ7QoDaK4wKM4ihL8c23N3SxsP/wNdB5+E
MFxvbY9uThrX6H6F5Aok0kWev/g0wC36F/xjBMIGHWDSRxfvtJ80zIhu0YT1
cIkCtXFjDi2C+cyH8MUw6/Tv708a+PG/7DwN3nYCnziR/6+dR65tsG9+UzTf
sx1m08wvoQNwTIJMDjtDbC1gBd7vaNlFgCekC5K6hi8OqOh/wE9+sZf+IuQJ
wzEF2qPnP8N4XDMT1WBqFgbeA0AEYQwfmFCB0D2C34VfBj7qfEe/UfAqRv4D
OE4r0vGhqVa2A7a6a/Mv6+C49KDONfQC6TjB44PvRr9zFDMfnKoIYwVEPhNm
Bz1L1HzMCC1ZCnixiQWalNsrfASQ//1PmtboTkaj/nhuNhutY7SJdOVEyTlP
mLYvcdcLhkTIIxJv7OBx5T97GqYKa7SPxf1ZGHlHOMPXngN7e0z+Or+Zjfs9
MhkM/nrSOOcnLJ6ccCcObrK3yV8n4782Lo7RK4JPoDYaRbwpj04a27D3wBnE
6vxTUZFBTz1SuoUuxRq+x5wUHCTG2OzP5uTq1hgBkQg/AfSvpv298X8BtG/u
SXXWAAA=

-->

</rfc>
