<?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-16" category="info" submissionType="IETF" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="pcaplinktype">Link-Layer Types for PCAP-related Capture File Formats</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-pcaplinktype-16"/>
    <author initials="G." surname="Harris" fullname="Guy Harris" role="editor">
      <organization/>
      <address>
        <email>gharris@sonic.net</email>
      </address>
    </author>
    <author initials="M." surname="Richardson" fullname="Michael C. Richardson">
      <organization abbrev="Sandelman">Sandelman Software Works Inc</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
        <uri>http://www.sandelman.ca/</uri>
      </address>
    </author>
    <date year="2025" month="December" day="04"/>
    <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: who to accept changes from</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"/>.  In each
case here, the reference should be set to
<xref target="TCPDUMP"/> and the RFC number to be assigned to this document, which is not repeated each time.</t>
        <t>The initial contents of the table are based upon the link-layer header
type list maintained by libpcap, and published on <xref target="TCPDUMP"/>.
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 FCFS range is large and easily obtained, official values are recommended.</t>
        <ul empty="true">
          <li>
            <t>There is often an associated Data Link Type (DLT) value which is often
identical in value, but not universally so.  DLT values are associated
with specific operating systems, and the numerical values for some of
them are operating system specific, and are thus not subject to
standardization.</t>
          </li>
        </ul>
        <section anchor="sec-initial">
          <name>Initial Values</name>
          <t>This is the initial table for the registry:</t>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NULL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>0</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>BSD loopback encapsulation</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NULL"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ETHERNET</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>1</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.3 Ethernet</t>
            </dd>
            <dt>Reference:</dt>
            <dd>
              <t><xref target="LINKTYPE_ETHERNET"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_EXP_ETHERNET</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>2</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Xerox experimental 3Mb Ethernet</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="PracConsEthDesign"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_AX25</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>3</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>AX.25 layer 2 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_AX25"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PRONET</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>4</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Proteon PRONet Token Ring</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_CHAOS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>5</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>MIT Chaosnet</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="AIM-628"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_5</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>6</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.5 Token Ring</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ARCNET_BSD</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>7</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ARCNET Data Packets with BSD encapsulation</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SLIP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>8</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>SLIP, with a direction header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_SLIP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>9</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>PPP</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_PPP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FDDI</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>10</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>FDDI: per ANSI INCITS 239-1994</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>Not available for assignment</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>11-49</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Do not use these values</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPP_HDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>50</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>PPP in HDLC-like framing</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_PPP_HDLC"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPP_ETHER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>51</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>PPPoE session packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_PPP_ETHER"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>Not available for assignment</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>52-98</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Used historically by NetBSD</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SYMANTEC_FIREWALL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>99</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Symantec Enterprise Firewall</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ATM_RFC1483</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>100</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>LLC/SNAP-encapsulated ATM</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ATM_RFC1483"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RAW</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>101</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IP without link-layer headers</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_RAW"/> <xref target="RFC791"/> <xref target="RFC8200"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SLIP_BSDOS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>102</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>BSD/OS SLIP BPF header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPP_BSDOS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>103</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>BSD/OS PPP BPF header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_C_HDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>104</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Cisco PPP with HDLC framing</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_C_HDLC"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>105</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.11 wireless LAN</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ATM_CLIP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>106</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ATM Classical IP, with no header preceding IP</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FRELAY</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>107</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Frame Relay LAPF</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_FRELAY"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LOOP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>108</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>OpenBSD loopback encapsulation</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LOOP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ENC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>109</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>OpenBSD IPsec encapsulation</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LANE8023</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>110</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ATM LANE + 802.3</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_HIPPI</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>111</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>NetBSD HIPPI</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_HDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>112</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>NetBSD HDLC framing</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_SLL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>113</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux "cooked" capture encapsulation</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LINUX_SLL"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LTALK</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>114</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Apple LocalTalk</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LTALK"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ECONET</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>115</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Acorn Econet</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPFILTER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>116</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>OpenBSD ipfilter</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PFLOG</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>117</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>PF packet filter logging</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_CISCO_IOS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>118</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Cisco-internal use</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_PRISM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>119</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.11 wireless LAN, preceded by a Prism monitor mode header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IEEE802_11_PRISM"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_AIRONET</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>120</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>802.11 + FreeBSD Aironet radio metadata</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_HHDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>121</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Siemens HiPath HDLC</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IP_OVER_FC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>122</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IP and ATM over Fibre Channel</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IP_OVER_FC"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SUNATM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>123</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ATM traffic captured from a SunATM device</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_SUNATM"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RIO</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>124</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>RapidIO</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PCI_EXP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>125</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>PCI Express</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_AURORA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>126</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Xilinx Aurora link layer</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_RADIOTAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>127</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.11 wireless LAN, preceded by a Radiotap header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Radiotap"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_TZSP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>128</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Tazmen Sniffer Protocol</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ARCNET_LINUX</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>129</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ARCNET Data Packets with Linux encapsulation</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_MLPPP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>130</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_MLFR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>131</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ES</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>132</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_GGSN</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>133</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_MFR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>134</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ATM2</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>135</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_SERVICES</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>136</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ATM1</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>137</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_APPLE_IP_OVER_IEEE1394</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>138</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Apple IP-over-IEEE 1394 cooked header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_APPLE_IP_OVER_IEEE1394"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MTP2_WITH_PHDR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>139</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>SS7 MTP2 frames, with a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_MTP2_WITH_PHDR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MTP2</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>140</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>SS7 MTP2 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_MTP2"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MTP3</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>141</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>SS7 MTP3 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_MTP3"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SCCP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>142</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>SS7 SCCP packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_SCCP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DOCSIS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>143</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>DOCSIS MAC frames</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="DOCSIS-4.0-MULP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_IRDA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>144</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux-IrDA packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LINUX_IRDA"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IBM_SP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>145</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IBM SP switch</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IBM_SN</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>146</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IBM Next Federation switch</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_01</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>147</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_02</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>148</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_03</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>149</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_04</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>150</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_05</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>151</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_06</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>152</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_07</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>153</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_08</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>154</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_09</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>155</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_10</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>156</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_11</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>157</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_12</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>158</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_13</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>159</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_14</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>160</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_15</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>161</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RESERVED_16</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>162</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>For private use (deprecated)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_11_AVS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>163</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.11 wireless LAN, preceded by an AVS header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="AVS"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_MONITOR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>164</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BACNET_MS_TP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>165</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>BACnet MS/TP frames</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_BACNET_MS_TP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPP_PPPD</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>166</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>PPP preceded by a direction octet and an HDLC-like control field</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_PPP_PPPD"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PPPOE</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>167</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PPPOE_ATM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>168</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GPRS_LLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>169</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>General Packet Radio Service Logical Link Control, as per 3GPP TS 04.64</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="_3GPP-TS-04.64"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GPF_T</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>170</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Transparent-mapped generic framing procedure</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="G.7041"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GPF_F</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>171</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Frame-mapped generic framing procedure</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="G.7041"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GCOM_T1E1</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>172</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Gcom T1/E1 line monitoring equipment</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GCOM_SERIAL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>173</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Gcom T1/E1 line monitoring equipment</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PIC_PEER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>174</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ERF_ETH</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>175</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Endace TYPE_ETH ERF records</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ERF"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ERF_POS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>176</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Endace TYPE_POS_HDLC ERF records</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ERF"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_LAPD</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>177</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux vISDN LAPD frames</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LINUX_LAPD"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ETHER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>178</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_PPP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>179</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_FRELAY</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>180</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_CHDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>181</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MFR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>182</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>FRF.16.1 Multi-Link Frame Relay frames</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_MFR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_VP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>183</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_A429</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>184</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ARINC 429 frames</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_A653_ICM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>185</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Arinc 653 Interpartition Communication messages</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_FREEBSD</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>186</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>USB traffic captured on FreeBSD</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_HCI_H4</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>187</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Bluetooth HCI UART Transport Layer packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_BLUETOOTH_HCI_H4"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_16_MAC_CPS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>188</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.16 MAC Common Part Sublayer</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_LINUX</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>189</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>USB packets, beginning with a Linux USB header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_USB_LINUX"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_CAN20B</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>190</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Controller Area Network (CAN) v. 2.0B packets</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_LINUX</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>191</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.15.4 with address fields padded by Linux</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPI</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>192</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Per-Packet Information header preceding packet data</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_PPI"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_16_MAC_CPS_RADIO</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>193</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>802.16 MAC Common Part Sublayer plus radio header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ISM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>194</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_WITHFCS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>195</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.15.4 with FCS</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IEEE802_15_4_WITHFCS"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SITA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>196</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Various link-layer types, with a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_SITA"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ERF</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>197</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Endace ERF records</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ERF"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RAIF1</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>198</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet packets captured from a u10 Networks board</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPMB_KONTRON</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>199</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IPMB packet for IPMI, with a 2-octet header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ST</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>200</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>201</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Bluetooth HCI UART Transport Layer packets with a direction pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_AX25_KISS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>202</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>KISS frames between a host and an AX.25 TNC</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_AX25_KISS"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LAPD</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>203</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Q.921 LAPD frames</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LAPD"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PPP_WITH_DIR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>204</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>PPP, with a direction header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_PPP_WITH_DIR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_C_HDLC_WITH_DIR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>205</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Cisco PPP with HDLC framing, with a direction header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_C_HDLC_WITH_DIR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FRELAY_WITH_DIR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>206</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Frame Relay LAPF, with a direction header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_FRELAY_WITH_DIR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LAPB_WITH_DIR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>207</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>X.25 LAPB, with a direction header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LAPB_WITH_DIR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>WillBarker-Proprietary</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>208</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Proprietary Link-Layer type</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_I2C_LINUX</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>209</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux I2C packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_I2C_LINUX"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FLEXRAY</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>210</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>FlexRay frames or symbols, with a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_FLEXRAY"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MOST</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>211</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Media Oriented Systems Transport (MOST) bus</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LIN</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>212</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Local Interconnect Network (LIN) automotive bus, with a metadata header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LIN"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_X2E_SERIAL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>213</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>X2E serial line captures</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_X2E_XORAYA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>214</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>X2E Xoraya data loggers</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_NONASK_PHY</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>215</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.15.4 with PHY header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IEEE802_15_4_NONASK_PHY"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_EVDEV</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>216</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux evdev messages</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GSMTAP_UM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>217</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>GSM Um interface, with gsmtap header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_GSMTAP_ABIS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>218</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>GSM Abis interface, with gsmtap header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MPLS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>219</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>MPLS packets with MPLS label as the header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_LINUX_MMAPPED</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>220</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>USB packets, beginning with an extended Linux USB header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_USB_LINUX_MMAPPED"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DECT</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>221</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>DECT packets, with a pseudo-header</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_AOS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>222</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>OS Space Data Link Protocol</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_WIHART</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>223</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Wireless HART (Highway Addressable Remote Transducer)</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FC_2</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>224</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Fibre Channel FC-2 frames</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_FC_2"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FC_2_WITH_FRAME_DELIMS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>225</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Fibre Channel FC-2 frames with SOF and EOF</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_FC_2_WITH_FRAME_DELIMS"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPNET</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>226</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Solaris ipnet</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IPNET"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_CAN_SOCKETCAN</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>227</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Controller Area Network (CAN) frames, with a metadata header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_CAN_SOCKETCAN"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPV4</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>228</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IPv4 without link-layer headers</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IPV4"/> <xref target="RFC791"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPV6</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>229</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IPv6 without link-layer headers</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IPV6"/> <xref target="RFC8200"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_NOFCS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>230</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.15.4 without FCS</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IEEE802_15_4_NOFCS"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DBUS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>231</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>D-Bus messages</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DBUS"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_VS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>232</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_SRX_E2E</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>233</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_FIBRECHANNEL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>234</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DVB_CI</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>235</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>DVB-CI messages, with a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="DVB-CI-PCAP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MUX27010</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>236</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Variant of 3GPP TS 27.010 multiplexing protocol</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_MUX27010"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_STANAG_5066_D_PDU</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>237</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>STANAG 5066 D_PDUs</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_STANAG_5066_D_PDU"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_JUNIPER_ATM_CEMIC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>238</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Juniper Networks</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NFLOG</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>239</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux netlink NETLINK NFLOG socket log messages</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NFLOG"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NETANALYZER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>240</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames with netANALYZER pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NETANALYZER"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NETANALYZER_TRANSPARENT</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>241</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames with netANALYZER pseudo-header, preamble, and SFD</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NETANALYZER_TRANSPARENT"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPOIB</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>242</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IP-over-InfiniBand</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IPOIB"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MPEG_2_TS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>243</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>MPEG-2 Transport Stream transport packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_MPEG_2_TS"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NG40</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>244</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Frames from ng4T GmbH's ng40 protocol tester</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NG40"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NFC_LLCP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>245</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>NFC Logical Link Control Protocol frames, with a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NFC_LLCP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PFSYNC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>246</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>pfsync output</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_INFINIBAND</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>247</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>InfiniBand data packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_INFINIBAND"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SCTP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>248</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>SCTP packets, with no lower-level protocols such as IPv4 or IPv6</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="RFC9260"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USBPCAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>249</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>USB packets, beginning with a USBPcap header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="USBPcap"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RTAC_SERIAL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>250</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Serial-line packet from the Schweitzer Engineering Laboratories RTAC product</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_RTAC_SERIAL"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_LE_LL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>251</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Bluetooth Low Energy link-layer packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_BLUETOOTH_LE_LL"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_WIRESHARK_UPPER_PDU</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>252</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Wireshark</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NETLINK</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>253</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux Netlink capture encapsulation</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NETLINK"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_LINUX_MONITOR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>254</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Bluetooth Linux Monitor</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_BLUETOOTH_LINUX_MONITOR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_BREDR_BB</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>255</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Bluetooth Basic Rate and Enhanced Data Rate baseband packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_BLUETOOTH_BREDR_BB"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>256</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Bluetooth Low Energy link-layer packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PROFIBUS_DL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>257</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>PROFIBUS data link layer packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_PROFIBUS_DL"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_PKTAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>258</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Apple PKTAP capture encapsulation</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_PKTAP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_EPON</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>259</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet-over-passive-optical-network packets, including preamble octets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_EPON"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IPMI_HPM_2</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>260</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IPMI HPM.2 trace packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_IPMI_HPM_2"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ZWAVE_R1_R2</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>261</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Z-Wave RF profile R1 and R2 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ZWAVE_R1_R2"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ZWAVE_R3</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>262</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Z-Wave RF profile R3 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ZWAVE_R3"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_WATTSTOPPER_DLM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>263</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>WattStopper Digital Lighting Management (DLM) and Legrand Nitoo Open protocol packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_WATTSTOPPER_DLM"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ISO_14443</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>264</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ISO 14443 contactless smartcard messages</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="ISO-14443-PCAP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_RDS</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>265</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEC 62106 Radio data system (RDS) groups</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_RDS"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_DARWIN</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>266</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>USB packets captured on a Darwin-based operating system (macOS, etc.)</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_USB_DARWIN"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_OPENFLOW</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>267</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>OpenBSD DLT_OPENFLOW</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SDLC</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>268</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>SNA SDLC packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_SDLC"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_TI_LLN_SNIFFER</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>269</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Texas Instruments protocol sniffer</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LORATAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>270</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>LoRaWan packets with a LoRaTap pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LORATAP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_VSOCK</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>271</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Protocol for communication between host and guest machines in VMware and KVM hypervisors</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_VSOCK"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NORDIC_BLE</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>272</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Messages to and from a Nordic Semiconductor nRF Sniffer for Bluetooth LE packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_NORDIC_BLE"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DOCSIS31_XRA31</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>273</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>DOCSIS packets and bursts, preceded by a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="DOCSIS-XRA"/> <xref target="DOCSIS-4.0-MULP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ETHERNET_MPACKET</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>274</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.3 mPackets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ETHERNET_MPACKET"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DISPLAYPORT_AUX</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>275</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>DisplayPort AUX channel monitoring messages</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DISPLAYPORT_AUX"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_LINUX_SLL2</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>276</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Linux cooked capture encapsulation v2</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_LINUX_SLL2"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SERCOS_MONITOR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>277</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Sercos Monitor</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_OPENVIZSLA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>278</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>OpenVizsla FPGA-based USB sniffer</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="OpenVizsla"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_EBHSCR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>279</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Elektrobit High Speed Capture and Replay (EBHSCR) format</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="EBHSCR"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_VPP_DISPATCH</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>280</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>fd.io VPP graph dispatcher trace records</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="FD.io-VPP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DSA_TAG_BRCM</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>281</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames, with a Broadcom switch tag inserted</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DSA_TAG_BRCM"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DSA_TAG_BRCM_PREPEND</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>282</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames, with a Broadcom switch tag prepended</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DSA_TAG_BRCM_PREPEND"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_IEEE802_15_4_TAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>283</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>IEEE 802.15.4 with a tap header preceding it</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Exegin-802.15.4-TAP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DSA_TAG_DSA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>284</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames, with a Marvell DSA switch tag inserted</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DSA_TAG_DSA"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DSA_TAG_EDSA</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>285</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ethernet frames, with a Marvell EDSA switch tag inserted</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DSA_TAG_EDSA"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ELEE</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>286</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ELEE lawful intercept protocol</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_Z_WAVE_SERIAL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>287</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Serial frames transmitted between a host and a Z-Wave chip over an RS-232 or USB serial connection</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Z_WAVE_SERIAL"/> section 5</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_2_0</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>288</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>USB 2.0, 1.1, or 1.0 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_USB_2_0"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ATSC_ALP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>289</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ATSC Link-Layer Protocol frames</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ATSC_ALP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ETW</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>290</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Event Tracing for Windows messages</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ETW"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_NETANALYZER_NG</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>291</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Hilscher Gesellschaft fuer Systemautomation mbH netANALYZER NG hardware and software</t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ZBOSS_NCP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>292</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>ZBOSS NCP Serial Protocol, with a pseudo-header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ZBOSS_NCP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_2_0_LOW_SPEED</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>293</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Low-Speed USB 2.0, 1.1, or 1.0 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_USB_2_0_LOW_SPEED"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_2_0_FULL_SPEED</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>294</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Full-Speed USB 2.0, 1.1, or 1.0 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_USB_2_0_FULL_SPEED"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_USB_2_0_HIGH_SPEED</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>295</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>High-Speed USB 2.0 packets</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_USB_2_0_HIGH_SPEED"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_AUERSWALD_LOG</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>296</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Auerswald Logger Protocol</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Auerswald-Logger"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_ZWAVE_TAP</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>297</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Z-Wave packets, with a metadata header</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_ZWAVE_TAP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_SILABS_DEBUG_CHANNEL</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>298</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Silicon Labs debug channel protocol</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="Silabs-Debug-Channel"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_FIRA_UCI</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>299</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>Ultra-wideband (UWB) controller interface protocol (UCI)</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_FIRA_UCI"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_MDB</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>300</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>MDB (Multi-Drop Bus) protocol</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="MDB-PCAP"/></t>
            </dd>
          </dl>
          <dl spacing="compact">
            <dt>Name</dt>
            <dd>
              <t>LINKTYPE_DECT_NR</t>
            </dd>
            <dt>Number</dt>
            <dd>
              <t>301</t>
            </dd>
            <dt>Description</dt>
            <dd>
              <t>DECT-2020 New Radio (NR) MAC layer</t>
            </dd>
            <dt>Reference</dt>
            <dd>
              <t><xref target="LINKTYPE_DECT_NR"/></t>
            </dd>
          </dl>
        </section>
        <section anchor="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>Specifications that are not publicly available, but which may be obtained via liaison agreements (such as to ITU-T,  drafts, IEEE, etc.) are acceptable particularly if the specification document will be public eventually.
