<?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-18" category="info" submissionType="IETF" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="pcaplinktype">Link-Layer Types for PCAP-related Capture File Formats</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-pcaplinktype-18"/>
    <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="2026" month="April" day="06"/>
    <abstract>
      <?line 670?>

<t>This document describes a set of Packet CAPture (PCAP)-related LinkType values and
creates an IANA registry for those values.
These values are used by the PCAP and PCAP-Now-Generic specifications.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-opsawg-pcaplinktype/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        opsawg Working Group mailing list (<eref target="mailto:opsawg@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/opsawg/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/opsawg/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/IETF-OPSAWG-WG/pcapng"/>.</t>
    </note>
  </front>
  <middle>
    <?line 676?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>In the late 1980s, Van Jacobson, Steve McCanne, and others at the
Network Research Group at Lawrence Berkeley National Laboratory
developed the tcpdump program to capture and dissect network traces.
The code to capture traffic, using low-level mechanisms in various
operating systems, and to read and write network traces to a file was
later put into a library named libpcap <xref target="LIBPCAP"/>.</t>
      <t>Other documents describe the original (legacy) file format used by
tcpdump (PCAP, <xref target="I-D.ietf-opsawg-pcap"/>), as well as a revised file
format <xref target="I-D.ietf-opsawg-pcapng"/>, both of which are used by tcpdump
and Wireshark <xref target="Wireshark"/>.</t>
      <t>Within those file formats each packet that is captured is indicated by a LinkType value.
The LinkType value selects one of many hundred formats for metadata and Layer 2 encapsulation of the packet.</t>
      <t>This document creates an IANA registry for LinkType values, establishing the IANA
Considerations by which other uses of the PCAP-related formats may register new
LinkType values.</t>
    </section>
    <section anchor="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 Value: Indicates the 16-bit unsigned integer assigned for this LinkType.</t>
          </li>
          <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>Change Controller: as per <xref section="2.3" sectionFormat="comma" target="RFC8126"/></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 an Expert Review
policy (Section 4.5 of <xref target="RFC8126"/>). Values in the ranges
0-10, 50-51, and 98-301 are already assigned; values in the ranges
11-49 and 52-97 are reserved and must not be assigned.</t>
          </li>
          <li>
            <t>Values from 65001 to 65535 are reserved for Experimental Use (<xref section="4.2" sectionFormat="of" target="RFC8126"/>).</t>
          </li>
        </ul>
        <t>The initial version of the registry is provided in <xref target="sec-initial"/>.</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="LINKTYPES"/>.
The change controller for all initial entries that have no other reference is linktype@tcpdump.org.</t>
        <t>LinkType values 147 to 162 named LINKTYPE_RESERVED_xx were originally reserved for Experimental/Private Use, and that use continues to be supported.
However, new private use cases should use the values in the 65001-65535 range.</t>
        <t>In general, Experimental Use values should never leak out of the entity that uses it.
As the Expert Review 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>LinkType Value</dt>
            <dd>
              <t>0</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_NULL</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>LinkType Value</dt>
            <dd>
              <t>1</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ETHERNET</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.3 Ethernet</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ETHERNET"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>2</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_EXP_ETHERNET</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>LinkType Value</dt>
            <dd>
              <t>3</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_AX25</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>LinkType Value</dt>
            <dd>
              <t>4</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_PRONET</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Proteon PRONet Token Ring</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>5</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_CHAOS</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>MIT Chaosnet</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="AIM-628"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>6</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_5</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.5 Token Ring</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>7</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ARCNET_BSD</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ARCNET Data Packets with BSD encapsulation</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>8</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_SLIP</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>LinkType Value</dt>
            <dd>
              <t>9</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_PPP</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>LinkType Value</dt>
            <dd>
              <t>10</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_FDDI</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>FDDI: per ANSI INCITS 239-1994</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>11-49</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>Not available for assignment</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Do not use these values</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>50</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_PPP_HDLC</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>LinkType Value</dt>
            <dd>
              <t>51</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_PPP_ETHER</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>LinkType Value</dt>
            <dd>
              <t>52-98</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>Not available for assignment</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Used historically by NetBSD</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>99</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_SYMANTEC_FIREWALL</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Symantec Enterprise Firewall</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>100</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ATM_RFC1483</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>LinkType Value</dt>
            <dd>
              <t>101</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RAW</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IP without link-layer headers</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_RAW"/> <xref target="RFC791"/> <xref target="RFC8200"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>102</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_SLIP_BSDOS</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>BSD/OS SLIP BPF header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>103</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_PPP_BSDOS</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>BSD/OS PPP BPF header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>104</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_C_HDLC</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>LinkType Value</dt>
            <dd>
              <t>105</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.11 wireless LAN</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>106</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ATM_CLIP</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ATM Classical IP, with no header preceding IP</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>107</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_FRELAY</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>LinkType Value</dt>
            <dd>
              <t>108</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_LOOP</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>LinkType Value</dt>
            <dd>
              <t>109</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ENC</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>OpenBSD IPsec encapsulation</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>110</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_LANE8023</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ATM LANE + 802.3</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>111</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_HIPPI</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>NetBSD HIPPI</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>112</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_HDLC</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>NetBSD HDLC framing</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>113</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_SLL</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>LinkType Value</dt>
            <dd>
              <t>114</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_LTALK</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>LinkType Value</dt>
            <dd>
              <t>115</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ECONET</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Acorn Econet</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>116</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IPFILTER</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>OpenBSD ipfilter</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>117</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_PFLOG</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>PF packet filter logging</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>118</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_CISCO_IOS</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Cisco-internal use</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>119</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_PRISM</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>LinkType Value</dt>
            <dd>
              <t>120</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_AIRONET</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>802.11 + FreeBSD Aironet radio metadata</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>121</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_HHDLC</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Siemens HiPath HDLC</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>122</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IP_OVER_FC</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>LinkType Value</dt>
            <dd>
              <t>123</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_SUNATM</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>LinkType Value</dt>
            <dd>
              <t>124</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RIO</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>RapidIO</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>125</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_PCI_EXP</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>PCI Express</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>126</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_AURORA</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Xilinx Aurora link layer</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>127</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_RADIOTAP</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>LinkType Value</dt>
            <dd>
              <t>128</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_TZSP</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Tazmen Sniffer Protocol</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>129</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ARCNET_LINUX</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ARCNET Data Packets with Linux encapsulation</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>130</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_MLPPP</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>131</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_MLFR</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>132</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ES</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>133</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_GGSN</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>134</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_MFR</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>135</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ATM2</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>136</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_SERVICES</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>137</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ATM1</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>138</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_APPLE_IP_OVER_IEEE1394</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>LinkType Value</dt>
            <dd>
              <t>139</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_MTP2_WITH_PHDR</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>LinkType Value</dt>
            <dd>
              <t>140</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_MTP2</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>LinkType Value</dt>
            <dd>
              <t>141</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_MTP3</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>LinkType Value</dt>
            <dd>
              <t>142</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_SCCP</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>LinkType Value</dt>
            <dd>
              <t>143</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_DOCSIS</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>LinkType Value</dt>
            <dd>
              <t>144</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_IRDA</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>LinkType Value</dt>
            <dd>
              <t>145</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IBM_SP</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IBM SP switch</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>146</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IBM_SN</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IBM Next Federation switch</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>147</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_01</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>148</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_02</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>149</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_03</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>150</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_04</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>151</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_05</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>152</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_06</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>153</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_07</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>154</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_08</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>155</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_09</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>156</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_10</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>157</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_11</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>158</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_12</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>159</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_13</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>160</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_14</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>161</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_15</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>162</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_16</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>163</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_AVS</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>LinkType Value</dt>
            <dd>
              <t>164</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_MONITOR</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>165</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_BACNET_MS_TP</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>LinkType Value</dt>
            <dd>
              <t>166</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_PPP_PPPD</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>LinkType Value</dt>
            <dd>
              <t>167</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PPPOE</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>168</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PPPOE_ATM</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>169</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_GPRS_LLC</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>LinkType Value</dt>
            <dd>
              <t>170</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_GPF_T</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>LinkType Value</dt>
            <dd>
              <t>171</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_GPF_F</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>LinkType Value</dt>
            <dd>
              <t>172</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_GCOM_T1E1</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Gcom T1/E1 line monitoring equipment</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>173</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_GCOM_SERIAL</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Gcom T1/E1 line monitoring equipment</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>174</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PIC_PEER</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>175</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ERF_ETH</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>LinkType Value</dt>
            <dd>
              <t>176</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ERF_POS</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>LinkType Value</dt>
            <dd>
              <t>177</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_LAPD</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>LinkType Value</dt>
            <dd>
              <t>178</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ETHER</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>179</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PPP</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>180</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_FRELAY</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>181</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_CHDLC</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>182</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_MFR</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>LinkType Value</dt>
            <dd>
              <t>183</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_VP</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>184</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_A429</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ARINC 429 frames</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>185</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_A653_ICM</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Arinc 653 Interpartition Communication messages</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>186</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_USB_FREEBSD</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>USB traffic captured on FreeBSD</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>187</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_HCI_H4</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>LinkType Value</dt>
            <dd>
              <t>188</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_16_MAC_CPS</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.16 MAC Common Part Sublayer</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>189</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_USB_LINUX</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>LinkType Value</dt>
            <dd>
              <t>190</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_CAN20B</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Controller Area Network (CAN) v. 2.0B packets</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>191</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_LINUX</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.15.4 with address fields padded by Linux</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>192</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_PPI</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>LinkType Value</dt>
            <dd>
              <t>193</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_16_MAC_CPS_RADIO</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>802.16 MAC Common Part Sublayer plus radio header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>194</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ISM</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>195</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_WITHFCS</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>LinkType Value</dt>
            <dd>
              <t>196</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_SITA</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>LinkType Value</dt>
            <dd>
              <t>197</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ERF</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>LinkType Value</dt>
            <dd>
              <t>198</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RAIF1</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet packets captured from a u10 Networks board</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>199</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IPMB_KONTRON</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IPMB packet for IPMI, with a 2-octet header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>200</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ST</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>201</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR</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>LinkType Value</dt>
            <dd>
              <t>202</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_AX25_KISS</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>LinkType Value</dt>
            <dd>
              <t>203</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_LAPD</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>LinkType Value</dt>
            <dd>
              <t>204</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_PPP_WITH_DIR</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>LinkType Value</dt>
            <dd>
              <t>205</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_C_HDLC_WITH_DIR</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>LinkType Value</dt>
            <dd>
              <t>206</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_FRELAY_WITH_DIR</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>LinkType Value</dt>
            <dd>
              <t>207</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_LAPB_WITH_DIR</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>LinkType Value</dt>
            <dd>
              <t>208</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>WillBarker-Proprietary</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Proprietary Link-Layer type</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>209</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_I2C_LINUX</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>LinkType Value</dt>
            <dd>
              <t>210</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_FLEXRAY</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>LinkType Value</dt>
            <dd>
              <t>211</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_MOST</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Media Oriented Systems Transport (MOST) bus</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>212</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_LIN</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>LinkType Value</dt>
            <dd>
              <t>213</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_X2E_SERIAL</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>X2E serial line captures</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>214</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_X2E_XORAYA</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>X2E Xoraya data loggers</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>215</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_NONASK_PHY</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>LinkType Value</dt>
            <dd>
              <t>216</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_EVDEV</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux evdev messages</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>217</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_GSMTAP_UM</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>GSM Um interface, with gsmtap header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>218</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_GSMTAP_ABIS</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>GSM Abis interface, with gsmtap header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>219</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_MPLS</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>MPLS packets with MPLS label as the header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>220</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_USB_LINUX_MMAPPED</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>LinkType Value</dt>
            <dd>
              <t>221</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_DECT</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>DECT packets, with a pseudo-header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>222</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_AOS</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>OS Space Data Link Protocol</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>223</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_WIHART</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Wireless HART (Highway Addressable Remote Transducer)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>224</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_FC_2</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>LinkType Value</dt>
            <dd>
              <t>225</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_FC_2_WITH_FRAME_DELIMS</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>LinkType Value</dt>
            <dd>
              <t>226</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IPNET</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>LinkType Value</dt>
            <dd>
              <t>227</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_CAN_SOCKETCAN</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>LinkType Value</dt>
            <dd>
              <t>228</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IPV4</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IPv4 without link-layer headers</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IPV4"/> <xref target="RFC791"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>229</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IPV6</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IPv6 without link-layer headers</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IPV6"/> <xref target="RFC8200"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>230</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_NOFCS</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>LinkType Value</dt>
            <dd>
              <t>231</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_DBUS</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>LinkType Value</dt>
            <dd>
              <t>232</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_VS</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>233</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_SRX_E2E</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>234</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_FIBRECHANNEL</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>235</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_DVB_CI</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>LinkType Value</dt>
            <dd>
              <t>236</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_MUX27010</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>LinkType Value</dt>
            <dd>
              <t>237</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_STANAG_5066_D_PDU</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>LinkType Value</dt>
            <dd>
              <t>238</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ATM_CEMIC</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>239</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_NFLOG</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>LinkType Value</dt>
            <dd>
              <t>240</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_NETANALYZER</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>LinkType Value</dt>
            <dd>
              <t>241</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_NETANALYZER_TRANSPARENT</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>LinkType Value</dt>
            <dd>
              <t>242</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IPOIB</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>LinkType Value</dt>
            <dd>
              <t>243</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_MPEG_2_TS</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>LinkType Value</dt>
            <dd>
              <t>244</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_NG40</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>LinkType Value</dt>
            <dd>
              <t>245</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_NFC_LLCP</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>LinkType Value</dt>
            <dd>
              <t>246</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_PFSYNC</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>pfsync output</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>247</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_INFINIBAND</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>LinkType Value</dt>
            <dd>
              <t>248</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_SCTP</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>LinkType Value</dt>
            <dd>
              <t>249</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_USBPCAP</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>LinkType Value</dt>
            <dd>
              <t>250</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RTAC_SERIAL</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>LinkType Value</dt>
            <dd>
              <t>251</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_LE_LL</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>LinkType Value</dt>
            <dd>
              <t>252</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_WIRESHARK_UPPER_PDU</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Wireshark</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>253</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_NETLINK</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>LinkType Value</dt>
            <dd>
              <t>254</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_LINUX_MONITOR</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>LinkType Value</dt>
            <dd>
              <t>255</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_BREDR_BB</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>LinkType Value</dt>
            <dd>
              <t>256</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR</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>LinkType Value</dt>
            <dd>
              <t>257</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_PROFIBUS_DL</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>LinkType Value</dt>
            <dd>
              <t>258</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_PKTAP</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>LinkType Value</dt>
            <dd>
              <t>259</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_EPON</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>LinkType Value</dt>
            <dd>
              <t>260</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IPMI_HPM_2</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>LinkType Value</dt>
            <dd>
              <t>261</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ZWAVE_R1_R2</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>LinkType Value</dt>
            <dd>
              <t>262</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ZWAVE_R3</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>LinkType Value</dt>
            <dd>
              <t>263</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_WATTSTOPPER_DLM</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>LinkType Value</dt>
            <dd>
              <t>264</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ISO_14443</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>LinkType Value</dt>
            <dd>
              <t>265</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_RDS</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>LinkType Value</dt>
            <dd>
              <t>266</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_USB_DARWIN</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>LinkType Value</dt>
            <dd>
              <t>267</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_OPENFLOW</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>OpenBSD DLT_OPENFLOW</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>268</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_SDLC</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>LinkType Value</dt>
            <dd>
              <t>269</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_TI_LLN_SNIFFER</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Texas Instruments protocol sniffer</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>270</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_LORATAP</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>LinkType Value</dt>
            <dd>
              <t>271</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_VSOCK</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>LinkType Value</dt>
            <dd>
              <t>272</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_NORDIC_BLE</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>LinkType Value</dt>
            <dd>
              <t>273</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_DOCSIS31_XRA31</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>LinkType Value</dt>
            <dd>
              <t>274</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ETHERNET_MPACKET</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>LinkType Value</dt>
            <dd>
              <t>275</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_DISPLAYPORT_AUX</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>LinkType Value</dt>
            <dd>
              <t>276</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_SLL2</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>LinkType Value</dt>
            <dd>
              <t>277</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_SERCOS_MONITOR</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Sercos Monitor</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>278</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_OPENVIZSLA</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>LinkType Value</dt>
            <dd>
              <t>279</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_EBHSCR</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>LinkType Value</dt>
            <dd>
              <t>280</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_VPP_DISPATCH</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>LinkType Value</dt>
            <dd>
              <t>281</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_DSA_TAG_BRCM</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>LinkType Value</dt>
            <dd>
              <t>282</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_DSA_TAG_BRCM_PREPEND</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>LinkType Value</dt>
            <dd>
              <t>283</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_TAP</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>LinkType Value</dt>
            <dd>
              <t>284</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_DSA_TAG_DSA</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>LinkType Value</dt>
            <dd>
              <t>285</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_DSA_TAG_EDSA</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>LinkType Value</dt>
            <dd>
              <t>286</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ELEE</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ELEE lawful intercept protocol</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>287</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_Z_WAVE_SERIAL</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>LinkType Value</dt>
            <dd>
              <t>288</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_USB_2_0</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>LinkType Value</dt>
            <dd>
              <t>289</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ATSC_ALP</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>LinkType Value</dt>
            <dd>
              <t>290</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ETW</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>LinkType Value</dt>
            <dd>
              <t>291</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_NETANALYZER_NG</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Hilscher Gesellschaft fuer Systemautomation mbH netANALYZER NG hardware and software</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>LinkType Value</dt>
            <dd>
              <t>292</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ZBOSS_NCP</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>LinkType Value</dt>
            <dd>
              <t>293</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_USB_2_0_LOW_SPEED</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>LinkType Value</dt>
            <dd>
              <t>294</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_USB_2_0_FULL_SPEED</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>LinkType Value</dt>
            <dd>
              <t>295</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_USB_2_0_HIGH_SPEED</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>LinkType Value</dt>
            <dd>
              <t>296</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_AUERSWALD_LOG</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>LinkType Value</dt>
            <dd>
              <t>297</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_ZWAVE_TAP</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>LinkType Value</dt>
            <dd>
              <t>298</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_SILABS_DEBUG_CHANNEL</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>LinkType Value</dt>
            <dd>
              <t>299</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_FIRA_UCI</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>LinkType Value</dt>
            <dd>
              <t>300</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_MDB</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>LinkType Value</dt>
            <dd>
              <t>301</t>
            </dd>
            <dt>LinkType Name</dt>
            <dd>
              <t>LINKTYPE_DECT_NR</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.</t>
          <t>There is no requirement for a specification, but often review of the specification allows 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 clearly specified.</t>
          <t>Registrations for specifications that are not publicly available are acceptable.
This includes specifications obtained via liaison agreements (such as to ITU-T, drafts, IEEE, etc.), those that may eventually be made public, or those for which no public document will be available.</t>
          <t>The minimal requirement is to provide a contact for that link type.</t>
          <t>For other documents, the Designated Expert will need use their judgement, or consult the OPSAWG or an Area Director.</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">
          <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="LINKTYPES" 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://www.tcpdump.org/#libpcap">
          <front>
            <title>PCAP Library</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Wireshark" target="https://www.wireshark.org">
          <front>
            <title>Homepage of Wireshark</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="_3GPP-TS-04.64">
          <front>
            <title>Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); Mobile Station - Serving GPRS Support Node (MS-SGSN) Logical Link Control (LLC) layer specification</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
          <refcontent>3GPP TS 04.64</refcontent>
        </reference>
        <reference anchor="AIM-628" target="http://www.bitsavers.org/pdf/mit/ai/AIM-628_chaosnet.pdf">
          <front>
            <title>Chaosnet</title>
            <author fullname="David A. Moon">
              <organization>MIT Artificial Intelligence Laboratory</organization>
            </author>
            <date year="1981" month="June"/>
          </front>
          <refcontent>MIT A.I. Memo No. 628</refcontent>
        </reference>
        <reference anchor="Auerswald-Logger" target="https://github.com/Auerswald-GmbH/auerlog/blob/master/auerlog.txt">
          <front>
            <title>Packet structure</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="AVS" target="http://web.archive.org/web/20040803232023/http://www.shaftnet.org/~pizza/software/capturefrm.txt">
          <front>
            <title>AVS Capture Frame Format Version 2</title>
            <author fullname="Solomon Peachy">
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="DOCSIS-4.0-MULP" target="https://www.cablelabs.com/specifications/CM-SP-MULPIv4.0">
          <front>
            <title>DOCSIS 4.0 MAC and Upper Layer Protocols Interface Specification</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="DOCSIS-XRA" target="https://support.excentis.com/knowledge/article/45">
          <front>
            <title>Excentis XRA Header Definition</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="DVB-CI-PCAP" target="https://www.kaiser.cx/posts/pcap-dvbci/">
          <front>
            <title>PCAP format for DVB-CI</title>
            <author initials="M." surname="Kaiser" fullname="Martin Kaiser">
              <organization/>
            </author>
            <date year="2021" month="January"/>
          </front>
        </reference>
        <reference anchor="EBHSCR" target="http://www.elektrobit.com/ebhscr">
          <front>
            <title>Documentation EBHSCR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Exegin-802.15.4-TAP" target="https://gitlab.com/exegin/ieee802-15-4-tap">
          <front>
            <title>IEEE 802.15.4 TAP Link Type Specification</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="FD.io-VPP" target="https://fdio-vpp.readthedocs.io/en/latest/gettingstarted/developers/vnet.html">
          <front>
            <title>VNET (VPP Network Stack)</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="G.7041" target="https://www.itu.int/rec/T-REC-G.7041/en">
          <front>
            <title>Generic Framing Procedure</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
          <refcontent>ITU-T Recommendation G.7041/Y.1303</refcontent>
        </reference>
        <reference anchor="ISO-14443-PCAP" target="https://www.kaiser.cx/posts/pcap-iso14443/">
          <front>
            <title>PCAP format for ISO14443</title>
            <author initials="M." surname="Kaiser" fullname="Martin Kaiser">
              <organization/>
            </author>
            <date year="2021" month="January"/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_APPLE_IP_OVER_IEEE1394" target="https://www.tcpdump.org/linktypes/LINKTYPE_APPLE_IP_OVER_IEEE1394.html">
          <front>
            <title>LINKTYPE_APPLE_IP_OVER_IEEE1394</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ATM_RFC1483" target="https://www.tcpdump.org/linktypes/LINKTYPE_ATM_RFC1483.html">
          <front>
            <title>LINKTYPE_ATM_RFC1483</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ATSC_ALP" target="https://www.tcpdump.org/linktypes/LINKTYPE_ATSC_ALP.html">
          <front>
            <title>LINKTYPE_ATSC_ALP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_AX25" target="https://www.tcpdump.org/linktypes/LINKTYPE_AX25.html">
          <front>
            <title>LINKTYPE_AX25</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_AX25_KISS" target="https://www.tcpdump.org/linktypes/LINKTYPE_AX25_KISS.html">
          <front>
            <title>LINKTYPE_AX25_KISS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BACNET_MS_TP" target="https://www.tcpdump.org/linktypes/LINKTYPE_BACNET_MS_TP.html">
          <front>
            <title>LINKTYPE_BACNET_MS_TP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_BREDR_BB" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_BREDR_BB.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_BREDR_BB</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_HCI_H4" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_HCI_H4.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_HCI_H4</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_LE_LL" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_LE_LL.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_LE_LL</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_LINUX_MONITOR" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_LINUX_MONITOR.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_LINUX_MONITOR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_C_HDLC" target="https://www.tcpdump.org/linktypes/LINKTYPE_C_HDLC.html">
          <front>
            <title>LINKTYPE_C_HDLC</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_C_HDLC_WITH_DIR" target="https://www.tcpdump.org/linktypes/LINKTYPE_C_HDLC_WITH_DIR.html">
          <front>
            <title>LINKTYPE_C_HDLC_WITH_DIR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_CAN_SOCKETCAN" target="https://www.tcpdump.org/linktypes/LINKTYPE_CAN_SOCKETCAN.html">
          <front>
            <title>LINKTYPE_CAN_SOCKETCAN</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DBUS" target="https://www.tcpdump.org/linktypes/LINKTYPE_DBUS.html">
          <front>
            <title>LINKTYPE_DBUS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DECT_NR" target="https://www.tcpdump.org/linktypes/LINKTYPE_DECT_NR.html">
          <front>
            <title>LINKTYPE_DECT_NR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DISPLAYPORT_AUX" target="https://www.tcpdump.org/linktypes/LINKTYPE_DISPLAYPORT_AUX.html">
          <front>
            <title>LINKTYPE_DISPLAYPORT_AUX</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DSA_TAG_BRCM" target="https://www.tcpdump.org/linktypes/LINKTYPE_DSA_TAG_BRCM.html">
          <front>
            <title>LINKTYPE_DSA_TAG_BRCM</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DSA_TAG_BRCM_PREPEND" target="https://www.tcpdump.org/linktypes/LINKTYPE_DSA_TAG_BRCM_PREPEND.html">
          <front>
            <title>LINKTYPE_DSA_TAG_BRCM_PREPEND</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DSA_TAG_DSA" target="https://www.tcpdump.org/linktypes/LINKTYPE_DSA_TAG_DSA.html">
          <front>
            <title>LINKTYPE_DSA_TAG_DSA</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DSA_TAG_EDSA" target="https://www.tcpdump.org/linktypes/LINKTYPE_DSA_TAG_EDSA.html">
          <front>
            <title>LINKTYPE_DSA_TAG_EDSA</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ETHERNET" target="https://ieeexplore.ieee.org/document/9844436">
          <front>
            <title>IEEE 802.3 Ethernet</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_EPON" target="https://www.tcpdump.org/linktypes/LINKTYPE_EPON.html">
          <front>
            <title>LINKTYPE_EPON</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ERF" target="https://www.tcpdump.org/linktypes/LINKTYPE_ERF.html">
          <front>
            <title>LINKTYPE_ERF</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ETW" target="https://www.tcpdump.org/linktypes/LINKTYPE_ETW.html">
          <front>
            <title>LINKTYPE_ETW</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ETHERNET_MPACKET" target="https://www.tcpdump.org/linktypes/LINKTYPE_ETHERNET_MPACKET.html">
          <front>
            <title>LINKTYPE_ETHERNET_MPACKET</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FC_2" target="https://www.tcpdump.org/linktypes/LINKTYPE_FC_2.html">
          <front>
            <title>LINKTYPE_FC_2</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FC_2_WITH_FRAME_DELIMS" target="https://www.tcpdump.org/linktypes/LINKTYPE_FC_2_WITH_FRAME_DELIMSa.html">
          <front>
            <title>LINKTYPE_FC_2_WITH_FRAME_DELIMS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FIRA_UCI" target="https://www.tcpdump.org/linktypes/LINKTYPE_FIRA_UCI.html">
          <front>
            <title>LINKTYPE_FIRA_UCI</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FLEXRAY" target="https://www.tcpdump.org/linktypes/LINKTYPE_FLEXRAY.html">
          <front>
            <title>LINKTYPE_FLEXRAY</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FRELAY" target="https://www.tcpdump.org/linktypes/LINKTYPE_FRELAY.html">
          <front>
            <title>LINKTYPE_FRELAY</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FRELAY_WITH_DIR" target="https://www.tcpdump.org/linktypes/LINKTYPE_FRELAY_WITH_DIR.html">
          <front>
            <title>LINKTYPE_FRELAY_WITH_DIR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_I2C_LINUX" target="https://www.tcpdump.org/linktypes/LINKTYPE_I2C_LINUX.html">
          <front>
            <title>LINKTYPE_I2C_LINUX</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IEEE802_11_PRISM" target="https://www.tcpdump.org/linktypes/LINKTYPE_IEEE802_11_PRISM.html">
          <front>
            <title>LINKTYPE_IEEE802_11_PRISM</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IEEE802_15_4_NOFCS" target="https://www.tcpdump.org/linktypes/LINKTYPE_IEEE802_15_4_NOFCS.html">
          <front>
            <title>LINKTYPE_IEEE802_15_4_NOFCS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IEEE802_15_4_NONASK_PHY" target="https://www.tcpdump.org/linktypes/LINKTYPE_IEEE802_15_4_NONASK_PHY.html">
          <front>
            <title>LINKTYPE_IEEE802_15_4_NONASK_PHY</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IEEE802_15_4_WITHFCS" target="https://www.tcpdump.org/linktypes/LINKTYPE_IEEE802_15_4_WITHFCS.html">
          <front>
            <title>LINKTYPE_IEEE802_15_4_WITHFCS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPV4" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPV4.html">
          <front>
            <title>LINKTYPE_IPV4</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPV6" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPV6.html">
          <front>
            <title>LINKTYPE_IPV6</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPOIB" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPOIB.html">
          <front>
            <title>LINKTYPE_IPOIB</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IP_OVER_FC" target="https://www.tcpdump.org/linktypes/LINKTYPE_IP_OVER_FC.html">
          <front>
            <title>LINKTYPE_IP_OVER_FC</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_INFINIBAND" target="https://www.tcpdump.org/linktypes/LINKTYPE_INFINIBAND.html">
          <front>
            <title>LINKTYPE_INFINIBAND</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPMI_HPM_2" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPMI_HPM_2.html">
          <front>
            <title>LINKTYPE_IPMI_HPM_2</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPNET" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPNET.html">
          <front>
            <title>LINKTYPE_IPNET</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LAPB_WITH_DIR" target="https://www.tcpdump.org/linktypes/LINKTYPE_LAPB_WITH_DIR.html">
          <front>
            <title>LINKTYPE_LAPB_WITH_DIR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LAPD" target="https://www.tcpdump.org/linktypes/LINKTYPE_LAPD.html">
          <front>
            <title>LINKTYPE_LAPD</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LIN" target="https://www.tcpdump.org/linktypes/LINKTYPE_LIN.html">
          <front>
            <title>LINKTYPE_LIN</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LINUX_IRDA" target="https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_IRDA.html">
          <front>
            <title>LINKTYPE_LINUX_IRDA</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LINUX_LAPD" target="https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_LAPD.html">
          <front>
            <title>LINKTYPE_LINUX_LAPD</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LINUX_SLL" target="https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_SLL.html">
          <front>
            <title>LINKTYPE_LINUX_SLL</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LINUX_SLL2" target="https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_SLL2.html">
          <front>
            <title>LINKTYPE_LINUX_SLL2</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LOOP" target="https://www.tcpdump.org/linktypes/LINKTYPE_LOOP.html">
          <front>
            <title>LINKTYPE_LOOP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LORATAP" target="https://www.tcpdump.org/linktypes/LINKTYPE_LORATAP.html">
          <front>
            <title>LINKTYPE_LORATAP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LTALK" target="https://www.tcpdump.org/linktypes/LINKTYPE_LTALK.html">
          <front>
            <title>LINKTYPE_LTALK</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MFR" target="https://www.tcpdump.org/linktypes/LINKTYPE_MFR.html">
          <front>
            <title>LINKTYPE_MFR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MPEG_2_TS" target="https://www.tcpdump.org/linktypes/LINKTYPE_MPEG_2_TS.html">
          <front>
            <title>LINKTYPE_MPEG_2_TS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MTP2" target="https://www.tcpdump.org/linktypes/LINKTYPE_MTP2.html">
          <front>
            <title>LINKTYPE_MTP2</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MTP2_WITH_PHDR" target="https://www.tcpdump.org/linktypes/LINKTYPE_MTP2_WITH_PHDR.html">
          <front>
            <title>LINKTYPE_MTP2_WITH_PHDR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MTP3" target="https://www.tcpdump.org/linktypes/LINKTYPE_MTP3.html">
          <front>
            <title>LINKTYPE_MTP3</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SCCP" target="https://www.tcpdump.org/linktypes/LINKTYPE_SCCP.html">
          <front>
            <title>LINKTYPE_SCCP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MUX27010" target="https://www.tcpdump.org/linktypes/LINKTYPE_MUX27010.html">
          <front>
            <title>LINKTYPE_MUX27010</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NETANALYZER" target="https://www.tcpdump.org/linktypes/LINKTYPE_NETANALYZER.html">
          <front>
            <title>LINKTYPE_NETANALYZER</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NETANALYZER_TRANSPARENT" target="https://www.tcpdump.org/linktypes/LINKTYPE_NETANALYZER_TRANSPARENT.html">
          <front>
            <title>LINKTYPE_NETANALYZER_TRANSPARENT</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NETLINK" target="https://www.tcpdump.org/linktypes/LINKTYPE_NETLINK.html">
          <front>
            <title>LINKTYPE_NETLINK</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NFC_LLCP" target="https://www.tcpdump.org/linktypes/LINKTYPE_NFC_LLCP.html">
          <front>
            <title>LINKTYPE_NFC_LLCP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NFLOG" target="https://www.tcpdump.org/linktypes/LINKTYPE_NFLOG.html">
          <front>
            <title>LINKTYPE_NFLOG</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NG40" target="https://www.tcpdump.org/linktypes/LINKTYPE_NG40.html">
          <front>
            <title>LINKTYPE_NG40</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NORDIC_BLE" target="https://www.tcpdump.org/linktypes/LINKTYPE_NORDIC_BLE.html">
          <front>
            <title>LINKTYPE_NORDIC_BLE</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NULL" target="https://www.tcpdump.org/linktypes/LINKTYPE_NULL.html">
          <front>
            <title>LINKTYPE_NULL</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PKTAP" target="https://www.tcpdump.org/linktypes/LINKTYPE_PKTAP.html">
          <front>
            <title>LINKTYPE_PKTAP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPI" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPI.html">
          <front>
            <title>LINKTYPE_PPI</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP.html">
          <front>
            <title>LINKTYPE_PPP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP_ETHER" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP_ETHER.html">
          <front>
            <title>LINKTYPE_PPP_ETHER</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP_HDLC" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP_HDLC.html">
          <front>
            <title>LINKTYPE_PPP_HDLC</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP_PPPD" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP_PPPD.html">
          <front>
            <title>LINKTYPE_PPP_PPPD</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP_WITH_DIR" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP_WITH_DIR.html">
          <front>
            <title>LINKTYPE_PPP_WITH_DIR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PROFIBUS_DL" target="https://www.tcpdump.org/linktypes/LINKTYPE_PROFIBUS_DL.html">
          <front>
            <title>LINKTYPE_PROFIBUS_DL</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_RAW" target="https://www.tcpdump.org/linktypes/LINKTYPE_RAW.html">
          <front>
            <title>LINKTYPE_RAW</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_RDS" target="https://www.tcpdump.org/linktypes/LINKTYPE_RDS.html">
          <front>
            <title>LINKTYPE_RDS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_RTAC_SERIAL" target="https://www.tcpdump.org/linktypes/LINKTYPE_RTAC_SERIAL.html">
          <front>
            <title>LINKTYPE_RTAC_SERIAL</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SDLC" target="https://www.tcpdump.org/linktypes/LINKTYPE_SDLC.html">
          <front>
            <title>LINKTYPE_SDLC</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SITA" target="https://www.tcpdump.org/linktypes/LINKTYPE_SITA.html">
          <front>
            <title>LINKTYPE_SITA</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SLIP" target="https://www.tcpdump.org/linktypes/LINKTYPE_SLIP.html">
          <front>
            <title>LINKTYPE_SLIP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_STANAG_5066_D_PDU" target="https://www.tcpdump.org/linktypes/LINKTYPE_STANAG_5066_D_PDU.html">
          <front>
            <title>LINKTYPE_STANAG_5066_D_PDU</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SUNATM" target="https://www.tcpdump.org/linktypes/LINKTYPE_SUNATM.html">
          <front>
            <title>LINKTYPE_SUNATM</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_2_0" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_2_0.html">
          <front>
            <title>LINKTYPE_USB_2_0</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_2_0_FULL_SPEED" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_2_0_FULL_SPEED.html">
          <front>
            <title>LINKTYPE_USB_2_0_FULL_SPEED</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_2_0_HIGH_SPEED" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_2_0_HIGH_SPEED.html">
          <front>
            <title>LINKTYPE_USB_2_0_HIGH_SPEED</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_2_0_LOW_SPEED" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_2_0_LOW_SPEED.html">
          <front>
            <title>LINKTYPE_USB_2_0_LOW_SPEED</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_DARWIN" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_DARWIN.html">
          <front>
            <title>LINKTYPE_USB_DARWIN</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_LINUX" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_LINUX.html">
          <front>
            <title>LINKTYPE_USB_LINUX</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_LINUX_MMAPPED" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_LINUX_MMAPPED.html">
          <front>
            <title>LINKTYPE_USB_LINUX_MMAPPED</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_VSOCK" target="https://www.tcpdump.org/linktypes/LINKTYPE_VSOCK.html">
          <front>
            <title>LINKTYPE_VSOCK</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_WATTSTOPPER_DLM" target="https://www.tcpdump.org/linktypes/LINKTYPE_WATTSTOPPER_DLM.html">
          <front>
            <title>LINKTYPE_WATTSTOPPER_DLM</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ZBOSS_NCP" target="https://www.tcpdump.org/linktypes/LINKTYPE_ZBOSS_NCP.html">
          <front>
            <title>LINKTYPE_ZBOSS_NCP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ZWAVE_R1_R2" target="https://www.tcpdump.org/linktypes/LINKTYPE_ZWAVE_R1_R2.html">
          <front>
            <title>LINKTYPE_ZWAVE_R1_R2</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ZWAVE_R3" target="https://www.tcpdump.org/linktypes/LINKTYPE_ZWAVE_R3.html">
          <front>
            <title>LINKTYPE_ZWAVE_R3</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ZWAVE_TAP" target="https://www.tcpdump.org/linktypes/LINKTYPE_ZWAVE_TAP.html">
          <front>
            <title>LINKTYPE_ZWAVE_TAP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="MDB-PCAP" target="https://www.kaiser.cx/posts/pcap-mdb/">
          <front>
            <title>PCAP format for MDB</title>
            <author initials="M." surname="Kaiser" fullname="Martin Kaiser">
              <organization/>
            </author>
            <date year="2023" month="August"/>
          </front>
        </reference>
        <reference anchor="OpenVizsla" target="https://github.com/matwey/libopenvizsla/wiki/OpenVizsla-protocol-description">
          <front>
            <title>OpenVizsla protocol description</title>
            <author>
              <organization/>
            </author>
            <date year="2018" month="August"/>
          </front>
        </reference>
        <reference anchor="PracConsEthDesign" target="http://bitsavers.org/pdf/xerox/ethernet_3mb/Practical_Considerations_in_Ethernet_Local_Network_Design_Feb1980.pdf">
          <front>
            <title>Practical Considerations in Ethernet Local Network Design</title>
            <author fullname="Ronald C. Crane">
              <organization>Xerox Palo Alto Research Center</organization>
            </author>
            <author fullname="Edward A. Taft">
              <organization>Xerox Palo Alto Research Center</organization>
            </author>
            <date year="1980" month="February"/>
          </front>
        </reference>
        <reference anchor="Radiotap" target="https://www.radiotap.org">
          <front>
            <title>Radiotap Web site</title>
            <author>
              <organization>radiotap.org</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Silabs-Debug-Channel" target="https://github.com/SiliconLabs/java_packet_trace_library/blob/master/doc/debug-channel.md">
          <front>
            <title>Silabs Debug Channel Format</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="USBPcap" target="https://desowin.org/usbpcap/captureformat.html">
          <front>
            <title>USBPcap Capture format specification</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Z-WAVE-SERIAL" target="https://www.silabs.com/documents/public/user-guides/INS12350-Serial-API-Host-Appl.-Prg.-Guide.pdf">
          <front>
            <title>Z-Wave Serial API Host Application Programming Guide</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="I-D.ietf-opsawg-pcap">
          <front>
            <title>PCAP Capture File Format</title>
            <author fullname="Guy Harris" initials="G." surname="Harris">
         </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works Inc</organization>
            </author>
            <date day="16" month="March" year="2026"/>
            <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-07"/>
        </reference>
        <reference anchor="I-D.ietf-opsawg-pcapng">
          <front>
            <title>PCAP Now Generic (pcapng) Capture File Format</title>
            <author fullname="Michael Tüxen" initials="M." surname="Tüxen">
              <organization>Muenster University of Applied Sciences</organization>
            </author>
            <author fullname="Fulvio Risso" initials="F." surname="Risso">
              <organization>Politecnico di Torino</organization>
            </author>
            <author fullname="Jasper Bongertz" initials="J." surname="Bongertz">
              <organization>Airbus Defence and Space CyberSecurity</organization>
            </author>
            <author fullname="Gerald Combs" initials="G." surname="Combs">
              <organization>Wireshark Foundation</organization>
            </author>
            <author fullname="Guy Harris" initials="G." surname="Harris">
         </author>
            <author fullname="Eelco Chaudron" initials="E." surname="Chaudron">
              <organization>Red Hat</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="16" month="March" year="2026"/>
            <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-05"/>
        </reference>
        <reference anchor="RFC791">
          <front>
            <title>Internet Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="September" year="1981"/>
          </front>
          <seriesInfo name="STD" value="5"/>
          <seriesInfo name="RFC" value="791"/>
          <seriesInfo name="DOI" value="10.17487/RFC0791"/>
        </reference>
        <reference anchor="RFC8200">
          <front>
            <title>Internet Protocol, Version 6 (IPv6) Specification</title>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="86"/>
          <seriesInfo name="RFC" value="8200"/>
          <seriesInfo name="DOI" value="10.17487/RFC8200"/>
        </reference>
        <reference anchor="RFC9260">
          <front>
            <title>Stream Control Transmission Protocol</title>
            <author fullname="R. Stewart" initials="R." surname="Stewart"/>
            <author fullname="M. Tüxen" initials="M." surname="Tüxen"/>
            <author fullname="K. Nielsen" initials="K." surname="Nielsen"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>This document describes the Stream Control Transmission Protocol (SCTP) and obsoletes RFC 4960. It incorporates the specification of the chunk flags registry from RFC 6096 and the specification of the I bit of DATA chunks from RFC 7053. Therefore, RFCs 6096 and 7053 are also obsoleted by this document. In addition, RFCs 4460 and 8540, which describe errata for SCTP, are obsoleted by this document.</t>
              <t>SCTP was originally designed to transport Public Switched Telephone Network (PSTN) signaling messages over IP networks. It is also suited to be used for other applications, for example, WebRTC.</t>
              <t>SCTP is a reliable transport protocol operating on top of a connectionless packet network, such as IP. It offers the following services to its users:</t>
              <t>The design of SCTP includes appropriate congestion avoidance behavior and resistance to flooding and masquerade attacks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9260"/>
          <seriesInfo name="DOI" value="10.17487/RFC9260"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
nuQAAA==

-->

</rfc>
