<?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.6.17 (Ruby 2.6.6) -->
<?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-richardson-opsawg-pcaplinktype-01" category="info" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.2 -->
  <front>
    <title abbrev="pcap">PCAP and PCAPNG LINKTYPE Registry</title>
    <seriesInfo name="Internet-Draft" value="draft-richardson-opsawg-pcaplinktype-01"/>
    <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="2022" month="November" day="06"/>
    <abstract>
      <t>This document creates a registry for the PCAP and PCAPNG LINKTYPE values.
The PCAP and PCAPNG formats are used to save network captures from programs such as tcpdump and wireshark, when using libraries such as libpcap.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
  OPSAWG Working Group mailing list (opsawg@ietf.org),
  which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/opsawg/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://github.com/pcapng/pcapng"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>In the late 1980's, Van Jacobson, Steve McCanne, and others at the
Network Research Group at Lawrence Berkeley National Laboratory
developed the tcpdump program to capture and dissect network traces.
The code to capture traffic, using low-level mechanisms in various
operating systems, and to read and write network traces to a file was
later put into a library named libpcap.</t>
      <t>Other documents describe the original (legacy) format used by tcpdump (pcap), as as well the revised format (pcapng) which is used by tcpdump and wireshark.</t>
      <t>Within those formats each packet that is captured is described by a LINKTYPE value.
The LINKTYPE value selects one of many hundred formats for meta data and layer 2 encapsulation of the packet.</t>
      <t>This document creates a registry for the LINKTYPE format, establishing the IANA
Considerations by which other uses of the <xref target="I-D.ietf-opsawg-pcap"/> and <xref target="I-D.tuexen-opsawg-pcapng"/> formats may register new
formats.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document requires the following IANA actions:</t>
      <section anchor="linktype">
        <name>LinkType Registry</name>
        <t>IANA is requested to create a new Registry entitled: "The PCAP Registry",
and within that Registry to create a table called: "PCAP LinkType List".</t>
        <t>The LinkType Registry is a table of 16-bit numbers.
The Registry has three sections with different <xref target="RFC8126"/> rules:</t>
        <ul spacing="normal">
          <li>values from 0 to 32767 are marked as Specification Required.</li>
          <li>values from 32768 to 65000 are marked as First-Come First-Served.</li>
          <li>values from 65000 to 65535 are marked as Private Use.</li>
        </ul>
        <t>The Registry has four columns: the symbolic name (LINKTYPE_something),
the integer value, a very short description, and the document/requestor
reference.</t>
        <t>The Registry shall be populated as follows in the table below.  In each
case here, the reference should be
http://www.tcpdump.org/linktypes.html, which is not repeated.</t>
        <t>The initial value of table is base upon the Link type list maintained by
libpcap, and published on the tcpdump.org web site as
http://www.tcpdump.org/linktypes.html.</t>
        <t>There is often an associated DLT value which are often identical in