This includes specifications that might be subject to a security classification for which no public document will ever be made.
The minimal requirement is to provide a contact person 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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8126.xml">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="TCPDUMP" target="https://www.tcpdump.org/linktypes.html">
          <front>
            <title>LINK-LAYER HEADER TYPES</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LIBPCAP" target="https://github.com/the-tcpdump-group/libpcap">
          <front>
            <title>libpcap</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Wireshark" target="https://www.wireshark.org">
          <front>
            <title>Homepage of Wireshark</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="_3GPP-TS-04.64">
          <front>
            <title>Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); Mobile Station - Serving GPRS Support Node (MS-SGSN) Logical Link Control (LLC) layer specification</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
          <refcontent>3GPP TS 04.64</refcontent>
        </reference>
        <reference anchor="AIM-628" target="http://www.bitsavers.org/pdf/mit/ai/AIM-628_chaosnet.pdf">
          <front>
            <title>Chaosnet</title>
            <author fullname="David A. Moon">
              <organization>MIT Artificial Intelligence Laboratory</organization>
            </author>
            <date year="1981" month="June"/>
          </front>
          <refcontent>MIT A.I. Memo No. 628</refcontent>
        </reference>
        <reference anchor="Auerswald-Logger" target="https://github.com/Auerswald-GmbH/auerlog/blob/master/auerlog.txt">
          <front>
            <title>Packet structure</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="AVS" target="http://web.archive.org/web/20040803232023/http://www.shaftnet.org/~pizza/software/capturefrm.txt">
          <front>
            <title>AVS Capture Frame Format Version 2</title>
            <author fullname="Solomon Peachy">
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="DOCSIS-4.0-MULP" target="https://www.cablelabs.com/specifications/CM-SP-MULPIv4.0">
          <front>
            <title>DOCSIS 4.0 MAC and Upper Layer Protocols Interface Specification</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="DOCSIS-XRA" target="https://support.excentis.com/knowledge/article/45">
          <front>
            <title>Excentis XRA Header Definition</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="DVB-CI-PCAP" target="https://www.kaiser.cx/posts/pcap-dvbci/">
          <front>
            <title>PCAP format for DVB-CI</title>
            <author initials="M." surname="Kaiser" fullname="Martin Kaiser">
              <organization/>
            </author>
            <date year="2021" month="January"/>
          </front>
        </reference>
        <reference anchor="EBHSCR" target="http://www.elektrobit.com/ebhscr">
          <front>
            <title>Documentation EBHSCR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Exegin-802.15.4-TAP" target="https://gitlab.com/exegin/ieee802-15-4-tap">
          <front>
            <title>IEEE 802.15.4 TAP Link Type Specification</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="FD.io-VPP" target="https://fdio-vpp.readthedocs.io/en/latest/gettingstarted/developers/vnet.html">
          <front>
            <title>VNET (VPP Network Stack)</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="G.7041" target="https://www.itu.int/rec/T-REC-G.7041/en">
          <front>
            <title>Generic Framing Procedure</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
          <refcontent>ITU-T Recommendation G.7041/Y.1303</refcontent>
        </reference>
        <reference anchor="ISO-14443-PCAP" target="https://www.kaiser.cx/posts/pcap-iso14443/">
          <front>
            <title>PCAP format for ISO14443</title>
            <author initials="M." surname="Kaiser" fullname="Martin Kaiser">
              <organization/>
            </author>
            <date year="2021" month="January"/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_APPLE_IP_OVER_IEEE1394" target="https://www.tcpdump.org/linktypes/LINKTYPE_APPLE_IP_OVER_IEEE1394.html">
          <front>
            <title>LINKTYPE_APPLE_IP_OVER_IEEE1394</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ATM_RFC1483" target="https://www.tcpdump.org/linktypes/LINKTYPE_ATM_RFC1483.html">
          <front>
            <title>LINKTYPE_ATM_RFC1483</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ATSC_ALP" target="https://www.tcpdump.org/linktypes/LINKTYPE_ATSC_ALP.html">
          <front>
            <title>LINKTYPE_ATSC_ALP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_AX25" target="https://www.tcpdump.org/linktypes/LINKTYPE_AX25.html">
          <front>
            <title>LINKTYPE_AX25</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_AX25_KISS" target="https://www.tcpdump.org/linktypes/LINKTYPE_AX25_KISS.html">
          <front>
            <title>LINKTYPE_AX25_KISS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BACNET_MS_TP" target="https://www.tcpdump.org/linktypes/LINKTYPE_BACNET_MS_TP.html">
          <front>
            <title>LINKTYPE_BACNET_MS_TP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_BREDR_BB" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_BREDR_BB.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_BREDR_BB</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_HCI_H4" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_HCI_H4.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_HCI_H4</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_LE_LL" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_LE_LL.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_LE_LL</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_BLUETOOTH_LINUX_MONITOR" target="https://www.tcpdump.org/linktypes/LINKTYPE_BLUETOOTH_LINUX_MONITOR.html">
          <front>
            <title>LINKTYPE_BLUETOOTH_LINUX_MONITOR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_C_HDLC" target="https://www.tcpdump.org/linktypes/LINKTYPE_C_HDLC.html">
          <front>
            <title>LINKTYPE_C_HDLC</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_C_HDLC_WITH_DIR" target="https://www.tcpdump.org/linktypes/LINKTYPE_C_HDLC_WITH_DIR.html">
          <front>
            <title>LINKTYPE_C_HDLC_WITH_DIR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_CAN_SOCKETCAN" target="https://www.tcpdump.org/linktypes/LINKTYPE_CAN_SOCKETCAN.html">
          <front>
            <title>LINKTYPE_CAN_SOCKETCAN</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DBUS" target="https://www.tcpdump.org/linktypes/LINKTYPE_DBUS.html">
          <front>
            <title>LINKTYPE_DBUS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DECT_NR" target="https://www.tcpdump.org/linktypes/LINKTYPE_DECT_NR.html">
          <front>
            <title>LINKTYPE_DECT_NR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DISPLAYPORT_AUX" target="https://www.tcpdump.org/linktypes/LINKTYPE_DISPLAYPORT_AUX.html">
          <front>
            <title>LINKTYPE_DISPLAYPORT_AUX</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DSA_TAG_BRCM" target="https://www.tcpdump.org/linktypes/LINKTYPE_DSA_TAG_BRCM.html">
          <front>
            <title>LINKTYPE_DSA_TAG_BRCM</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DSA_TAG_BRCM_PREPEND" target="https://www.tcpdump.org/linktypes/LINKTYPE_DSA_TAG_BRCM_PREPEND.html">
          <front>
            <title>LINKTYPE_DSA_TAG_BRCM_PREPEND</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DSA_TAG_DSA" target="https://www.tcpdump.org/linktypes/LINKTYPE_DSA_TAG_DSA.html">
          <front>
            <title>LINKTYPE_DSA_TAG_DSA</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_DSA_TAG_EDSA" target="https://www.tcpdump.org/linktypes/LINKTYPE_DSA_TAG_EDSA.html">
          <front>
            <title>LINKTYPE_DSA_TAG_EDSA</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ETHERNET" target="https://ieeexplore.ieee.org/document/9844436">
          <front>
            <title>IEEE 802.3 Ethernet</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_EPON" target="https://www.tcpdump.org/linktypes/LINKTYPE_EPON.html">
          <front>
            <title>LINKTYPE_EPON</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ERF" target="https://www.tcpdump.org/linktypes/LINKTYPE_ERF.html">
          <front>
            <title>LINKTYPE_ERF</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ETW" target="https://www.tcpdump.org/linktypes/LINKTYPE_ETW.html">
          <front>
            <title>LINKTYPE_ETW</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ETHERNET_MPACKET" target="https://www.tcpdump.org/linktypes/LINKTYPE_ETHERNET_MPACKET.html">
          <front>
            <title>LINKTYPE_ETHERNET_MPACKET</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FC_2" target="https://www.tcpdump.org/linktypes/LINKTYPE_FC_2.html">
          <front>
            <title>LINKTYPE_FC_2</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FC_2_WITH_FRAME_DELIMS" target="https://www.tcpdump.org/linktypes/LINKTYPE_FC_2_WITH_FRAME_DELIMSa.html">
          <front>
            <title>LINKTYPE_FC_2_WITH_FRAME_DELIMS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FIRA_UCI" target="https://www.tcpdump.org/linktypes/LINKTYPE_FIRA_UCI.html">
          <front>
            <title>LINKTYPE_FIRA_UCI</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FLEXRAY" target="https://www.tcpdump.org/linktypes/LINKTYPE_FLEXRAY.html">
          <front>
            <title>LINKTYPE_FLEXRAY</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FRELAY" target="https://www.tcpdump.org/linktypes/LINKTYPE_FRELAY.html">
          <front>
            <title>LINKTYPE_FRELAY</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_FRELAY_WITH_DIR" target="https://www.tcpdump.org/linktypes/LINKTYPE_FRELAY_WITH_DIR.html">
          <front>
            <title>LINKTYPE_FRELAY_WITH_DIR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_I2C_LINUX" target="https://www.tcpdump.org/linktypes/LINKTYPE_I2C_LINUX.html">
          <front>
            <title>LINKTYPE_I2C_LINUX</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IEEE802_11_PRISM" target="https://www.tcpdump.org/linktypes/LINKTYPE_IEEE802_11_PRISM.html">
          <front>
            <title>LINKTYPE_IEEE802_11_PRISM</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IEEE802_15_4_NOFCS" target="https://www.tcpdump.org/linktypes/LINKTYPE_IEEE802_15_4_NOFCS.html">
          <front>
            <title>LINKTYPE_IEEE802_15_4_NOFCS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IEEE802_15_4_NONASK_PHY" target="https://www.tcpdump.org/linktypes/LINKTYPE_IEEE802_15_4_NONASK_PHY.html">
          <front>
            <title>LINKTYPE_IEEE802_15_4_NONASK_PHY</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IEEE802_15_4_WITHFCS" target="https://www.tcpdump.org/linktypes/LINKTYPE_IEEE802_15_4_WITHFCS.html">
          <front>
            <title>LINKTYPE_IEEE802_15_4_WITHFCS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPV4" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPV4.html">
          <front>
            <title>LINKTYPE_IPV4</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPV6" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPV6.html">
          <front>
            <title>LINKTYPE_IPV6</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPOIB" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPOIB.html">
          <front>
            <title>LINKTYPE_IPOIB</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IP_OVER_FC" target="https://www.tcpdump.org/linktypes/LINKTYPE_IP_OVER_FC.html">
          <front>
            <title>LINKTYPE_IP_OVER_FC</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_INFINIBAND" target="https://www.tcpdump.org/linktypes/LINKTYPE_INFINIBAND.html">
          <front>
            <title>LINKTYPE_INFINIBAND</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPMI_HPM_2" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPMI_HPM_2.html">
          <front>
            <title>LINKTYPE_IPMI_HPM_2</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_IPNET" target="https://www.tcpdump.org/linktypes/LINKTYPE_IPNET.html">
          <front>
            <title>LINKTYPE_IPNET</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LAPB_WITH_DIR" target="https://www.tcpdump.org/linktypes/LINKTYPE_LAPB_WITH_DIR.html">
          <front>
            <title>LINKTYPE_LAPB_WITH_DIR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LAPD" target="https://www.tcpdump.org/linktypes/LINKTYPE_LAPD.html">
          <front>
            <title>LINKTYPE_LAPD</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LIN" target="https://www.tcpdump.org/linktypes/LINKTYPE_LIN.html">
          <front>
            <title>LINKTYPE_LIN</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LINUX_IRDA" target="https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_IRDA.html">
          <front>
            <title>LINKTYPE_LINUX_IRDA</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LINUX_LAPD" target="https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_LAPD.html">
          <front>
            <title>LINKTYPE_LINUX_LAPD</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LINUX_SLL" target="https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_SLL.html">
          <front>
            <title>LINKTYPE_LINUX_SLL</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LINUX_SLL2" target="https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_SLL2.html">
          <front>
            <title>LINKTYPE_LINUX_SLL2</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LOOP" target="https://www.tcpdump.org/linktypes/LINKTYPE_LOOP.html">
          <front>
            <title>LINKTYPE_LOOP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LORATAP" target="https://www.tcpdump.org/linktypes/LINKTYPE_LORATAP.html">
          <front>
            <title>LINKTYPE_LORATAP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_LTALK" target="https://www.tcpdump.org/linktypes/LINKTYPE_LTALK.html">
          <front>
            <title>LINKTYPE_LTALK</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MFR" target="https://www.tcpdump.org/linktypes/LINKTYPE_MFR.html">
          <front>
            <title>LINKTYPE_MFR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MPEG_2_TS" target="https://www.tcpdump.org/linktypes/LINKTYPE_MPEG_2_TS.html">
          <front>
            <title>LINKTYPE_MPEG_2_TS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MTP2" target="https://www.tcpdump.org/linktypes/LINKTYPE_MTP2.html">
          <front>
            <title>LINKTYPE_MTP2</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MTP2_WITH_PHDR" target="https://www.tcpdump.org/linktypes/LINKTYPE_MTP2_WITH_PHDR.html">
          <front>
            <title>LINKTYPE_MTP2_WITH_PHDR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MTP3" target="https://www.tcpdump.org/linktypes/LINKTYPE_MTP3.html">
          <front>
            <title>LINKTYPE_MTP3</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SCCP" target="https://www.tcpdump.org/linktypes/LINKTYPE_SCCP.html">
          <front>
            <title>LINKTYPE_SCCP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_MUX27010" target="https://www.tcpdump.org/linktypes/LINKTYPE_MUX27010.html">
          <front>
            <title>LINKTYPE_MUX27010</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NETANALYZER" target="https://www.tcpdump.org/linktypes/LINKTYPE_NETANALYZER.html">
          <front>
            <title>LINKTYPE_NETANALYZER</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NETANALYZER_TRANSPARENT" target="https://www.tcpdump.org/linktypes/LINKTYPE_NETANALYZER_TRANSPARENT.html">
          <front>
            <title>LINKTYPE_NETANALYZER_TRANSPARENT</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NETLINK" target="https://www.tcpdump.org/linktypes/LINKTYPE_NETLINK.html">
          <front>
            <title>LINKTYPE_NETLINK</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NFC_LLCP" target="https://www.tcpdump.org/linktypes/LINKTYPE_NFC_LLCP.html">
          <front>
            <title>LINKTYPE_NFC_LLCP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NFLOG" target="https://www.tcpdump.org/linktypes/LINKTYPE_NFLOG.html">
          <front>
            <title>LINKTYPE_NFLOG</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NG40" target="https://www.tcpdump.org/linktypes/LINKTYPE_NG40.html">
          <front>
            <title>LINKTYPE_NG40</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NORDIC_BLE" target="https://www.tcpdump.org/linktypes/LINKTYPE_NORDIC_BLE.html">
          <front>
            <title>LINKTYPE_NORDIC_BLE</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_NULL" target="https://www.tcpdump.org/linktypes/LINKTYPE_NULL.html">
          <front>
            <title>LINKTYPE_NULL</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PKTAP" target="https://www.tcpdump.org/linktypes/LINKTYPE_PKTAP.html">
          <front>
            <title>LINKTYPE_PKTAP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPI" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPI.html">
          <front>
            <title>LINKTYPE_PPI</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP.html">
          <front>
            <title>LINKTYPE_PPP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP_ETHER" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP_ETHER.html">
          <front>
            <title>LINKTYPE_PPP_ETHER</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP_HDLC" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP_HDLC.html">
          <front>
            <title>LINKTYPE_PPP_HDLC</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP_PPPD" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP_PPPD.html">
          <front>
            <title>LINKTYPE_PPP_PPPD</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PPP_WITH_DIR" target="https://www.tcpdump.org/linktypes/LINKTYPE_PPP_WITH_DIR.html">
          <front>
            <title>LINKTYPE_PPP_WITH_DIR</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_PROFIBUS_DL" target="https://www.tcpdump.org/linktypes/LINKTYPE_PROFIBUS_DL.html">
          <front>
            <title>LINKTYPE_PROFIBUS_DL</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_RAW" target="https://www.tcpdump.org/linktypes/LINKTYPE_RAW.html">
          <front>
            <title>LINKTYPE_RAW</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_RDS" target="https://www.tcpdump.org/linktypes/LINKTYPE_RDS.html">
          <front>
            <title>LINKTYPE_RDS</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_RTAC_SERIAL" target="https://www.tcpdump.org/linktypes/LINKTYPE_RTAC_SERIAL.html">
          <front>
            <title>LINKTYPE_RTAC_SERIAL</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SDLC" target="https://www.tcpdump.org/linktypes/LINKTYPE_SDLC.html">
          <front>
            <title>LINKTYPE_SDLC</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SITA" target="https://www.tcpdump.org/linktypes/LINKTYPE_SITA.html">
          <front>
            <title>LINKTYPE_SITA</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SLIP" target="https://www.tcpdump.org/linktypes/LINKTYPE_SLIP.html">
          <front>
            <title>LINKTYPE_SLIP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_STANAG_5066_D_PDU" target="https://www.tcpdump.org/linktypes/LINKTYPE_STANAG_5066_D_PDU.html">
          <front>
            <title>LINKTYPE_STANAG_5066_D_PDU</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_SUNATM" target="https://www.tcpdump.org/linktypes/LINKTYPE_SUNATM.html">
          <front>
            <title>LINKTYPE_SUNATM</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_2_0" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_2_0.html">
          <front>
            <title>LINKTYPE_USB_2_0</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_2_0_FULL_SPEED" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_2_0_FULL_SPEED.html">
          <front>
            <title>LINKTYPE_USB_2_0_FULL_SPEED</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_2_0_HIGH_SPEED" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_2_0_HIGH_SPEED.html">
          <front>
            <title>LINKTYPE_USB_2_0_HIGH_SPEED</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_2_0_LOW_SPEED" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_2_0_LOW_SPEED.html">
          <front>
            <title>LINKTYPE_USB_2_0_LOW_SPEED</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_DARWIN" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_DARWIN.html">
          <front>
            <title>LINKTYPE_USB_DARWIN</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_LINUX" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_LINUX.html">
          <front>
            <title>LINKTYPE_USB_LINUX</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_USB_LINUX_MMAPPED" target="https://www.tcpdump.org/linktypes/LINKTYPE_USB_LINUX_MMAPPED.html">
          <front>
            <title>LINKTYPE_USB_LINUX_MMAPPED</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_VSOCK" target="https://www.tcpdump.org/linktypes/LINKTYPE_VSOCK.html">
          <front>
            <title>LINKTYPE_VSOCK</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_WATTSTOPPER_DLM" target="https://www.tcpdump.org/linktypes/LINKTYPE_WATTSTOPPER_DLM.html">
          <front>
            <title>LINKTYPE_WATTSTOPPER_DLM</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ZBOSS_NCP" target="https://www.tcpdump.org/linktypes/LINKTYPE_ZBOSS_NCP.html">
          <front>
            <title>LINKTYPE_ZBOSS_NCP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ZWAVE_R1_R2" target="https://www.tcpdump.org/linktypes/LINKTYPE_ZWAVE_R1_R2.html">
          <front>
            <title>LINKTYPE_ZWAVE_R1_R2</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ZWAVE_R3" target="https://www.tcpdump.org/linktypes/LINKTYPE_ZWAVE_R3.html">
          <front>
            <title>LINKTYPE_ZWAVE_R3</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="LINKTYPE_ZWAVE_TAP" target="https://www.tcpdump.org/linktypes/LINKTYPE_ZWAVE_TAP.html">
          <front>
            <title>LINKTYPE_ZWAVE_TAP</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="MDB-PCAP" target="https://www.kaiser.cx/posts/pcap-mdb/">
          <front>
            <title>PCAP format for MDB</title>
            <author initials="M." surname="Kaiser" fullname="Martin Kaiser">
              <organization/>
            </author>
            <date year="2023" month="August"/>
          </front>
        </reference>
        <reference anchor="OpenVizsla" target="https://github.com/matwey/libopenvizsla/wiki/OpenVizsla-protocol-description">
          <front>
            <title>OpenVizsla protocol description</title>
            <author>
              <organization/>
            </author>
            <date year="2018" month="August"/>
          </front>
        </reference>
        <reference anchor="PracConsEthDesign" target="http://bitsavers.org/pdf/xerox/ethernet_3mb/Practical_Considerations_in_Ethernet_Local_Network_Design_Feb1980.pdf">
          <front>
            <title>Practical Considerations in Ethernet Local Network Design</title>
            <author fullname="Ronald C. Crane">
              <organization>Xerox Palo Alto Research Center</organization>
            </author>
            <author fullname="Edward A. Taft">
              <organization>Xerox Palo Alto Research Center</organization>
            </author>
            <date year="1980" month="February"/>
          </front>
        </reference>
        <reference anchor="Radiotap" target="https://www.radiotap.org">
          <front>
            <title>Radiotap Web site</title>
            <author>
              <organization>radiotap.org</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Silabs-Debug-Channel" target="https://github.com/SiliconLabs/java_packet_trace_library/blob/master/doc/debug-channel.md">
          <front>
            <title>Silabs Debug Channel Format</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="USBPcap" target="https://desowin.org/usbpcap/captureformat.html">
          <front>
            <title>USBPcap Capture format specification</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Z_WAVE_SERIAL" target="https://www.silabs.com/documents/public/user-guides/INS12350-Serial-API-Host-Appl.-Prg.-Guide.pdf">
          <front>
            <title>Z-Wave Serial API Host Application Programming Guide</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="I-D.ietf-opsawg-pcap">
          <front>
            <title>PCAP Capture File Format</title>
            <author fullname="Guy Harris" initials="G." surname="Harris">
         </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works Inc</organization>
            </author>
            <date day="3" month="September" year="2025"/>
            <abstract>
              <t>   This document describes the format used by the libpcap library to
   record captured packets to a file.  Programs using the libpcap
   library to read and write those files, and thus reading and writing
   files in that format, include tcpdump.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-pcapng-04"/>
        </reference>
        <reference anchor="RFC791">
          <front>
            <title>Internet Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="September" year="1981"/>
          </front>
          <seriesInfo name="STD" value="5"/>
          <seriesInfo name="RFC" value="791"/>
          <seriesInfo name="DOI" value="10.17487/RFC0791"/>
        </reference>
        <reference anchor="RFC8200" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8200.xml">
          <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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
AiIxNgH0r6b9o/F/Aati5sGO1QAA

-->

</rfc>
