<?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-11" category="info" 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-11"/>
    <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="August" day="30"/>
    <abstract>
      <?line 650?>

<t>This document describes a set of PCAP-related LinkType values and
creates an IANA registry for those values.</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 655?>

<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="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 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.
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. Their use is Deprecated in favour of 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>
          </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>Reserved for 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>Reserved for 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>Reserved for 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>Do not use these values</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SYMANTEC_FIREWALL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>99</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Symantec Enterprise Firewall</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ATM_RFC1483</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>100</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>LLC/SNAP-encapsulated ATM</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="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>Raw IP; begins with an IPv4 or IPv6 header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SLIP_BSDOS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>102</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for BSD/OS SLIP BPF header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPP_BSDOS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>103</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for BSD/OS PPP BPF header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_C_HDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>104</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Cisco PPP with HDLC framing</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref 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>Reserved for OpenBSD IPsec encapsulation</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LANE8023</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>110</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for ATM LANE + 802.3</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_HIPPI</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>111</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for NetBSD HIPPI</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_HDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>112</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for NetBSD HDLC framing</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_SLL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>113</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux "cooked" capture encapsulation</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LINUX_SLL"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LTALK</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>114</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Apple LocalTalk</t>
            </dd>
            <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>Reserved for Acorn Econet</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPFILTER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>116</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for OpenBSD ipfilter</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PFLOG</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>117</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for 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>Reserved for Cisco-internal use</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_PRISM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>119</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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>Reserved for 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>Reserved for Siemens HiPath HDLC</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IP_OVER_FC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>122</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IP 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>Reserved for RapidIO</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PCI_EXP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>125</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for PCI Express</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_AURORA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>126</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Xilinx Aurora link layer</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_RADIOTAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>127</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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>Reserved for Tazmen Sniffer Protocol</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ARCNET_LINUX</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>129</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for 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>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_MLFR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>131</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ES</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>132</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_GGSN</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>133</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_MFR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>134</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ATM2</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>135</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_SERVICES</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>136</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ATM1</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>137</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_APPLE_IP_OVER_IEEE1394</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>138</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Apple IP-over-IEEE 1394 cooked header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_APPLE_IP_OVER_IEEE1394"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MTP2_WITH_PHDR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>139</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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>Reserved for IBM SP switch</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IBM_SN</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>146</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for IBM Next Federation switch</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_01</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>147</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_02</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>148</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_03</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>149</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_04</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>150</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_05</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>151</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_06</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>152</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_07</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>153</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_08</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>154</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_09</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>155</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_10</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>156</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_11</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>157</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_12</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>158</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_13</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>159</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_14</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>160</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_15</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>161</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_16</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>162</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_AVS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>163</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BACNET_MS_TP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>165</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>BACnet MS/TP frames</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><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>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PPPOE_ATM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>168</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GPRS_LLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>169</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>General Packet Radio Service Logical Link Control, as per 3GPP TS 04.64</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="_3GPP-TS-04.64"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GPF_T</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>170</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Transparent-mapped generic framing procedure</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="G.7041"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GPF_F</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>171</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Frame-mapped generic framing procedure</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="G.7041"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GCOM_T1E1</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>172</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Gcom T1/E1 line monitoring equipment</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GCOM_SERIAL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>173</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Gcom T1/E1 line monitoring equipment</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PIC_PEER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>174</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ERF_ETH</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>175</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Endace 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>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PPP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>179</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_FRELAY</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>180</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_CHDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>181</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MFR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>182</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>FRF.16.1 Multi-Link Frame Relay frames</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>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_A429</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>184</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for ARINC 429 frames</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_A653_ICM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>185</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Arinc 653 Interpartition Communication messages</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_FREEBSD</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>186</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for 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>Reserved for IEEE 802.16 MAC Common Part Sublayer</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_LINUX</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>189</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>USB packets, beginning with a Linux USB header</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>Reserved for Controller Area Network (CAN) v. 2.0B packets</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_LINUX</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>191</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for 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>Reserved for 802.16 MAC Common Part Sublayer plus radio header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ISM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>194</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_WITHFCS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>195</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.15.4 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>Reserved for Ethernet packets captured from a u10 Networks board</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPMB_KONTRON</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>199</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for IPMB packet for IPMI, with a 2-octet header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ST</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>200</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>201</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Bluetooth HCI UART Transport Layer 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>Reserved</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>208</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for an unspecified link-layer type</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_I2C_LINUX</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>209</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux I2C packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_I2C_LINUX"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FLEXRAY</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>210</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>FlexRay frames or symbols, with a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_FLEXRAY"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MOST</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>211</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Media Oriented Systems Transport (MOST) bus</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LIN</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>212</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Local Interconnect Network (LIN) automotive bus, 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>Reserved for X2E serial line captures</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_X2E_XORAYA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>214</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for X2E Xoraya data loggers</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_NONASK_PHY</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>215</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.15.4 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>Reserved for Linux evdev messages</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GSMTAP_UM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>217</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for GSM Um interface, with gsmtap header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GSMTAP_ABIS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>218</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for GSM Abis interface, with gsmtap header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MPLS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>219</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>MPLS packets with MPLS label as the header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_LINUX_MMAPPED</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>220</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>USB packets, beginning with 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>Reserved for DECT packets, with a pseudo-header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_AOS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>222</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for OS Space Data Link Protocol</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_WIHART</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>223</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Wireless HART (Highway Addressable Remote Transducer)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FC_2</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>224</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Fibre Channel FC-2 frames</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>Raw IPv4; the packet begins with an IPv4 header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPV6</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>229</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Raw IPv6; the packet begins with an IPv6 header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_NOFCS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>230</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.15.4 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>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_SRX_E2E</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>233</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_FIBRECHANNEL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>234</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DVB_CI</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>235</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>DVB-CI messages, 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>Reserved for Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NFLOG</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>239</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux netlink NETLINK NFLOG socket log messages</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NFLOG"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NETANALYZER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>240</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames with netANALYZER pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NETANALYZER"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NETANALYZER_TRANSPARENT</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>241</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames with netANALYZER pseudo-header, preamble, and SFD</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NETANALYZER_TRANSPARENT"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPOIB</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>242</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IP-over-InfiniBand</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref 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>Reserved for pfsync output</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_INFINIBAND</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>247</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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>Reserved for Wireshark</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NETLINK</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>253</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux Netlink capture encapsulation</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NETLINK"/></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>Reserved for OpenBSD DLT_OPENFLOW</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>268</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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>Reserved for Texas Instruments protocol sniffer</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LORATAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>270</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>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>Reserved for Sercos Monitor</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_OPENVIZSLA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>278</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>OpenVizsla FPGA-based USB sniffer</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="OpenVizsla"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_EBHSCR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>279</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Elektrobit High Speed Capture and Replay (EBHSCR) format</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="EBHSCR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_VPP_DISPATCH</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>280</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>fd.io VPP graph dispatcher trace records</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="FD.io-VPP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DSA_TAG_BRCM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>281</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames, with a Broadcom switch tag inserted</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DSA_TAG_BRCM"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DSA_TAG_BRCM_PREPEND</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>282</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames, with a Broadcom switch tag prepended</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DSA_TAG_BRCM_PREPEND"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_TAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>283</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.15.4 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>Reserved for 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>Reserved for Hilscher Gesellschaft fuer Systemautomation mbH netANALYZER NG hardware and software</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ZBOSS_NCP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>292</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ZBOSS NCP Serial Protocol, with a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ZBOSS_NCP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_2_0_LOW_SPEED</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>293</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Low-Speed USB 2.0, 1.1, or 1.0 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="sec-de">
          <name>Guidance for Designated Experts</name>
          <t>When processing a request for an allocation, the Designated Experts will encourage the requester to provide a specification at a stable URL.
There is no requirement for a specification, but often review of the specification allowes the Designated Expert to determine if the allocation actually is a duplicate of another 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 clear.</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.
For other documents, the Designated Expert will need use their judgement, or consult the OPSAWG or an Area Director.</t>
          <t>LinkTypes may be allocated for specifications not publicly available may be made within the FCFS range.
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="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_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_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_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="March" 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-05"/>
        </reference>
        <reference anchor="I-D.ietf-opsawg-pcapng">
          <front>
            <title>PCAP Next Generation (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="3" month="March" 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-03"/>
        </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:
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
xsjsTWfk+s4YApEImwD6V9P+Wfu/OzbWQ6zWAAA=

-->

</rfc>