value, but not universally so.</t>
        <t>DLT values are associated with specific operation system captures, and are operating system specific, and are thus not subject to standardization.</t>
        <table>
          <thead>
            <tr>
              <th align="left">LINKTYPE name</th>
              <th align="center">LINKTYPE value</th>
              <th align="left">description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">LINKTYPE_NULL</td>
              <td align="center">0</td>
              <td align="left">BSD loopback encapsulation</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ETHERNET</td>
              <td align="center">1</td>
              <td align="left">IEEE 802.3 Ethernet</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_EXP_ETHERNET</td>
              <td align="center">2</td>
              <td align="left">Xerox experimental 3Mb Ethernet</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_AX25</td>
              <td align="center">3</td>
              <td align="left">AX.25 packet</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PRONET</td>
              <td align="center">4</td>
              <td align="left">Reserved for PRONET</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_CHAOS</td>
              <td align="center">5</td>
              <td align="left">Reserved for MIT CHAOSNET</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_5</td>
              <td align="center">6</td>
              <td align="left">IEEE 802.5 Token Ring</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ARCNET_BSD</td>
              <td align="center">7</td>
              <td align="left">ARCNET Data Packets with BSD encapsulation</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SLIP</td>
              <td align="center">8</td>
              <td align="left">SLIP, w/LINKTYPE_SLIP header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PPP</td>
              <td align="center">9</td>
              <td align="left">PPP, as per RFC 1661/RFC 1662</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_FDDI</td>
              <td align="center">10</td>
              <td align="left">FDDI: per ANSI INCITS 239-1994.</td>
            </tr>
            <tr>
              <td align="left">not to be used</td>
              <td align="center">11-49</td>
              <td align="left">Do not use these values</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PPP_HDLC</td>
              <td align="center">50</td>
              <td align="left">PPP in HDLC-like framing, as per RFC 1662</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PPP_ETHER</td>
              <td align="center">51</td>
              <td align="left">PPPoE; per RFC 2516</td>
            </tr>
            <tr>
              <td align="left">not to be used</td>
              <td align="center">52-98</td>
              <td align="left">Do not use these values</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SYMANTEC_FIREWALL</td>
              <td align="center">99</td>
              <td align="left">Reserved for Symantec Enterprise Firewall</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ATM_RFC1483</td>
              <td align="center">100</td>
              <td align="left">RFC 1483 LLC/SNAP-encapsulated ATM</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RAW</td>
              <td align="center">101</td>
              <td align="left">Raw IP; begins with an IPv4 or IPv6 header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SLIP_BSDOS</td>
              <td align="center">102</td>
              <td align="left">Reserved for BSD/OS SLIP BPF header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PPP_BSDOS</td>
              <td align="center">103</td>
              <td align="left">Reserved for BSD/OS PPP BPF header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_C_HDLC</td>
              <td align="center">104</td>
              <td align="left">Cisco PPP with HDLC framing, as per section 4.3.1 of RFC 1547</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_11</td>
              <td align="center">105</td>
              <td align="left">IEEE 802.11 wireless LAN.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ATM_CLIP</td>
              <td align="center">106</td>
              <td align="left">ATM Classical IP, with no header preceding IP</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_FRELAY</td>
              <td align="center">107</td>
              <td align="left">Frame Relay LAPF frames</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LOOP</td>
              <td align="center">108</td>
              <td align="left">OpenBSD loopback encapsulation</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ENC</td>
              <td align="center">109</td>
              <td align="left">Reserved for OpenBSD IPSEC encapsulation</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LANE8023</td>
              <td align="center">110</td>
              <td align="left">Reserved for ATM LANE + 802.3</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_HIPPI</td>
              <td align="center">111</td>
              <td align="left">Reserved for NetBSD HIPPI</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_HDLC</td>
              <td align="center">112</td>
              <td align="left">Reserved for NetBSD HDLC framing</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LINUX_SLL</td>
              <td align="center">113</td>
              <td align="left">Linux "cooked" capture encapsulation</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LTALK</td>
              <td align="center">114</td>
              <td align="left">Apple LocalTalk</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ECONET</td>
              <td align="center">115</td>
              <td align="left">Reserved for Acorn Econet</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPFILTER</td>
              <td align="center">116</td>
              <td align="left">Reserved for OpenBSD ipfilter</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PFLOG</td>
              <td align="center">117</td>
              <td align="left">OpenBSD pflog; "struct pfloghdr" structure</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_CISCO_IOS</td>
              <td align="center">118</td>
              <td align="left">Reserved for Cisco-internal use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_11_PRISM</td>
              <td align="center">119</td>
              <td align="left">Prism monitor mode</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_11_AIRONET</td>
              <td align="center">120</td>
              <td align="left">Reserved for 802.11 + FreeFreeBSD Aironet radio metadata</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_HHDLC</td>
              <td align="center">121</td>
              <td align="left">Reserved for Siemens HiPath HDLC</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IP_OVER_FC</td>
              <td align="center">122</td>
              <td align="left">RFC 2625 IP-over-Fibre Channel</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SUNATM</td>
              <td align="center">123</td>
              <td align="left">ATM traffic, / per SunATM devices</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RIO</td>
              <td align="center">124</td>
              <td align="left">Reserved for RapidIO</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PCI_EXP</td>
              <td align="center">125</td>
              <td align="left">Reserved for PCI Express</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_AURORA</td>
              <td align="center">126</td>
              <td align="left">Reserved for Xilinx Aurora link layer</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_11_RADIOTAP</td>
              <td align="center">127</td>
              <td align="left">Radiotap header<xref target="Radiotap"/>, followed by an 802.11 header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_TZSP</td>
              <td align="center">128</td>
              <td align="left">Reserved for Tazmen Sniffer Protocol</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ARCNET_LINUX</td>
              <td align="center">129</td>
              <td align="left">ARCNET Data Packets, per RFC 1051 frames w/variations</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_MLPPP</td>
              <td align="center">130</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_MLFR</td>
              <td align="center">131</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_ES</td>
              <td align="center">132</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_GGSN</td>
              <td align="center">133</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_MFR</td>
              <td align="center">134</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_ATM2</td>
              <td align="center">135</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_SERVICES</td>
              <td align="center">136</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_ATM1</td>
              <td align="center">137</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_APPLE_IP_OVER_IEEE1394</td>
              <td align="center">138</td>
              <td align="left">Apple IP-over-IEEE 1394 cooked header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MTP2_WITH_PHDR</td>
              <td align="center">139</td>
              <td align="left">Signaling System 7 (SS7) Message Transfer Part Level ITU-T Q.703</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MTP2</td>
              <td align="center">140</td>
              <td align="left">SS7 Level 2, Q.703</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MTP3</td>
              <td align="center">141</td>
              <td align="left">SS7 Level 3, Q.704</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SCCP</td>
              <td align="center">142</td>
              <td align="left">SS7 Control Part, ITU-T Q.711/Q.712/Q.713/Q.714</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DOCSIS</td>
              <td align="center">143</td>
              <td align="left">DOCSIS MAC frames, DOCSIS 3.1</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LINUX_IRDA</td>
              <td align="center">144</td>
              <td align="left">Linux-IrDA packets w/LINKTYPE_LINUX_IRDA header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IBM_SP</td>
              <td align="center">145</td>
              <td align="left">Reserved for IBM SP switch</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IBM_SN</td>
              <td align="center">146</td>
              <td align="left">Reserved for IBM Next Federation switch</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_01</td>
              <td align="center">147</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_02</td>
              <td align="center">148</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_03</td>
              <td align="center">149</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_04</td>
              <td align="center">150</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_05</td>
              <td align="center">151</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_06</td>
              <td align="center">152</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_07</td>
              <td align="center">153</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_08</td>
              <td align="center">154</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_09</td>
              <td align="center">155</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_10</td>
              <td align="center">156</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_11</td>
              <td align="center">157</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_12</td>
              <td align="center">158</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_13</td>
              <td align="center">159</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_14</td>
              <td align="center">160</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_15</td>
              <td align="center">161</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RESERVED_16</td>
              <td align="center">162</td>
              <td align="left">For private use</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_11_AVS</td>
              <td align="center">163</td>
              <td align="left">AVS header<xref target="AVS"/>, followed by an 802.11 header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_MONITOR</td>
              <td align="center">164</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_BACNET_MS_TP</td>
              <td align="center">165</td>
              <td align="left">BACnet MS/TP frames, per 9.3 MS/TP Frame Format ANSI 135</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PPP_PPPD</td>
              <td align="center">166</td>
              <td align="left">PPP in HDLC-like encapsulation, like LINKTYPE_PPP_HDLC, different stuffing</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_PPPOE</td>
              <td align="center">167</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_PPPOE_ATM</td>
              <td align="center">168</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_GPRS_LLC</td>
              <td align="center">169</td>
              <td align="left">General Packet Radio Service Logical Link Control, as per 3GPP TS 04.64</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_GPF_T</td>
              <td align="center">170</td>
              <td align="left">Transparent-mapped generic framing procedure, as specified by ITU-T Recommendation G.7041/Y.1303</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_GPF_F</td>
              <td align="center">171</td>
              <td align="left">Frame-mapped generic framing procedure, as specified by ITU-T Recommendation G.7041/Y.1303</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_GCOM_T1E1</td>
              <td align="center">172</td>
              <td align="left">Reserved for Gcom T1/E1 line monitoring equipment</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_GCOM_SERIAL</td>
              <td align="center">173</td>
              <td align="left">Reserved for Gcom T1/E1 line monitoring equipment</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_PIC_PEER</td>
              <td align="center">174</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ERF_ETH</td>
              <td align="center">175</td>
              <td align="left">Endace ERF header followed by 802.3 Ethernet</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ERF_POS</td>
              <td align="center">176</td>
              <td align="left">Endace ERF header followed by Packet-over-SONET</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LINUX_LAPD</td>
              <td align="center">177</td>
              <td align="left">Link Access Procedures on the D Channel (LAPD) frames, as specified by ITU-T Recommendation Q.920 and ITU-T Recommendation Q.921 , captured via vISDN, with a LINKTYPE_LINUX_LAPD header , followed by the Q.921 frame, starting with the address field.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_ETHER</td>
              <td align="center">178</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_PPP</td>
              <td align="center">179</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_FRELAY</td>
              <td align="center">180</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_CHDLC</td>
              <td align="center">181</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MFR</td>
              <td align="center">182</td>
              <td align="left">FRF.16.1 Multi-Link Frame Relay frames, beginning with an FRF.12 Interface fragmentation format fragmentation header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_VP</td>
              <td align="center">182</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_A653_ICM</td>
              <td align="center">185</td>
              <td align="left">Reserved for Arinc 653 Interpartition Communication messages</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USB_FREEBSD</td>
              <td align="center">186</td>
              <td align="left">USB packets, beginning with a FreeBSD USB header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_BLUETOOTH_HCI_H4</td>
              <td align="center">187</td>
              <td align="left">Bluetooth HCI UART transport layer; the frame contains an HCI packet indicator byte, as specified by the UART Transport Layer portion of the most recent Bluetooth Core specification , followed by an HCI packet of the specified packet type, as specified by the Host Controller Interface Functional Specification portion of the most recent Bluetooth Core Specification.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_16_MAC_CPS</td>
              <td align="center">188</td>
              <td align="left">Reserved for IEEE 802.16 MAC Common Part Sublayer</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USB_LINUX</td>
              <td align="center">189</td>
              <td align="left">USB packets, beginning with a Linux USB header, as specified by the struct usbmon_packet in the Documentation/usb/usbmon.txt file in the Linux source tree. Only the first 48 bytes of that header are present. All fields in the header are in host byte order. When performing a live capture, the host byte order is the byte order of the machine on which the packets are captured. When reading a pcap file, the byte order is the byte order for the file, as specified by the file's magic number; when reading a pcapng file, the byte order is the byte order for the section of the pcapng file, as specified by the Section Header Block.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_CAN20B</td>
              <td align="center">190</td>
              <td align="left">Reserved for Controller Area Network (CAN) v. 2.0B packets</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_15_4_LINUX</td>
              <td align="center">191</td>
              <td align="left">IEEE 802.15.4, with address fields padded, as is done by Linux drivers</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PPI</td>
              <td align="center">192</td>
              <td align="left">Per-Packet Information information, as specified by the Per-Packet Information Header Specification , followed by a packet with the LINKTYPE_ value specified by the pph_dlt field of that header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_16_MAC_CPS_RADIO</td>
              <td align="center">193</td>
              <td align="left">Reserved for 802.16 MAC Common Part Sublayer plus radio header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_ISM</td>
              <td align="center">194</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_15_4_WITHFCS</td>
              <td align="center">195</td>
              <td align="left">IEEE 802.15.4 Low-Rate Wireless Networks, with each packet having the FCS at the end of the frame.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SITA</td>
              <td align="center">196</td>
              <td align="left">Various link-layer types, with a pseudo-header , for SITA</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ERF</td>
              <td align="center">197</td>
              <td align="left">Various link-layer types, with a pseudo-header, for Endace DAG cards; encapsulates Endace ERF records.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RAIF1</td>
              <td align="center">198</td>
              <td align="left">Reserved for Ethernet packets captured from a u10 Networks board</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPMB_KONTRON</td>
              <td align="center">199</td>
              <td align="left">Reserved for IPMB packet for IPMI, with a 2-byte header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_ST</td>
              <td align="center">200</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_BLUETOOTH_HCI_H4_WITH_PHDR</td>
              <td align="center">201</td>
              <td align="left">Bluetooth HCI UART transport layer; the frame contains a 4-byte direction field, in network byte order (big-endian), the low-order bit of which is set if the frame was sent from the host to the controller and clear if the frame was received by the host from the controller, followed by an HCI packet indicator byte, as specified by the UART Transport Layer portion of the most recent Bluetooth Core specification , followed by an HCI packet of the specified packet type, as specified by the Host Controller Interface Functional Specification portion of the most recent Bluetooth Core Specification.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_AX25_KISS</td>
              <td align="center">202</td>
              <td align="left">AX.25 packet, with a 1-byte KISS header containing a type indicator.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LAPD</td>
              <td align="center">203</td>
              <td align="left">Link Access Procedures on the D Channel (LAPD) frames, as specified by ITU-T Recommendation Q.920 and ITU-T Recommendation Q.921 , starting with the address field, with no pseudo-header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PPP_WITH_DIR</td>
              <td align="center">204</td>
              <td align="left">PPP, as per RFC 1661 and RFC 1662 , preceded with a one-byte pseudo-header with a zero value meaning received by this host and a non-zero value meaning sent by this host; if the first 2 bytes are 0xff and 0x03, it's PPP in HDLC-like framing, with the PPP header following those two bytes, otherwise it's PPP without framing, and the packet begins with the PPP header. The data in the frame is not octet-stuffed or bit-stuffed.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_C_HDLC_WITH_DIR</td>
              <td align="center">205</td>
              <td align="left">Cisco PPP with HDLC framing, as per section 4.3.1 of RFC 1547 , preceded with a one-byte pseudo-header with a zero value meaning received by this host and a non-zero value meaning sent by this host.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_FRELAY_WITH_DIR</td>
              <td align="center">206</td>
              <td align="left">Frame Relay LAPF frames, beginning with a one-byte pseudo-header with a zero value meaning received by this host (DCE-&gt;DTE) and a non-zero value meaning sent by this host (DTE-&gt;DCE), followed by an ITU-T Recommendation Q.922 LAPF header starting with the address field, and without an FCS at the end of the frame.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LAPB_WITH_DIR</td>
              <td align="center">207</td>
              <td align="left">Link Access Procedure, Balanced (LAPB), as specified by ITU-T Recommendation X.25 , preceded with a one-byte pseudo-header with a zero value meaning received by this host (DCE-&gt;DTE) and a non-zero value meaning sent by this host (DTE-&gt;DCE).</td>
            </tr>
            <tr>
              <td align="left">Reserved</td>
              <td align="center">208</td>
              <td align="left">Reserved for an unspecified link-layer type</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPMB_LINUX</td>
              <td align="center">209</td>
              <td align="left">IPMB over an I2C circuit, with a Linux-specific pseudo-header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_FLEXRAY</td>
              <td align="center">210</td>
              <td align="left">Reserved for FlexRay automotive bus</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MOST</td>
              <td align="center">211</td>
              <td align="left">Reserved for Media Oriented Systems Transport (MOST) bus</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LIN</td>
              <td align="center">212</td>
              <td align="left">Reserved for Local Interconnect Network (LIN) bus for vehicle networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_X2E_SERIAL</td>
              <td align="center">213</td>
              <td align="left">Reserved for X2E serial line captures</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_X2E_XORAYA</td>
              <td align="center">214</td>
              <td align="left">Reserved for X2E Xoraya data loggers</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_15_4_NONASK_PHY</td>
              <td align="center">215</td>
              <td align="left">IEEE 802.15.4 Low-Rate Wireless Networks, with each packet having the FCS at the end of the frame, and with the PHY-level data for the O-QPSK, BPSK, GFSK, MSK, and RCC DSS BPSK PHYs (4 octets of 0 as preamble, one octet of SFD, one octet of frame length + reserved bit) preceding the MAC-layer data (starting with the frame control field).</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LINUX_EVDEV</td>
              <td align="center">216</td>
              <td align="left">Reserved for Linux evdev messages</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_GSMTAP_UM</td>
              <td align="center">217</td>
              <td align="left">Reserved for GSM Um interface, with gsmtap header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_GSMTAP_ABIS</td>
              <td align="center">218</td>
              <td align="left">Reserved for GSM Abis interface, with gsmtap header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MPLS</td>
              <td align="center">219</td>
              <td align="left">MPLS packets with MPLS label as the header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USB_LINUX_MMAPPED</td>
              <td align="center">220</td>
              <td align="left">USB packets, beginning with a Linux USB header, as specified by the struct usbmon_packet in the Documentation/usb/usbmon.txt file in the Linux source tree. All 64 bytes of the header are present. All fields in the header are in host byte order. When performing a live capture, the host byte order is the byte order of the machine on which the packets are captured. When reading a pcap file, the byte order is the byte order for the file, as specified by the file's magic number; when reading a pcapng file, the byte order is the byte order for the section of the pcapng file, as specified by the Section Header Block. For isochronous transfers, the ndesc field specifies the number of isochronous descriptors that follow.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DECT</td>
              <td align="center">221</td>
              <td align="left">Reserved for DECT packets, with a pseudo-header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_AOS</td>
              <td align="center">222</td>
              <td align="left">Reserved for OS Space Data Link Protocol</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_WIHART</td>
              <td align="center">223</td>
              <td align="left">Reserved for Wireless HART (Highway Addressable Remote Transducer)</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_FC_2</td>
              <td align="center">224</td>
              <td align="left">Fibre Channel FC-2 frames, beginning with a Frame_Header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_FC_2_WITH_FRAME_DELIMS</td>
              <td align="center">225</td>
              <td align="left">Fibre Channel FC-2 frames, beginning an encoding of the SOF, followed by a Frame_Header, and ending with an encoding of the SOF. The encodings represent the frame delimiters as 4-byte sequences representing the corresponding ordered sets, with K28.5 represented as 0xBC, and the D symbols as the corresponding byte values; for example, SOFi2, which is K28.5 - D21.5 - D1.2 - D21.2, is represented as 0xBC 0xB5 0x55 0x55.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPNET</td>
              <td align="center">226</td>
              <td align="left">Solaris ipnet pseudo-header , followed by an IPv4 or IPv6 datagram.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_CAN_SOCKETCAN</td>
              <td align="center">227</td>
              <td align="left">CAN (Controller Area Network) frames, with a pseudo-header followed by the frame payload.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPV4</td>
              <td align="center">228</td>
              <td align="left">Raw IPv4; the packet begins with an IPv4 header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPV6</td>
              <td align="center">229</td>
              <td align="left">Raw IPv6; the packet begins with an IPv6 header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_15_4_NOFCS</td>
              <td align="center">230</td>
              <td align="left">IEEE 802.15.4 Low-Rate Wireless Network, without the FCS at the end of the frame.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DBUS</td>
              <td align="center">231</td>
              <td align="left">Raw D-Bus messages , starting with the endianness flag, followed by the message type, etc., but without the authentication handshake before the message sequence.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_VS</td>
              <td align="center">232</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_SRX_E2E</td>
              <td align="center">233</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_FIBRECHANNEL</td>
              <td align="center">234</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DVB_CI</td>
              <td align="center">235</td>
              <td align="left">DVB-CI (DVB Common Interface for communication between a PC Card module and a DVB receiver), with the message format specified by the PCAP format for DVB-CI specification</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MUX27010</td>
              <td align="center">236</td>
              <td align="left">Variant of 3GPP TS 27.010 multiplexing protocol (similar to, but not the same as, 27.010).</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_STANAG_5066_D_PDU</td>
              <td align="center">237</td>
              <td align="left">D_PDUs as described by NATO standard STANAG 5066, starting with the synchronization sequence, and including both header and data CRCs. The current version of STANAG 5066 is backwards-compatible with the 1.0.2 version , although newer versions are classified.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_JUNIPER_ATM_CEMIC</td>
              <td align="center">238</td>
              <td align="left">Reserved for Juniper Networks</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NFLOG</td>
              <td align="center">239</td>
              <td align="left">Linux netlink NETLINK NFLOG socket log messages.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NETANALYZER</td>
              <td align="center">240</td>
              <td align="left">Pseudo-header for Hilscher Gesellschaft fuer Systemautomation mbH netANALYZER devices , followed by an Ethernet frame, beginning with the MAC header and ending with the FCS.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NETANALYZER_TRANSPARENT</td>
              <td align="center">241</td>
              <td align="left">Pseudo-header for Hilscher Gesellschaft fuer Systemautomation mbH netANALYZER devices , followed by an Ethernet frame, beginning with the preamble, SFD, and MAC header, and ending with the FCS.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPOIB</td>
              <td align="center">242</td>
              <td align="left">IP-over-InfiniBand, as specified by RFC 4391 section 6</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_MPEG_2_TS</td>
              <td align="center">243</td>
              <td align="left">MPEG-2 Transport Stream transport packets, as specified by ISO 13818-1/ ITU-T Recommendation H.222.0 (see table 2-2 of section 2.4.3.2 Transport Stream packet layer).</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NG40</td>
              <td align="center">244</td>
              <td align="left">Pseudo-header for ng4T GmbH's UMTS Iub/Iur-over-ATM and Iub/Iur-over-IP format as used by their ng40 protocol tester , followed by frames for the Frame Protocol as specified by 3GPP TS 25.427 for dedicated channels and 3GPP TS 25.435 for common/shared channels in the case of ATM AAL2 or UDP traffic, by SSCOP packets as specified by ITU-T Recommendation Q.2110 for ATM AAL5 traffic, and by NBAP packets for SCTP traffic.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NFC_LLCP</td>
              <td align="center">245</td>
              <td align="left">Pseudo-header for NFC LLCP packet captures , followed by frame data for the LLCP Protocol as specified by NFCForum-TS-LLCP_1.1</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PFSYNC</td>
              <td align="center">246</td>
              <td align="left">Reserved for pfsync output</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_INFINIBAND</td>
              <td align="center">247</td>
              <td align="left">Raw InfiniBand frames, starting with the Local Routing Header, as specified in Chapter 5 Data packet format of InfiniBand[TM] Architectural Specification Release 1.2.1 Volume 1 - General Specifications</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SCTP</td>
              <td align="center">248</td>
              <td align="left">SCTP packets, as defined by RFC 4960 , with no lower-level protocols such as IPv4 or IPv6.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USBPCAP</td>
              <td align="center">249</td>
              <td align="left">USB packets, beginning with a USBPcap header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RTAC_SERIAL</td>
              <td align="center">250</td>
              <td align="left">Serial-line packet header for the Schweitzer Engineering Laboratories RTAC product , followed by a payload for one of a number of industrial control protocols.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_BLUETOOTH_LE_LL</td>
              <td align="center">251</td>
              <td align="left">Bluetooth Low Energy air interface Link Layer packets, in the format described in section 2.1 PACKET FORMAT of volume 6 of the Bluetooth Specification Version 4.0 (see PDF page 2200), but without the Preamble.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_WIRESHARK_UPPER_PDU</td>
              <td align="center">252</td>
              <td align="left">Reserved for Wireshark</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NETLINK</td>
              <td align="center">253</td>
              <td align="left">Linux Netlink capture encapsulation</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_BLUETOOTH_LINUX_MONITOR</td>
              <td align="center">254</td>
              <td align="left">Bluetooth Linux Monitor encapsulation of traffic for the BlueZ stack</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_BLUETOOTH_BREDR_BB</td>
              <td align="center">255</td>
              <td align="left">Bluetooth Basic Rate and Enhanced Data Rate baseband packets</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR</td>
              <td align="center">256</td>
              <td align="left">Bluetooth Low Energy link-layer packets</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PROFIBUS_DL</td>
              <td align="center">257</td>
              <td align="left">PROFIBUS data link layer packets, as specified by IEC standard 61158-4-3, beginning with the start delimiter, ending with the end delimiter, and including all octets between them.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_PKTAP</td>
              <td align="center">258</td>
              <td align="left">Apple PKTAP capture encapsulation</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_EPON</td>
              <td align="center">259</td>
              <td align="left">Ethernet-over-passive-optical-network packets, starting with the last 6 octets of the modified preamble as specified by 65.1.3.2 Transmit in Clause 65 of Section 5 of IEEE 802.3 , followed immediately by an Ethernet frame.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IPMI_HPM_2</td>
              <td align="center">260</td>
              <td align="left">IPMI trace packets, as specified by Table 3-20 Trace Data Block Format in the PICMG HPM.2 specification The time stamps for packets in this format must match the time stamps in the Trace Data Blocks.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ZWAVE_R1_R2</td>
              <td align="center">261</td>
              <td align="left">Z-Wave RF profile R1 and R2 packets , as specified by ITU-T Recommendation G.9959 , with some MAC layer fields moved.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ZWAVE_R3</td>
              <td align="center">262</td>
              <td align="left">Z-Wave RF profile R3 packets , as specified by ITU-T Recommendation G.9959 , with some MAC layer fields moved.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_WATTSTOPPER_DLM</td>
              <td align="center">263</td>
              <td align="left">Formats for WattStopper Digital Lighting Management (DLM) and Legrand Nitoo Open protocol common packet structure captures.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ISO_14443</td>
              <td align="center">264</td>
              <td align="left">Messages between ISO 14443 contactless smartcards (Proximity Integrated Circuit Card, PICC) and card readers (Proximity Coupling Device, PCD), with the message format specified by the PCAP format for ISO14443 specification</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_RDS</td>
              <td align="center">265</td>
              <td align="left">Radio data system (RDS) groups, as per IEC 62106, encapsulated in this form</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USB_DARWIN</td>
              <td align="center">266</td>
              <td align="left">USB packets, beginning with a Darwin (macOS, etc.) USB header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_OPENFLOW</td>
              <td align="center">267</td>
              <td align="left">Reserved for OpenBSD DLT_OPENFLOW</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SDLC</td>
              <td align="center">268</td>
              <td align="left">SDLC packets, as specified by Chapter 1, DLC Links, section Synchronous Data Link Control (SDLC) of Systems Network Architecture Formats, GA27-3136-20 , without the flag fields, zero-bit insertion, or Frame Check Sequence field, containing SNA path information units (PIUs) as the payload.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_TI_LLN_SNIFFER</td>
              <td align="center">269</td>
              <td align="left">Reserved for Texas Instruments protocol sniffer</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LORATAP</td>
              <td align="center">270</td>
              <td align="left">LoRaTap pseudo-header , followed by the payload, which is typically the PHYPayload from the LoRaWan specification</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_VSOCK</td>
              <td align="center">271</td>
              <td align="left">Protocol for communication between host and guest machines in VMware and KVM hypervisors.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_NORDIC_BLE</td>
              <td align="center">272</td>
              <td align="left">Messages to and from a Nordic Semiconductor nRF Sniffer for Bluetooth LE packets, beginning with a pseudo-header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DOCSIS31_XRA31</td>
              <td align="center">273</td>
              <td align="left">DOCSIS packets and bursts, preceded by a pseudo-header giving metadata about the packet</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ETHERNET_MPACKET</td>
              <td align="center">274</td>
              <td align="left">mPackets, as specified by IEEE 802.3br Figure 99-4, starting with the preamble and always ending with a CRC field.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DISPLAYPORT_AUX</td>
              <td align="center">275</td>
              <td align="left">DisplayPort AUX channel monitoring data as specified by VESA DisplayPort(DP) Standard preceded by a pseudo-header</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_LINUX_SLL2</td>
              <td align="center">276</td>
              <td align="left">Linux cooked capture encapsulation v2</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_SERCOS_MONITOR</td>
              <td align="center">277</td>
              <td align="left">Reserved for Sercos Monitor</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_OPENVIZSLA</td>
              <td align="center">278</td>
              <td align="left">Openvizsla FPGA-based USB sniffer</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_EBHSCR</td>
              <td align="center">279</td>
              <td align="left">Elektrobit High Speed Capture and Replay (EBHSCR) format</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_VPP_DISPATCH</td>
              <td align="center">280</td>
              <td align="left">Records in traces from the http://fd.io VPP graph dispatch tracer, in the the graph dispatcher trace format</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DSA_TAG_BRCM</td>
              <td align="center">281</td>
              <td align="left">Ethernet frames, with a switch tag inserted between the source address field and the type/length field in the Ethernet header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DSA_TAG_BRCM_PREPEND</td>
              <td align="center">282</td>
              <td align="left">Ethernet frames, with a switch tag inserted before the destination address in the Ethernet header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_IEEE802_15_4_TAP</td>
              <td align="center">283</td>
              <td align="left">IEEE 802.15.4 Low-Rate Wireless Networks, with a pseudo-header containing TLVs with metadata preceding the 802.15.4 header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DSA_TAG_DSA</td>
              <td align="center">284</td>
              <td align="left">Ethernet frames, with a switch tag inserted between the source address field and the type/length field in the Ethernet header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_DSA_TAG_EDSA</td>
              <td align="center">285</td>
              <td align="left">Ethernet frames, with a programmable Ethernet type switch tag inserted between the source address field and the type/length field in the Ethernet header.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ELEE</td>
              <td align="center">286</td>
              <td align="left">Payload of lawful intercept packets using the ELEE protocol The packet begins with the ELEE header; it does not include any transport-layer or lower-layer headers for protcols used to transport ELEE packets.</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_Z_WAVE_SERIAL</td>
              <td align="center">287</td>
              <td align="left">Serial frames transmitted between a host and a Z-Wave chip over an RS-232 or USB serial connection, as described in section 5 of the Z-Wave Serial API Host Application Programming Guide</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_USB_2_0</td>
              <td align="center">288</td>
              <td align="left">USB 2.0, 1.1, or 1.0 packet, beginning with a PID, as described by Chapter 8 Protocol Layer of the the Universal Serial Bus Specification Revision 2.0</td>
            </tr>
            <tr>
              <td align="left">LINKTYPE_ATSC_ALP</td>
              <td align="center">289</td>
              <td align="left">ATSC Link-Layer Protocol frames, as described in section 5 of the A/330 Link-Layer Protocol specification, found at the ATSC 3.0 standards page , beginning with a Base Header</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="contributors">
      <name>Contributors</name>
      <t>Insert pcap developers etc. here</t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors wish to thank (many reviewers) and many others for
