<?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.39 (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="pcaplinktype-test" category="info" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.0 -->
  <front>
    <title abbrev="pcaplinktype">Link-Layer Types for PCAP and PCAPNG Capture File Formats</title>
    <seriesInfo name="Internet-Draft" value="pcaplinktype-test"/>
    <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="2024" month="August" day="16"/>
    <abstract>
      <?line 446?>

<t>This document creates an IANA 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>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 451?>

<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 <xref target="LIBPCAP"/>.</t>
      <t>Other documents describe the original (legacy) format used by tcpdump (pcap), as well as the revised format (pcapng) which is used by tcpdump and Wireshark <xref target="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 metadata and Layer 2 encapsulation of the packet.</t>
      <t>This document creates an IANA registry for the LINKTYPE format, establishing the IANA
Considerations by which other uses of the pcap and pcapng formats may register new
LINKTYPE values.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?>
      </t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="pcapreg">
        <name>PCAP Registry</name>
        <t>IANA is requested to create a new registry group entitled "The PCAP Registry".</t>
      </section>
      <section anchor="linktype">
        <name>LinkType Registry</name>
        <t>IANA is also requested to create a registry entitled "PCAP LinkType List" under The PCAP registry group (<xref target="pcapreg"/>).</t>
        <t>The registry has the following structure:</t>
        <ul spacing="normal">
          <li>LINKTYPE Name: Indicates the symbolic name for this LinkType. The name is prefixed with "LINKTYPE_" (i.e., LINKTYPE_something).</li>
          <li>LINKTYPE Value: Indicates the integer value assigned for this LinkType.</li>
          <li>Description: Provides a very short description.</li>
          <li>Reference: Indicates an authoritative the document reference for the LinkType or a requester reference.</li>
        </ul>
        <t>The LinkType value is a 16-bit number. The policy allocation for the LinkType values is as follows:</t>
        <ul spacing="normal">
          <li>Values from 0 to 32767 must be allocated via Specification Required (<xref section="4.6" sectionFormat="of" target="RFC8126"/>). Guidance for Designated Experts is provided in Section X.</li>
          <li>Values from 32768 to 65000 are allocated following a First-Come First-Served policy (<xref section="4.4" sectionFormat="of" target="RFC8126"/>).</li>
          <li>Values from 65001 to 65535 are reserved for Private Use (<xref section="4.1" sectionFormat="of" target="RFC8126"/>).</li>
        </ul>
        <t>The initial version of the registry is provided in <xref target="sec-initial"/>.  In each
case here, the reference should be to
<xref target="TCPDUMP"/> and the RFC number to be assigned to this document, which is not repeated each time.</t>
        <t>The initial values table is based upon the Link type list maintained by
libpcap, and published on <xref target="TCPDUMP"/>.</t>
        <t>Note that historically, values were assigned incrementally following First Come First Served policy, with a preference for a public specification, but with no mandate.
Some historical values may have less specification than desired.</t>
        <t>LinkType values 147 to 162 named LINKTYPE_RESERVED_xx were originally reserved for Private Use. Their use is Deprecated in favour of the values in the 65001-65535 range.</t>
        <t>In general, Private Use values should never leak out of the entity that uses it.
As the First Come First Served range is large and easily obtained, official values are recommended.</t>
        <ul empty="true">
          <li>
            <t>There is often an associated DLT value which is often identical in value, but not universally so. DLT values are associated with specific operation system captures, and are operating system specific, and are thus not subject to standardization.</t>
          </li>
        </ul>
        <section anchor="sec-initial">
          <name>Initial Values</name>


<t>Option A: Initial Values of "PCAP LinkType List" Registry</t>
<dl spacing="compact">
<dt>Value:</dt>
<dd>0</dd>

<dt>Name:</dt>
<dd>LINKTYPE_NULL</dd>

<dt>Description:</dt>
<dd>BSD loopback encapsulation</dd>

<dt>Reference:</dt>
<dd><xref target="LINKTYPE_NULL"/></dd>
</dl>

<dl spacing="compact">
<dt>Value:</dt>
<dd>1</dd>

<dt>Name:</dt>
<dd>LINKTYPE_ETHERNET</dd>

<dt>Description:</dt>
<dd>IEEE 802.3 Ethernet</dd>

<dt>Reference:</dt>
<dd>-</dd>
</dl>

<dl spacing="compact">
<dt>Value:</dt>
<dd>189</dd>

<dt>Name:</dt>
<dd>LINKTYPE_USB_LINUX</dd>

<dt>Description:</dt>
<dd>
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 octets 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
</dd>

<dt>Reference:</dt>
<dd>-</dd>
</dl>


<dl spacing="compact">
<dt>Value:</dt>
<dd>237</dd>

<dt>Name:</dt>
<dd>LINKTYPE_STANAG_5066_D_PDU</dd>

<dt>Description:</dt>
<dd>
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
</dd>
<dt>Reference:</dt>
<dd><xref target="STANAG-5066"/></dd>
</dl>


<t>----------------------------------------------</t>

<t>Option B: Initial Values of "PCAP LinkType List" Registry</t>

<table>
  <name>Initial Values of the "PCAP LinkType List" Registry</name>
  <thead>
    <tr>
      <th align="left">Value</th>
      <th align="left"><dl newline="true"><dt>Name</dt><dd>Description</dd></dl></th>
      <th align="left">Reference</th>
    </tr>
  </thead>
  <tbody>
    
    <tr>
      <td align="left">0</td>
      <td align="left"><dl newline="true">
	<dt>LINKTYPE_NULL</dt>
	<dd>BSD loopback encapsulation</dd>
      </dl>
      </td>
      <td align="left"><xref target="LINKTYPE_NULL"/></td>
    </tr>

    <tr>
      <td align="left">1</td>
      <td align="left"><dl newline="true">
	<dt>LINKTYPE_ETHERNET </dt>
	<dd>IEEE 802.3 Ethernet</dd>
      </dl>
      </td>
      <td align="left" />
    </tr>

    <tr>
      <td align="left">189</td>
      <td align="left"><dl newline="true">
	<dt>LINKTYPE_USB_LINUX</dt>
	<dd>
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 octets 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 
	</dd>
      </dl>
      </td>
      <td align="left" />
    </tr>

    <tr>
      <td align="left">237</td>
      <td align="left"><dl newline="true">
	<dt>LINKTYPE_STANAG_5066_D_PDU</dt>
	<dd>
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 

	</dd>
      </dl>
      </td>
      <td align="left"><xref target="STANAG-5066"/></td>
    </tr>
    
<!--
              <tr>
                <td align="left" rowspan="2">1</td>
                <td align="left">LINKTYPE_ETHERNET</td>
                <td align="left"/>
	      </tr>
		<tr>
                <td align="left" colspan="2">IEEE 802.3 Ethernet</td>
              </tr>

              <tr>
                <td align="left" rowspan="2">2</td>
                <td align="left">LINKTYPE_EXP_ETHERNET</td>
                <td align="left"/>
	      </tr>
		<tr>
                <td align="left" colspan="2">Xerox experimental 3Mb Ethernet</td>
              </tr>

              <tr>
                <td align="left" rowspan="2">3</td>
                <td align="left">LINKTYPE_AX25</td>
                <td align="left"><xref target="AX.25"/></td>
	      </tr>
		<tr>
                <td align="left" colspan="2">AX.25 packet</td>
              </tr>

              <tr>
                <td align="left" rowspan="2">189</td>
                 <td align="left">LINKTYPE_USB_LINUX</td>
                <td align="left" />
	      </tr>
		<tr>
                <td align="left" colspan="2">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 octets 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" rowspan="2">237</td>
		<td align="left">LINKTYPE_STANAG_5066_D_PDU</td>
		<td><xref target="STANAG-5066"/></td>
	      </tr>
	      <tr>
	      <td align="left" colspan="2">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>
-->

	    </tbody>
	  </table>
	</section>
      </section>
      </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8126">
          <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>
        <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>n.d.</date>
          </front>
        </reference>
        <reference anchor="LIBPCAP" target="https://github.com/the-tcpdump-group/libpcap">
          <front>
            <title>libpcap</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="Wireshark" target="https://www.wireshark.org">
          <front>
            <title>Homepage of Wireshark</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</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>n.d.</date>
          </front>
          <refcontent>3GPP TS 04.64</refcontent>
        </reference>
        <reference anchor="ASHRAE-135">
          <front>
            <title>BACnet(TM): A Data Communication Protocol for Building Automation and Control Networks</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ANSI/ASHRAE Standard 135</refcontent>
        </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>
        <reference anchor="AX.25" target="https://www.ax25.net/AX25.2.2-Jul%2098-2.pdf">
          <front>
            <title>AX.25 Link Access Protocol for Amateur Packet Radio Version 2.2</title>
            <author initials="W. A." surname="Beech" fullname="William A. Beech">
              <organization/>
            </author>
            <author initials="D. E." surname="Nielsen" fullname="Douglas E. Nielsen">
              <organization/>
            </author>
            <author initials="J." surname="Taylor" fullname="Jack Taylor">
              <organization/>
            </author>
            <date year="1998" month="July"/>
          </front>
        </reference>
        <reference anchor="D-Bus" target="https://dbus.freedesktop.org/doc/dbus-specification.html">
          <front>
            <title>D-Bus Specification</title>
            <author initials="H." surname="Pennington" fullname="Havoc Pennington">
              <organization>Red Hat, Inc.</organization>
            </author>
            <author initials="A." surname="Carlsson" fullname="Anders Carlsson">
              <organization>CodeFactory AB</organization>
            </author>
            <author initials="A." surname="Larsson" fullname="Alexander Larsson">
              <organization>Red Hat, Inc.</organization>
            </author>
            <author initials="S." surname="Herzberg" fullname="Sven Herzberg">
              <organization>Imendio AB</organization>
            </author>
            <author initials="S." surname="McVittie" fullname="Simon McVittie">
              <organization>Collabora Ltd.</organization>
            </author>
            <author initials="D." surname="Zeuthen" fullname="David Zeuthen">
              <organization/>
            </author>
            <date>n.d.</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>n.d.</date>
          </front>
        </reference>
        <reference anchor="DOCSIS-XRA" target="https://support.excentis.com/index.php?/Knowledgebase/Article/View/159">
          <front>
            <title>Excentis XRA Header</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="DVB-CI" target="https://dvb.org/?standard=common-interface-specification-for-conditional-access-and-other-digital-video-broadcasting-decoder-applications">
          <front>
            <title>Common Interface Specification for Conditional Access and other Digital Video Broadcasting Decoder Applications</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="DVB-CI-PCAP" target="https://www.kaiser.cx/pcap-dvbci.html">
          <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>n.d.</date>
          </front>
        </reference>
        <reference anchor="ERF" target="https://www.endace.com/erf-extensible-record-format-types.pdf">
          <front>
            <title>ERF Types Reference Guide</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="Exegin-TAP-Link" target="https://github.com/jkcko/ieee802.15.4-tap/blob/master/IEEE%20802.15.4%20TAP%20Link%20Type%20Specification.pdf">
          <front>
            <title>IEEE 802.15.4 TAP Link Type Specification</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</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>n.d.</date>
          </front>
        </reference>
        <reference anchor="FRF.16.1" target="https://web.archive.org/web/20160427004354/https://www.broadband-forum.org/technical/download/FRF.16/frf16.1.pdf">
          <front>
            <title>Multilink Frame Relay UNI/NNI Implementation Agreement FRF.16.1</title>
            <author>
              <organization/>
            </author>
            <date year="2002" month="May"/>
          </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>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation G.7041/Y.1303</refcontent>
        </reference>
        <reference anchor="G.9959" target="https://www.itu.int/rec/T-REC-G.9959/en">
          <front>
            <title>Short range narrow-band digital radiocommunication transceivers - PHY, MAC, SAR and LLC layer specifications</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation G.9959</refcontent>
        </reference>
        <reference anchor="H.222.0" target="https://www.itu.int/rec/T-REC-H.222.0">
          <front>
            <title>Information technology - Generic coding of moving pictures and associated audio information: Systems</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation H.222.0</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="KISS" target="https://www.ax25.net/kiss.aspx">
          <front>
            <title>The KISS TNC - A simple Host-to-TNC communications protocol</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</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>n.d.</date>
          </front>
        </reference>
        <reference anchor="LoRaTap" target="https://github.com/eriknl/LoRaTap/blob/master/README.md">
          <front>
            <title>LoRaTap</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="LoRaWAN" target="https://lora-alliance.org/lorawan-for-developers/">
          <front>
            <title>About the LoRaWAN Standards</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </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="PPI" target="https://web.archive.org/web/20160328114748/http://www.cacetech.com/documents/PPI%20Header%20format%201.0.7.pdf">
          <front>
            <title>Per-Packet Information Header Specification</title>
            <author>
              <organization/>
            </author>
            <date year="2007" month="May"/>
          </front>
        </reference>
        <reference anchor="Q.703" target="https://www.itu.int/rec/T-REC-Q.703/en/">
          <front>
            <title>Specifications of Signalling System No. 7 Signalling Link</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.703</refcontent>
        </reference>
        <reference anchor="Q.704" target="https://www.itu.int/rec/T-REC-Q.704/en/">
          <front>
            <title>Specifications of Signalling System No. 7 Signalling Network Functions And Messages</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.704</refcontent>
        </reference>
        <reference anchor="Q.711" target="https://www.itu.int/rec/T-REC-Q.711/en/">
          <front>
            <title>Specifications of Signalling System No. 7 Functional description of the signalling connection control part</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.711</refcontent>
        </reference>
        <reference anchor="Q.712" target="https://www.itu.int/rec/T-REC-Q.712/en/">
          <front>
            <title>Specifications of Signalling System No. 7 Definition and function of signalling connection control part messages</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.712</refcontent>
        </reference>
        <reference anchor="Q.713" target="https://www.itu.int/rec/T-REC-Q.713/en/">
          <front>
            <title>Specifications of Signalling System No. 7 Signalling connection control part functions and codes</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.713</refcontent>
        </reference>
        <reference anchor="Q.714" target="https://www.itu.int/rec/T-REC-Q.714/en/">
          <front>
            <title>Specifications of Signalling System No. 7 Signalling connection control part procedures</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.714</refcontent>
        </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="Q.920" target="https://www.itu.int/rec/T-REC-Q.920/en/">
          <front>
            <title>Digital Subscriber Signalling System No. 1 (DSS1) - ISDN User-Network Interface Data Link Layer - General aspects</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.920</refcontent>
        </reference>
        <reference anchor="Q.921" target="https://www.itu.int/rec/T-REC-Q.921/en/">
          <front>
            <title>ISDN user-network interface - Data Link Layer specification</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>ITU-T Recommendation Q.921</refcontent>
        </reference>
        <reference anchor="STANAG-5066" target="https://web.archive.org/web/20051004082010/http://www.armymars.net/ArmyMARS/HF-Email/resources/stanag5066.pdf">
          <front>
            <title>Profile for Maritime High Frequency (HF) Radio Data Communications</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <refcontent>STANAG 5066</refcontent>
        </reference>
        <reference anchor="USBPcap" target="https://desowin.org/usbpcap/captureformat.html">
          <front>
            <title>USBPcap Capture format specification</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</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>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC1661">
          <front>
            <title>The Point-to-Point Protocol (PPP)</title>
            <author fullname="W. Simpson" initials="W." role="editor" surname="Simpson"/>
            <date month="July" year="1994"/>
            <abstract>
              <t>This document defines the PPP organization and methodology, and the PPP encapsulation, together with an extensible option negotiation mechanism which is able to negotiate a rich assortment of configuration parameters and provides additional management functions. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="51"/>
          <seriesInfo name="RFC" value="1661"/>
          <seriesInfo name="DOI" value="10.17487/RFC1661"/>
        </reference>
        <reference anchor="RFC1662">
          <front>
            <title>PPP in HDLC-like Framing</title>
            <author fullname="W. Simpson" initials="W." role="editor" surname="Simpson"/>
            <date month="July" year="1994"/>
            <abstract>
              <t>This document describes the use of HDLC-like framing for PPP encapsulated packets. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="51"/>
          <seriesInfo name="RFC" value="1662"/>
          <seriesInfo name="DOI" value="10.17487/RFC1662"/>
        </reference>
        <reference anchor="RFC2516">
          <front>
            <title>A Method for Transmitting PPP Over Ethernet (PPPoE)</title>
            <author fullname="L. Mamakos" initials="L." surname="Mamakos"/>
            <author fullname="K. Lidl" initials="K." surname="Lidl"/>
            <author fullname="J. Evarts" initials="J." surname="Evarts"/>
            <author fullname="D. Carrel" initials="D." surname="Carrel"/>
            <author fullname="D. Simone" initials="D." surname="Simone"/>
            <author fullname="R. Wheeler" initials="R." surname="Wheeler"/>
            <date month="February" year="1999"/>
            <abstract>
              <t>This document describes how to build PPP sessions and encapsulate PPP packets over Ethernet. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2516"/>
          <seriesInfo name="DOI" value="10.17487/RFC2516"/>
        </reference>
        <reference anchor="RFC1483">
          <front>
            <title>Multiprotocol Encapsulation over ATM Adaptation Layer 5</title>
            <author fullname="J. Heinanen" initials="J." surname="Heinanen"/>
            <date month="July" year="1993"/>
            <abstract>
              <t>This memo describes two encapsulations methods for carrying network interconnect traffic over ATM AAL5. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1483"/>
          <seriesInfo name="DOI" value="10.17487/RFC1483"/>
        </reference>
        <reference anchor="RFC1547">
          <front>
            <title>Requirements for an Internet Standard Point-to-Point Protocol</title>
            <author fullname="D. Perkins" initials="D." surname="Perkins"/>
            <date month="December" year="1993"/>
            <abstract>
              <t>This document discusses the evaluation criteria for an Internet Standard Data Link Layer protocol to be used with point-to-point links. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1547"/>
          <seriesInfo name="DOI" value="10.17487/RFC1547"/>
        </reference>
        <reference anchor="RFC2625">
          <front>
            <title>IP and ARP over Fibre Channel</title>
            <author fullname="M. Rajagopal" initials="M." surname="Rajagopal"/>
            <author fullname="R. Bhagwat" initials="R." surname="Bhagwat"/>
            <author fullname="W. Rickard" initials="W." surname="Rickard"/>
            <date month="June" year="1999"/>
            <abstract>
              <t>The purpose of this document is to specify a way of encapsulating IP and Address Resolution Protocol(ARP) over Fibre Channel and also to describe a mechanism(s) for IP address resolution. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2625"/>
          <seriesInfo name="DOI" value="10.17487/RFC2625"/>
        </reference>
        <reference anchor="RFC4391">
          <front>
            <title>Transmission of IP over InfiniBand (IPoIB)</title>
            <author fullname="J. Chu" initials="J." surname="Chu"/>
            <author fullname="V. Kashyap" initials="V." surname="Kashyap"/>
            <date month="April" year="2006"/>
            <abstract>
              <t>This document specifies a method for encapsulating and transmitting IPv4/IPv6 and Address Resolution Protocol (ARP) packets over InfiniBand (IB). It describes the link-layer address to be used when resolving the IP addresses in IP over InfiniBand (IPoIB) subnets. The document also describes the mapping from IP multicast addresses to InfiniBand multicast addresses. In addition, this document defines the setup and configuration of IPoIB links. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4391"/>
          <seriesInfo name="DOI" value="10.17487/RFC4391"/>
        </reference>
        <reference anchor="RFC3549">
          <front>
            <title>Linux Netlink as an IP Services Protocol</title>
            <author fullname="J. Salim" initials="J." surname="Salim"/>
            <author fullname="H. Khosravi" initials="H." surname="Khosravi"/>
            <author fullname="A. Kleen" initials="A." surname="Kleen"/>
            <author fullname="A. Kuznetsov" initials="A." surname="Kuznetsov"/>
            <date month="July" year="2003"/>
            <abstract>
              <t>This document describes Linux Netlink, which is used in Linux both as an intra-kernel messaging system as well as between kernel and user space. The focus of this document is to describe Netlink's functionality as a protocol between a Forwarding Engine Component (FEC) and a Control Plane Component (CPC), the two components that define an IP service. As a result of this focus, this document ignores other uses of Netlink, including its use as a intra-kernel messaging system, as an inter- process communication scheme (IPC), or as a configuration tool for other non-networking or non-IP network services (such as decnet, etc.). This document is intended as informational in the context of prior art for the ForCES IETF working group. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3549"/>
          <seriesInfo name="DOI" value="10.17487/RFC3549"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
M3Z5OxjhBh9sAghgTftL5X8BLOLukbGsAAA=

-->

</rfc>