their invaluable comments.</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>
      <name>Informative References</name>
      <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="29" month="July" year="2022"/>
          <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-01"/>
      </reference>
      <reference anchor="I-D.tuexen-opsawg-pcapng">
        <front>
          <title>PCAP Next Generation (pcapng) Capture File Format</title>
          <author fullname="Michael Tüxen" initials="M." surname="Tüxen">
            <organization>Muenster University of Applied Sciences</organization>
          </author>
          <author fullname="Fulvio Risso" initials="F." surname="Risso">
            <organization>Politecnico di Torino</organization>
          </author>
          <author fullname="Jasper Bongertz" initials="J." surname="Bongertz">
            <organization>Airbus Defence and Space CyberSecurity</organization>
          </author>
          <author fullname="Gerald Combs" initials="G." surname="Combs">
            <organization>Wireshark Foundation</organization>
          </author>
          <author fullname="Guy Harris" initials="G." surname="Harris">
         </author>
          <author fullname="Eelco Chaudron" initials="E." surname="Chaudron">
            <organization>Red Hat</organization>
          </author>
          <author fullname="Michael Richardson" initials="M." surname="Richardson">
            <organization>Sandelman Software Works</organization>
          </author>
          <date day="29" month="July" year="2022"/>
          <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.

Discussion Venues

   This note is to be removed before publishing as an RFC.

   Discussion of this document takes place on the OPSAWG Working Group
   mailing list (opsawg@ietf.org), which is archived at
   https://mailarchive.ietf.org/arch/browse/opsawg/.

   Source for this draft and an issue tracker can be found at
   https://github.com/pcapng/pcapng.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-tuexen-opsawg-pcapng-05"/>
      </reference>
      <reference anchor="RFC8126">
        <front>
          <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
          <author fullname="M. Cotton" initials="M." surname="Cotton">
            <organization/>
          </author>
          <author fullname="B. Leiba" initials="B." surname="Leiba">
            <organization/>
          </author>
          <author fullname="T. Narten" initials="T." surname="Narten">
            <organization/>
          </author>
          <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>
      <reference anchor="Radiotap" target="http://www.radiotap.org/">
        <front>
          <title>Radiotap Web site</title>
          <author>
            <organization>radiotap.org</organization>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="AVS" target="http://web.archive.org/web/20040803232023/http://www.shaftnet.org/~pizza/software/capturefrm.txt">
        <front>
          <title>Archived AVS specification</title>
          <author fullname="Solomon Peachy">
            <organization/>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
    </references>
  </back>
  <!-- ##markdown-source:
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
5ZhpfWM612jUqyTLFQplgwBKPvj99wvpvsu430+X60Cpzn+xCFiFn+b2r1gP
Zvk8OkNYE8QB4pZD/4LLJfr3jvkYF7l1bXYUqdjgSlB2R4bQOcC/3k8ME4s8
HpEnobQq7PZXeMMETWa2jvccQh5byg93HECiWuoPd7u9tSbo2PpxRDme7R/u
B3ZV0bHzwx2twezB0Pk0u3/PqLCOrauTO2qmOcqFlphXafXaAHEt9W8qt9zc
0jsmNPkhd47nprr4aMzvFuZdn4jWSyx3DRVHFtUSkcsVO7Osq3M2hrzZa4fN
Q9uPONfaCI5HPLtozO/rc/a3xlWzVYGeKO1mgv6yoXpxrBWsYVsptGqJVu2i
rtF1cG1b5a30gBK6HsfgIh9cUS7pU+WfLf5ZBNGf6paBNWq3EvGVjTVdSs0F
k4/gyxyYRWPWh2Jpt4VdrBthX5PxSFR03PPGh4Q2bsYLUgTtCnPhObNMFsGt
QbRfaQ/ub3cP20+crzEbOqssCK12ng2IIQf9BTxQpQ0XKCBHSWROyqYrb0kL
dX1SS1qs3kktwZMID05p2UFL5aSWXbRUT2p5hZatk1peo2X7pJY9tOyc0hLO
ndLpntQSa9Q5aY3g0Smdk9YILpzSOWmN4LMp3ZPWCI6b0j1pjeCxKd1vrVHR
/XmAQHbhPzxYmZXF9x8wsJnSn06M+RQ6rHu64r/RuJEdW4s5ZLPbSfCA3Kux
dTk3M81AnXuNlnwq4omh2GTgQTUsRiUAw78+4HUPQ+OSC33B+LODoPqikLWN
4j2cqpKvns4YzacDDHO65Sj1XHDfrXt9cu9bc2YtRuRednvJreND/3jSFRHb
qoxSunD2EACsecDG84VSWWdxY+sWRJlbrNludNsl8MMF/OCrZsItzM6m+de3
9o62ydY0nLtMIxfaKkPct6e8KMDK5JrgFWEOZs4y2MLHWgkdeUvmRLn83IDj
06oMOsSgiogT/9OH06fjxVwZQOavKg7RLQCwuXI5UMhJddLQgUanfPuOcmVV
SBA4Q0PIdtX6h2BlbGHoC3NAQdfV6TI0mA0pk4M+nWSA+WP58SiNz4tC/HaG
ECBMCruuut8BIbhNeDdWJdMnzC9CfIje1VXCeU9bLinFYKbLF6Xp6H4azrAz
6nGeCftJy/u3Rk9t8kTum68VdpHvEz67Nns2rP5E5i/yfcIC1ul8y5qPkBXw
OIYXlCIOeWKZQ6LX9mpFsRADyt6qcWRdRaJNuTpd1AuKAv16P9wvzb9c/3iU
oYsI9vr0MIO7+9cwOLNhQ+k2FDbee7Fb5wxQzP6kS8yTcX5GQtgW3lOlMgEn
fCL2Q9M1T07z9ZQ7yuWHhxnadAYPJkfnZHe+22ktDB26+LqaG4HELhleC8x2
tPB8bB3cBoByP24rHPMizHvrhtZgQOlp5bqb4HfqsR7On6XZBWp1YF9vRveD
+XSKEOEOAfkd/IXrq+TG2ztxEFAqAcH4vTabU/QPpU37ZTy8fi92aTn5lwHf
JoqI1NRebqe7/oqmgIk+vsZHNCsB4KDnGegR3wWnr4Xd720Q0Y7Wksxljpge
hE652IYd+BQFZCSsHIF0z/919wZqdzSsNG4esMq5Z7j3l7Lmo7xzejripX6N
Y75Td4HoZaGbUJvXFcHO06xdHuIQu1BhEsVr1v6xmv4gZpF5huved1hFZAZz
RjlOGplu20ePGHeRLbfQvHLjlM/sEk0uRTOqUBIlJW622YihomAfLqmuxXEa
bOp7YoAn2kFm7WvOObIGARIqNSjtrlF6CKM0mOZ5QjNmO62FVniyoUUgMCwI
SaDZR6owgqyS1NPMKWn07KTKXOzDVjrRviQ9LjxJl9hebsgCg/xiazIv1xCb
jKmNkONS2Y0YlPZSOT0uqqAPB0urOkTzYytCb/5MNRhr2gvnFQTvRS1VeUR8
+cEx022AtBSlCOQYJpZsfydW4cYLll+KDK5rE7V5kyi9iukoSJoGnFNNys7Q
4Zw9N5jaaGace0xgOot2yua9wp6l0mm0U7NcNKRwVvHbWfFZ8DIUn+Yv2XIV
8r3jkt9vALCamHBNpFNspOWPmK6bfz9Olzf6STJZ31Jkqa7KPIIMqbTkqDrY
brdZrLxYzLQiPt/WNiJDipm2jqSr31Y3bOftI5m2fjOE47nz3umuZ2lpKYs1
1KENe53y4iIaeanPKAr9mG45pbDkuhdrvDb2c1oBBWiy3g9h2yplcG7SijSy
jLmGUbvJgyiq4znmupg1L2HInL5d5OxXQb3g52Fh0bvsCgPW1Q/CEqCk69zX
bqFVwlX0vhBtQkkWPGvYHAhxVJzFTDOGiEp6FVOSeuuZzsp8Wl6sY7O90szI
yR4DjFvaWBjfLD5MJ/PZdALYFT+S3qZkl7+NbH5qneuaN3nFmidq83TvsurF
FJKealP5u/0Z1hZorsBZQq1xibogw5KWTBZ05tmju66Dl1zbPxcqlgo0xTsq
7QKLZWU6EZnMAstRpSUjkyYon1mhOODfl7l6pLhk6Tl2eNifnA1eiSz1AIeQ
wcthfMtT+i+37e9w26iWZfHBsCywm1oqack4XhGsRI1SF0UymjDPvO4qI34R
OI951WbrjxDzfic8zTfwSwqsUugipLNvkHC2j9a8cETSuhIMK+oA0kotm4pr
BTnLOle+/dUJA2kat47N6VuWDMgfFw1eqwVs/fqRLlwYi83fZwLH3VNVeqfk
5jW/Pj1xaM2vzRbUQwxn7O26mYx21KSUBhG2iQqUoVwE/AtRjftCdSwZXIIQ
7ONC0YasW5TyUSxIKQ/UYFQRyOuOpb8s1IesHAyWsRPXeVaSivu43kp/ltw4
nsksLmTnH6sq+aMscnGSIs1RnGT3rXqTI7HUfxD6Z319UP+X/nxw/oMzQc85
9dQH5wcq9k0ZV8WkJK7flfa0Qpp4kRItp7lUGOKmSNU3snkX7Mb2bB8/uEa7
OT9RlXHt+5/GTv8R6wFipJ4Npl/xyUDHvZ/PsuIiVt0vEfKozV7C/S1KnfIF
VnW2dMPl3s0tkNjezMpcS2Qocv1o8GmmfU7UagXT0HO+zsD29j4OtgGd+mKP
+1KmbkpuW7WMaezAIWLT0AVB8EhsO0cF9+GM+p1XYOELQFXSbLzySJh02E6f
qmqzOBEdOAze8NmBn+Vl51qKgD+pgzSxriqVKAfvsG4h1UrzxHpa+Fvp/mkK
+mjo3j7s/ikI7Vd5sMML1utyFFkKaSbTiWZ9gJdKtP4nRDW5uAqbcPdZHh7i
yKYB/7T+N9P6ANnjn7dD+hzTBzfJus76cGDoJQGI2Flb2AyepWlyNY/wfftI
+QF+BIZe0jtr2K88EYbHc/w1MPoLC1NSwuScFyr/CCnEnVIGOK5nh4opd92p
coCrp/NGmZ/uPy0GD/3BA6hd2XYXQb/zvHKej6Vbb63xXDMX92P0rOzG4RW7
3/LzBdzLlIuzjrZ5YdEhJO3GgKdYrUIjWNqjG50MbWyOCEwvoS95yQJ14U88
+xGra0eFtNixvOBiPNZMcwAfU23+ofODlOvrtotJQee/coL/v+YEaY8dYwTL
TRj4lAuJZeFRJDDx6dCDzGClEAVGYi40erF7ekYiCCOR7hIuT1EH9Ac67FO1
eJKe5ix/LP9SDPSmkDi1YpaoYnvHczOknLgvc6Tk76Nxh7AZvStGJ1Pw9Jqd
3bnrzQusrCY8LX5SZ+bA3srSrNV+6YTnRXutL1RAbSelOk4Ygrr6tnPK3djF
3UF0RsCEazacaWMi2cgY05Q7p4GH6+H4y4Czl2QPazqsJjSLowvDQlmTwo7d
ERgicElfUK5DyntB/a8cz926MT/JG6XJm4hOcPl0rDXrkpqVZRDiwS4Qg3Mm
B4pRzggf1OtGJ+8nTnY1v97oecTVl4fQolTRloFyFMQxhvd8uZ2v9nZHkoI5
uWrh4JYYq876qiL+Kg1V/kQzNzqGBn108NERH6XcrskP5KjdxAo8OySzsuOZ
voMsZTkyKJ5dIGNLR5YrCfyFNdU/DOb4BvhXCf6yszfy93kW4miStLoVLpZx
Z796gb0qz+ahjcGu5ZGL5/b7t8LddA5Hst3mQxcweimM7ndgdL+VMRcOHGWk
1VbzVN/tIguWfiAB3b+5p0HEaZN+/Qa6LvVRjiZkRALS51GaZ68P6w1kb5lE
c+JlQxyaK+JGtyCIo3ViNxzcHm3sL3SC8SkInRKcVMCObpYT6j9eG2zN4Kup
A/T98fLgoXEzG+h32mQygIv/A3XC/YebhW6gSyfB17puIGJ7uEn3OwrVAwGl
7opb9I8A5tCxRWbqTLfDFZ0I2HuOjBAJigwmw/NC+icloCxAONwzorPEaXUC
WSqBVfmKiYI7eP9JvWoialNbYrfC9rmfnVZkqVcNvGVbKp+ABvoqK5+4nYJL
Dc0JPcHiID9CyY09SaQNARbdS061Ndcm2u2i0+x2F/2F2b/H0FcJ/8bVYen0
/ESbT7MTkEx0ZdT1GBNHrz637PKkZMZjQu+6/tLbC/VKudnUu6PLFMgC6zM9
EuZiuQ95mR1t5kmPpTCwOAG7/PJC2yl1fq9M7JK9zdBQGk0o4bQ3BvdIRNYb
OkZOx4nFC+nW8YNMtH7HBIGfexqMDR0kOr1QZ8KPvKitnjyzAwXOjzhAtVMb
xt/DSeYaDOFmphmKKKAxpjz6/MtglqjtZmJWVHDI7lwvWtKR/1vg5dF3+wks
93/+dyjDdR7yy3KUxztCI4WYHgA5tCTZ3pIMPis+iAzriotXdAKkgnxjHov5
TJtYpjYbTGDj2sofaE55+MsjXppXPs1DZ+fIPA1zatxgVmqSVfr7T67v3qDv
oYNNCdR2q6dkXnm3FCEObuHQzaGF262EfsFryzMvVkzIFvbCMjf4INFmTZnS
ulau68rl8azbXQN+caMJReKkp91VDAaJSxFTG5T1PTK+tMA8wC/pl8kt2FVt
t48sr79uz9ktFg4hzv0Y2s3YP14a+1AQjE4m8b2M4kMjU6Z24baQjeNyaM1c
F8YOv8SivPry+E0aA4k8cOrmH9Ar07nwB9Qr3mvl8L0dvF8KHzriKBZbtjqZ
cUFwTBeXFFvLWJbfGQCy0hw1baSSt3bfN/PzWRjesvSpmQedp20AqQqsQ3pU
EZA7OUhClFT4jZZD5dvb+jwbuLRwiCNGI93E4nWOLB5e0znbFFZ+V9ARkpez
U7zXm1QHXESV+219btWp5UIpHfcwh9bnCRRw9dTF7onMDYPvs9uXTilOhsbE
uNEmffS5Em5jJomZY3tovESacgZ49PjuWKYEa4lIakds1hFhY75TThyK9c2H
+r///r/EJVOxQ4caDzYwZ3AyiSkQKDQU9kAXZOAHYoe0irvUvHScGuuHuV0n
fCGL0r9ynuTND0LD9LpNlu/u0RKFMnuYik1+T1MxhmiUM07k0mDA79WhUcvl
sZTXbK7pWfq200wsnq2t82xtmgzN+YyHjsvNi+PGvzpUQYFhHIcXSme3NVFW
gaDSPOgOqSPVNzwa4QDlpT52MQfhr/Z0wxzInGYfM4oUJ5+XKIwGkA1gX6xL
QMgA9JxwjRGhj7IMoMgmyA32lFzpxp1gldzJcv2CrlWYqVGUxobT2VibE6rP
gjO6aaiRD1/mpwfp77RTdW72hxgdnqqqNpvnh9GCKW1eo5TumA2sO232YXFv
8lpj8g476mHug9/PVDbz9B2N05PKE+n1fO+gcoHEIq8pz4yonXaR1BzmWB7d
PbxwSWizjH+o4y8k5MsvR4dCsNGfLW5gsDudwig3dgQgPAokZTHwN2Ini8s6
f0x3rzzyy1QOitoqvFKsZul0j3NNYZvoEJ45myIqurcWfeK7qyT9LbcpskOz
37D/Az333buK0rmut+utow4Q14d5KubiwN2hYLfwuuzQ01U6ckMhjarQp5SB
MD/QCV61k56H5L+/yxwDczpBp16S+nDCKdiR0/7s1IMdv0emnpb1ZJQ4VO/w
82MSomzbQ1SNrGSFipSFAxJ2Ow0l938weW4EPJtuu+h2eGgihZf/KNy6UtBI
Liz2ii6t8V6PuqRlP3JsLO7MMaUHu03aHzTEBW9vL/Oc+22tutokLNOMJk/Y
pmeipPIxDX18ywAdEyrX81DcFbtbzgjbnfATUp+Bd3ajVHVt9/yaoVgmyYu9
5DBVLEoq9ZeP2gNMgrKY0QyV5Jf6R7qBcDYkDcz3EmaykkTNMDj5hE+v1+ml
Fo+uk+JevJASubewDZ7LsZ7EpwVk1GPItP4pWHzU5nNrPuVKtz8aAxl+TDK7
eO6jHcdWHOwo5Oy7azfmJ7nWG87kY9uHnuf3sZ2hs9jjHjnrkP5OoDEDfkND
7isLXzW1vdm9C5lLV2JIa7pQ2u02EaidjNMkVirnPMag16Iwahnz1Fm0hfzx
gkd2BsfvK6mNV56NAVLkTetim5vnXS6IL3WBNfXhWx2UDi501YP9jh+A7vMo
D130/j+SlQHaAuu38jKzPsKvbkfcNyBUrrw16gyvztmaLpeMshIZUrVdVWl2
L1jpCpqi7FS28fra7CPtl3e/dxSkb4cvgHO2tZdTS+T+zo+fC5maA0oufATQ
ypZnevlGfzTPWhVdSjrfo3bhUlL9z5uaJvV+lQtG7cjNIWUrNaAl0z+0sZNv
qqTnws8I9DnXmLKYIK0CKHjJ6SFOQL3V1Kt6S2l1Sa+Vc7CUIZWSdMFrQPgd
fK6P+Ypabqp74GGIvnGgBC2Zh0oLYAolfNaEjo2DzIVacLqELCbuM+6j83SD
4Eh6e27AzE8W1sQYDilL063U0s6dr+RX+yRf4m7NTAAjcclEcat7OtO4hbxq
JqNgZs/hSH8r61/AqbAdEb/uyCDKExnm3Wcz9YPTelKC/REW6C2+f6BtAmCh
JFnA9nbqNCvVWtN1e+kmKrcDD2N+qzG9/PAwZpvXHZ1DjYKwnOWazvqGDtdp
gCHVXLvQjaV+Vs88CUJE4VjGrYulI3+fcglQ0uldHYRhwcEafEOY3tojFFcN
tJTFp5nWUoBNdiFBFpBTOL0PI37HR1qmJIKN0jqtXV7XkV4EwxCzSL49uC8t
vYJtMRZuP4ZtJ1vzbX8u9S4eweDumuSl16u3j/k7uUdD2WzvxX6Nyvt1lHA9
PJ7YNyxzpH02p7P5QqMapatO0nejHayXSckfPEtzG8UTrGKiFXQfBpbGCp3P
+uY5s1J/9BskPKgAsUYjOAtXXRlayJszjjqP7Ll4pRmCTn1q5THFVUUtWlST
FKVxRUWTPhi/WCMNncQtVM/ur5Fns6F5q9UpDFhxHXwoyYObO0unseC1es4X
KD/STrRDTBEb2b7CPcIzh6jDzkSn9HrdojyaJl8Uba7fJSo/u8nPCXDLIi7+
zWvPxb2NT6sGTBY6wkjZO7puNNoJd43ah1koSv/KLahcLZS7JWU0+pa2mGu3
CJx0OCfXSlL2YPOtQnHxBYuhoYVCphXOY4K0NqRUkphty9Lm1qWsLRJvJKrZ
aIebe0XMEDMNsHB9YKj+IIbZBhkic0iS4KUUy+9jUdpi5Hr8uvWjxWFVRVIw
U/PRg9zlzNRKudYqG+VtAuEvsGr/8VZuIDDrvImZvIN7y+OcrBGvvf+nIz0Y
DWCrrrtJalnh0Hj2y9PeE/mfpbPLD+aIC785RHTLzf/87aJv3lAM+55Bb6wC
RxR5i2ibtMZrnvuXyQNoMpnc4z830n/mQRzG5Hm+9L73fN9A4CRQLUVECx4S
pQm76yuZsEuz6bEMhYu0totl2zKKgjOwy2pbZ1ZdbYm0N2lNJ829+cJ5vCjv
PBaSYp00WJdQJS6aaYhjI5ROSP0SUzIKUf1275budyOXW100MZ9r7m+rjeYF
UxoK9xaVRjM7+nHgMphG/+JgYzR1ha/zxLZI+Els6d99epltijSVAVSzwHCK
RO6vWaxYmlv6QhuRGukl9IP70nUxQu6Y5WdFvk067bLVah4FUXIDycPc0woK
d4WP2wJl0hxSJPKJR0h0Q5lskTOv8avDudfvPu6psotu9yfRFKVy6TX74E+K
ZPhFyryLtvziBy+es+IH+iNxC7L4DzuQfEQbcazKRkxxxi9op8vlaUc3EqEj
fyb/kwDg/JrYJHJ9quMR133zKJ1fbv7f/1u9XtOn4/FgMrcaNeWcTonQfx4k
m5MDZ5YcPZGkp3QP3Xi9Cl78Or84UD2XZZ4UmdGuZP0FpvSc/Ty/h0fXZ9Ph
8OeLWkughjXey4Q3781+nk5+rrXPZdqNVwXzGiEKUsju8BvPqbnItNHpJvj0
XxxnRzqBcp6+w99jLsYEkjpntw/GmKqgaAqYYr3+L7X/B0NU+R4PZgAA

-->

</rfc>
