<?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-rfc2629 version 1.5.12 -->
<?rfc symrefs="yes"?>
<?rfc toc="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc inline="yes"?>
<?rfc sortrefs="no"?>
<?rfc strict="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-opsawg-pcapng-00" category="info" obsoletes="" updates="" submissionType="IETF" xml:lang="en" symRefs="true" tocInclude="true" sortRefs="false" version="3">
  <!-- xml2rfc v2v3 conversion 3.10.0 -->
  <front>
    <title abbrev="pcapng">PCAP Next Generation (pcapng) Capture File Format</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-pcapng-00"/>
    <author initials="M." surname="Tuexen" fullname="Michael Tuexen" role="editor">
      <organization abbrev="Muenster Univ. of Appl. Sciences">Muenster University of Applied Sciences</organization>
      <address>
        <postal>
          <street>Stegerwaldstrasse 39</street>
          <city>Steinfurt</city>
          <code>48565</code>
          <country>DE</country>
        </postal>
        <email>tuexen@fh-muenster.de</email>
      </address>
    </author>
    <author initials="F." surname="Risso" fullname="Fulvio Risso">
      <organization>Politecnico di Torino</organization>
      <address>
        <postal>
          <street>Corso Duca degli Abruzzi, 24</street>
          <city>Torino</city>
          <code>10129</code>
          <country>IT</country>
        </postal>
        <email>fulvio.risso@polito.it</email>
      </address>
    </author>
    <author initials="J." surname="Bongertz" fullname="Jasper Bongertz">
      <organization abbrev="Airbus DS CyberSecurity">Airbus Defence and Space CyberSecurity</organization>
      <address>
        <postal>
          <street>Kanzlei 63c</street>
          <city>Meerbusch</city>
          <code>40667</code>
          <country>DE</country>
        </postal>
        <email>jasper@packet-foo.com</email>
      </address>
    </author>
    <author initials="G." surname="Combs" fullname="Gerald Combs">
      <organization abbrev="Wireshark">Wireshark Foundation</organization>
      <address>
        <postal>
          <street>339 Madson Pl</street>
          <city>Davis</city>
          <region>CA</region>
          <code>95618</code>
          <country>US</country>
        </postal>
        <email>gerald@wireshark.org</email>
      </address>
    </author>
    <author initials="G." surname="Harris" fullname="Guy Harris">
      <organization/>
      <address>
        <email>gharris@sonic.net</email>
      </address>
    </author>
    <author initials="E." surname="Chaudron" fullname="Eelco Chaudron">
      <organization abbrev="Red Hat">Red Hat</organization>
      <address>
        <postal>
          <street>De Entree 238</street>
          <city>Amsterdam</city>
          <code>1101 EE</code>
          <country>NL</country>
        </postal>
        <email>eelco@redhat.com</email>
      </address>
    </author>
    <author initials="M." surname="Richardson" fullname="Michael C. Richardson">
      <organization abbrev="Sandelman">Sandelman Software Works</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
        <uri>http://www.sandelman.ca/</uri>
      </address>
    </author>
    <date year="2021" month="October" day="25"/>
    <abstract>
      <t>This document describes a format to record captured packets to a
file. This format is extensible; Wireshark can currently read and write
it, and libpcap can currently read some pcapng files.</t>
    </abstract>
    <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" numbered="true" toc="default">
      <name>Introduction</name>
      <t>The problem of exchanging packet traces becomes more and more
critical every day; unfortunately, no standard solutions exist for
this task right now. One of the most accepted packet interchange
formats is the one defined by libpcap, which is rather old and is
lacking in functionality for more modern applications particularly
from the extensibility point of view.</t>
      <t>This document proposes a new format for recording packet traces. The
following goals are being pursued:</t>
      <dl>
        <dt>
Extensibility:  </dt>
        <dd>
          <t>It should be possible to add new standard capabilities to the file
format over time, and third parties should be able to enrich the
information embedded in the file with proprietary extensions, with
tools unaware of newer extensions being able to ignore them.</t>
        </dd>
        <dt>
Portability:  </dt>
        <dd>
          <t>A capture trace must contain all the information needed to read data
independently from network, hardware and operating system of the
machine that made the capture.</t>
        </dd>
        <dt>
Merge/Append data:  </dt>
        <dd>
          <t>It should be possible to add data at the end of a given file, and
the resulting file must still be readable.</t>
        </dd>
      </dl>
    </section>
    <section anchor="terminology" numbered="true" toc="default">
      <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" format="default"/> <xref target="RFC8174" format="default"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <section anchor="acronyms" numbered="true" toc="default">
        <name>Acronyms</name>
        <t>The following acronyms are used throughout this document:</t>
        <dl>
          <dt>
SHB:  </dt>
          <dd>
            <t>Section Header Block</t>
          </dd>
          <dt>
IDB:  </dt>
          <dd>
            <t>Interface Description Block</t>
          </dd>
          <dt>
ISB:  </dt>
          <dd>
            <t>Interface Statistics Block</t>
          </dd>
          <dt>
EPB:  </dt>
          <dd>
            <t>Enhanced Packet Block</t>
          </dd>
          <dt>
SPB:  </dt>
          <dd>
            <t>Simple Packet Block</t>
          </dd>
          <dt>
NRB:  </dt>
          <dd>
            <t>Name Resolution Block</t>
          </dd>
          <dt>
CB:  </dt>
          <dd>
            <t>Custom Block</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="general-file-structure" numbered="true" toc="default">
      <name>General File Structure</name>
      <section anchor="section_block" numbered="true" toc="default">
        <name>General Block Structure</name>
        <t>A capture file is organized in blocks, that are appended one to
another to form the file. All the blocks share a common format, which
is shown in <xref target="formatblock" format="default"/>.</t>
        <figure anchor="formatblock">
          <name>Basic block structure.</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
                        1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 0 |                          Block Type                           |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 /                          Block Body                           /
   /              variable length, padded to 32 bits               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The fields have the following meaning:</t>
        <ul spacing="normal">
          <li>Block Type (32 bits): a unique unsigned value that
identifies the block. Values whose Most Significant Bit
(MSB) is equal to 1 are reserved for local use. They can be
used to make extensions to the file format to save private
data to the file. The list of currently defined types can
be found in <xref target="section_block_code_registry" format="default"/>.</li>
          <li>Block Total Length (32 bits): an unsigned value giving
the total size of this block, in octets. For instance, the
length of a block that does not have a body is 12 octets: 4
octets for the Block Type, 4 octets for the initial Block
Total Length and 4 octets for the trailing Block Total
Length. This value MUST be a multiple of 4.</li>
          <li>Block Body: content of the block.</li>
          <li>Block Total Length: total size of this block, in octets. This
field is duplicated to permit backward file navigation.</li>
        </ul>
        <t>This structure, shared among all blocks, makes it easy to process a
file and to skip unneeded or unknown blocks. Some blocks can contain
other blocks inside (nested blocks). Some of the blocks are mandatory,
i.e. a capture file is not valid if they are not present, other are
optional.</t>
        <t>The General Block Structure allows defining other blocks if needed.
A parser that does not understand them can simply ignore their
content.</t>
      </section>
      <section anchor="block-types" numbered="true" toc="default">
        <name>Block Types</name>
        <t>The currently standardized Block Type codes are specified in <xref target="section_block_code_registry" format="default"/>; they have been grouped in the
following four categories:</t>
        <t>The following MANDATORY block MUST appear at least once in each file:</t>
        <ul spacing="normal">
          <li>
            <xref target="section_shb" format="default">Section Header Block</xref>: it defines the most important characteristics of the
capture file.</li>
        </ul>
        <t>The following OPTIONAL blocks MAY appear in a file:</t>
        <ul spacing="normal">
          <li>
            <xref target="section_idb" format="default">Interface Description Block</xref>:
it defines the most important characteristics of the interface(s)
used for capturing traffic. This block is required in certain
cases, as described later.</li>
          <li>
            <xref target="section_epb" format="default">Enhanced Packet Block</xref>: it
contains a single captured packet, or a portion of it. It
represents an evolution of the original, now obsolete, <xref target="appendix_pb" format="default">Packet Block</xref>. If this appears in a
file, an Interface Description Block is also required, before this
block.</li>
          <li>
            <xref target="section_spb" format="default">Simple Packet Block</xref>: it
contains a single captured packet, or a portion of it, with only a
minimal set of information about it. If this appears in a file, an
Interface Description Block is also required, before this
block.</li>
          <li>
            <xref target="section_nrb" format="default">Name Resolution Block</xref>: it
defines the mapping from numeric addresses present in the packet
capture and the canonical name counterpart.</li>
          <li>
            <xref target="section_isb" format="default">Interface Statistics Block</xref>: it
defines how to store some statistical data (e.g. packet dropped,
etc) which can be useful to understand the conditions in which the
capture has been made. If this appears in a file, an Interface
Description Block is also required, before this block.</li>
          <li>
            <xref target="section_custom_block" format="default">Custom Block</xref>: it
contains vendor-specific data in a portable fashion.</li>
        </ul>
        <t>The following OBSOLETE block SHOULD NOT appear in newly written
files (but is documented in the Appendix for reference):</t>
        <ul spacing="normal">
          <li>
            <xref target="appendix_pb" format="default">Packet Block</xref>: it contains a
single captured packet, or a portion of it. It is OBSOLETE, and
superseded by the <xref target="section_epb" format="default">Enhanced Packet Block</xref>.</li>
        </ul>
        <t>The following EXPERIMENTAL blocks are considered interesting but
the authors believe that they deserve more in-depth discussion before
being defined:</t>
        <ul spacing="normal">
          <li>Alternative Packet Blocks</li>
          <li>Compression Block</li>
          <li>Encryption Block</li>
          <li>Fixed Length Block</li>
          <li>Directory Block</li>
          <li>Traffic Statistics and Monitoring Blocks</li>
          <li>Event/Security Blocks</li>
        </ul>
        <t>Requests for new standardized Block Type codes should be made by
creating a pull request to update this document as described in
<xref target="section_block_code_registry" format="default"/>.</t>
      </section>
      <section anchor="logical-block-hierarchy" numbered="true" toc="default">
        <name>Logical Block Hierarchy</name>
        <t>The blocks build a logical hierarchy as they refer to each other. <xref target="block-hierarchy" format="default"/> shows the logical hierarchy of the
currently defined blocks in the form of a "tree view":</t>
        <figure anchor="block-hierarchy">
          <name>Logical Block Hierarchy of a pcapng File</name>
          <artwork align="left" name="" type="" alt=""><![CDATA[
Section Header
|
+- Interface Description
|  +- Simple Packet
|  +- Enhanced Packet
|  +- Interface Statistics
|
+- Name Resolution
]]></artwork>
        </figure>
        <t>For example: each captured packet refers to a specific capture
interface, the interface itself refers to a specific section.</t>
      </section>
      <section anchor="physical-file-layout" numbered="true" toc="default">
        <name>Physical File Layout</name>
        <t>The file MUST begin with a Section Header Block. However, more than
one Section Header Block can be present in the capture file, each one
covering the data following it until the next one (or the end of
file). A Section includes the data delimited by two Section Header
Blocks (or by a Section Header Block and the end of the file),
including the first Section Header Block.</t>
        <t>In case an application cannot read a Section because of different
version number, it MUST skip everything until the next Section Header
Block. Note that, in order to properly skip the blocks until the next
section, all blocks MUST have the fields Type and Length at the
beginning. In order to properly skip blocks in the backward direction,
all blocks MUST have the Length repeated at the end of the block.
These are mandatory requirements that MUST be maintained in future
versions of the block format.</t>
        <t><xref target="fssample-SHB" format="default"/> shows a typical file layout, with a
single Section Header that covers the whole file.</t>
        <figure anchor="fssample-SHB">
          <name>File structure example: Typical layout with a single Section Header Block</name>
          <artwork align="left" name="" type="" alt=""><![CDATA[
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| SHB v1.0  |                      Data                         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t><xref target="fssample-SHB3" format="default"/> shows a file that contains three headers, and is normally the result
of file concatenation. An application that understands only version
1.0 of the file format skips the intermediate section and restart
processing the packets after the third Section Header.</t>
        <figure anchor="fssample-SHB3">
          <name>File structure example: three Section Header Blocks in a single file</name>
          <artwork align="left" name="" type="" alt=""><![CDATA[
|--   1st Section   --|--   2nd Section   --|--  3rd Section  --|
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| SHB v1.0  |  Data   | SHB V1.1  |  Data   | SHB V1.0  |  Data |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t><xref target="fssample-minimum" format="default"/> shows a file comparable to a "classic libpcap" file - the minimum for
a useful capture file. It contains a single Section Header Block
(SHB), a single Interface Description Block (IDB) and a few Enhanced
Packet Blocks (EPB).</t>
        <figure anchor="fssample-minimum">
          <name>File structure example: a pcapng file similar to a classical libpcap file</name>
          <artwork align="left" name="" type="" alt=""><![CDATA[
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| SHB | IDB | EPB | EPB |    ...    | EPB |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t><xref target="fssample-full" format="default"/> shows a complex example file. In addition to the minimum file above,
it contains packets captured from three interfaces, capturing on the
third of which begins after packets have arrived on other interfaces,
and also includes some Name Resolution Blocks (NRB) and an Interface
Statistics Block (ISB).</t>
        <figure anchor="fssample-full">
          <name>File structure example: complex pcapng file</name>
          <artwork align="left" name="" type="" alt=""><![CDATA[
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| SHB | IDB | IDB | EPB | NRB |...| IDB | EPB | ISB | NRB | EPB |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The last example should make it obvious that the block structure
makes the file format very flexible compared to the classical libpcap
format.</t>
      </section>
      <section anchor="section_opt" numbered="true" toc="default">
        <name>Options</name>
        <t>All the block bodies MAY embed optional fields.
Optional fields can be used to insert some information that may be
useful when reading data, but that is not really needed for packet
processing. Therefore, each tool can either read the content of the
optional fields (if any), or skip some of them or even all at
once.</t>
        <t>A block that may contain options must be structured so that
the number of octets of data in the Block Body that precede the
options can be determined from that data; that allows the
beginning of the options to be found.  That is true for all
standard blocks that support options; for Custom Blocks that
support options, the Custom Data must be structured in such a
fashion.  This means that the Block Length field (present in
the General Block Structure, see <xref target="section_block" format="default"/>) can be used to determine how
many octets of optional fields, if any, are present in the block.
That number can be used to determine whether the block has
optional fields (if it is zero, there are no optional fields),
to check, when processing optional fields, whether any optional
fields remain, and to skip all the optional fields at once.</t>
        <t>Options are a list of Type - Length - Value fields, each one
containing a single value:</t>
        <ul spacing="normal">
          <li>Option Type (16 bits): an unsigned value that contains
the code that specifies the type of the current TLV record.
Option types whose Most Significant Bit is equal to one are
reserved for local use; therefore, there is no guarantee
that the code used is unique among all capture files
(generated by other applications), and is most certainly not
portable.  For cross-platform globally unique
vendor-specific extensions, the Custom Option MUST be used
instead, as defined in <xref target="section_custom_option" format="default"/>).</li>
          <li>Option Length (16 bits): an unsigned value that contains
the actual length of the following 'Option Value' field
without the padding octets.</li>
          <li>Option Value (variable length): the value of the given
option, padded to a 32-bit boundary. The actual length of
this field (i.e. without the padding octets) is specified
by the Option Length field.</li>
        </ul>
        <t>Requests for new standardized option codes for a given block
should be made by creating a pull request to update this document
as described in <xref target="section_block_code_registry" format="default"/>.</t>
        <t>A given option may have a fixed length, in which case all
instances of that option have a length that is equal to the
specified fixed length, or a variable length, in which case
the option has a minimum length and all instances of that
option must have a length equal to or greater than the specified
minimum length. The length of fixed-length options, and the
minimum length of variable-length options, is specified in the
description of the option; if the minimum length of a
variable-length option is not specified, a zero-length option is
valid. Software that reads these files SHOULD report options
that have an invalid length as errors; the software MAY stop
processing the file if it sees an option that has invalid
length, or MAY ignore the option and continue processing it.
Software that writes these files MUST NOT write files with
options that have invalid lengths.</t>
        <t>If an option's value is a string, the value is not necessarily
zero-terminated. Software that reads these files MUST NOT assume that
strings are zero-terminated, and MUST treat a zero-value octet as a
string terminator.</t>
        <t>Some options may be repeated several times; for example, a
block can have multiple comments, and an Interface Description
Block can give multiple IPv4 or IPv6 addresses for the
interface if it has multiple IPv4 or IPv6 addresses assigned to
it.  Other options may appear at most once in a given block.</t>
        <t>The option list is terminated by a option which uses the
special 'End of Option' code (opt_endofopt).  Code that
writes pcapng files MUST put an opt_endofopt option at the end
of an option list.  Code that reads pcapng files MUST NOT assume
an option list will have an opt_endofopt option at the end; it
MUST also check for the end of the block, and SHOULD treat
blocks where the option list has no opt_endofopt option as if
the option list had an opt_endofopt option at the end.</t>
        <t>The format of the optional fields is shown in <xref target="formatopt" format="default"/>.</t>
        <figure anchor="formatopt">
          <name>Options Format</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
                     1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|      Option Code              |         Option Length         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
/                       Option Value                            /
/              variable length, padded to 32 bits               /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
/                                                               /
/                 . . . other options . . .                     /
/                                                               /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|   Option Code == opt_endofopt |   Option Length == 0          |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The following codes can always be present in any optional field:</t>
        <table anchor="optionsall" align="center">
          <name>Common Options</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Code</th>
              <th align="left">Length</th>
              <th align="left">Multiple allowed?</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">opt_endofopt</td>
              <td align="left">0</td>
              <td align="left">0</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">opt_comment</td>
              <td align="left">1</td>
              <td align="left">variable</td>
              <td align="left">yes</td>
            </tr>
            <tr>
              <td align="left">opt_custom</td>
              <td align="left">2988/2989/19372/19373</td>
              <td align="left">variable, minimum 4</td>
              <td align="left">yes</td>
            </tr>
          </tbody>
        </table>
        <dl indent="8" newline="true">
          <dt>
opt_endofopt:  </dt>
          <dd>
            <t>The
opt_endofopt option delimits the end of the optional fields. This
option MUST NOT be repeated within a given list of options.</t>
          </dd>
        </dl>
        <dl indent="8" newline="true">
          <dt>
opt_comment:  </dt>
          <dd>
            <t>The
opt_comment option is a UTF-8 string containing human-readable
comment text that is associated to the current block. Line
separators SHOULD be a carriage-return + linefeed ('\r\n') or just
linefeed ('\n'); either form may appear and be considered a line
separator. The string is not zero-terminated.</t>
          </dd>
        </dl>
        <t>Examples: "This packet is the beginning of all of our
problems", "Packets 17-23 showing a bogus TCP retransmission!\r\n
This is reported in bugzilla entry 1486.\nIt will be fixed in the
future.".</t>
        <dl indent="8" newline="true">
          <dt>
opt_custom:  </dt>
          <dd>
            <t>This option is
described in detail in <xref target="section_custom_option" format="default"/>.</t>
          </dd>
        </dl>
        <section anchor="section_custom_option" numbered="true" toc="default">
          <name>Custom Options</name>
          <t>Customs Options are used for portable, vendor-specific data
related to the block they're in. A Custom Option can be in any block
type that can have options, can be repeated any number of times in a
block, and may come before or after other option types - except the
opt_endofopt option, which is always the last option. Different Custom
Options, of different type codes and/or different Private Enterprise
Numbers, may be used in the same pcapng file. See <xref target="section_vendor" format="default"/> for additional details.</t>
          <figure anchor="formatcustomopt">
            <name>Custom Options Format</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
                     1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Custom Option Code        |         Option Length         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                Private Enterprise Number (PEN)                |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
/                        Custom Data                            /
/              variable length, padded to 32 bits               /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          </figure>
          <t>The Custom Option has the following fields:</t>
          <ul spacing="normal">
            <li>
              <t>Custom Option Code: The code number for the Custom Option, which
can be one of the following decimal numbers:  </t>
              <dl indent="8" newline="true">
                <dt>
2988:      </dt>
                <dd>
                  <t>This option code
identifies a Custom Option containing a UTF-8 string in the
Custom Data portion.  The string is not zero-terminated.
  This Custom Option can be safely copied to a new file if
the pcapng file is manipulated by an application; otherwise
19372 should be used instead. See <xref target="section_vendor_copy" format="default"/> for details.</t>
                </dd>
              </dl>
              <dl indent="8" newline="true">
                <dt>
2989:      </dt>
                <dd>
                  <t>This option code
identifies a Custom Option containing binary octets in the
Custom Data portion. This Custom Option can be safely copied
to a new file if the pcapng file is manipulated by an
application; otherwise 19372 should be used instead. See <xref target="section_vendor_copy" format="default"/> for details.</t>
                </dd>
              </dl>
              <dl indent="8" newline="true">
                <dt>
19372:      </dt>
                <dd>
                  <t>This option code
identifies a Custom Option containing a UTF-8 string in the
Custom Data portion.  The string is not zero-terminated.
This Custom Option should not be copied to a new file if
the pcapng file is manipulated by an application. See <xref target="section_vendor_copy" format="default"/> for details.</t>
                </dd>
              </dl>
              <dl indent="8" newline="true">
                <dt>
19373:      </dt>
                <dd>
                  <t>This option code
identifies a Custom Option containing binary octets in the
Custom Data portion. This Custom Option should not be copied
to a new file if the pcapng file is manipulated by an
application. See <xref target="section_vendor_copy" format="default"/> for
details.</t>
                </dd>
              </dl>
            </li>
            <li>Option Length: as described in <xref target="section_block" format="default"/>,
this contains the length of the option's value, which includes the
4-octet Private Enterprise Number and variable-length Custom Data
fields, without the padding octets.</li>
            <li>Private Enterprise Number: An IANA-assigned Private Enterprise
Number identifying the organization which defined the Custom
Option. See <xref target="section_vendor_uses" format="default"/> for details. The
PEN MUST be encoded using the same endianness as the Section
Header Block it is within the scope of.</li>
            <li>Custom Data: the custom data, padded to a 32 bit boundary.</li>
          </ul>
        </section>
      </section>
      <section anchor="data-format" numbered="true" toc="default">
        <name>Data format</name>
        <section anchor="endianness" numbered="true" toc="default">
          <name>Endianness</name>
          <t>Data contained in each section will always be saved according to
the characteristics (little endian / big endian) of the capturing
machine. This refers to all the fields that are saved as numbers and
that span over two or more octets.</t>
          <t>The approach of having each section saved in the native format of
the generating host is more efficient because it avoids translation
of data when reading / writing on the host itself, which is the most
common case when generating/processing capture captures.</t>
          <t>Please note: The endianness is indicated by the <xref target="section_shb" format="default">Section Header Block</xref>. Since this block
can appear several times in a pcapng file, a single file can contain
both endianness variants.</t>
        </section>
        <section anchor="alignment" numbered="true" toc="default">
          <name>Alignment</name>
          <t>All fields of this specification use proper alignment for 16-
and 32-bit values. This makes it easier and faster to read/write
file contents if using techniques like memory mapped files.</t>
          <t>The alignment octets (marked in this document e.g. with "padded to
32 bits") MUST be filled with zeroes.</t>
          <t>Please note: 64-bit values are not aligned to 64-bit boundaries.
This is because the file is naturally aligned to 32-bit boundaries
only. Special care MUST be taken when reading and writing such
values. (Note also that some 64-bit values are represented as a
64-bit integer in the endianness of the machine that wrote the
file, and others are represented as 2 32-bit values, one
containing the upper 32 bits of the value and one containing
the lower 32 bits of the value, each written as 32-bit
integers in the endianness of the machine that wrote the file.
Neither of these formats guarantee 64-bit alignment.)</t>
        </section>
      </section>
    </section>
    <section anchor="section_block_definition" numbered="true" toc="default">
      <name>Block Definition</name>
      <t>This section details the format of the blocks currently defined.</t>
      <section anchor="section_shb" numbered="true" toc="default">
        <name>Section Header Block</name>
        <t>The Section Header Block (SHB) is mandatory. It identifies the
beginning of a section of the capture file. The Section Header
Block does not contain data but it rather identifies a list of blocks
(interfaces, packets) that are logically correlated. Its format is
shown in <xref target="format_shb" format="default"/>.</t>
        <figure anchor="format_shb">
          <name>Section Header Block Format</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
                        1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 0 |                   Block Type = 0x0A0D0D0A                     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 |                      Byte-Order Magic                         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
12 |          Major Version        |         Minor Version         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
16 |                                                               |
   |                          Section Length                       |
   |                                                               |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
24 /                                                               /
   /                      Options (variable)                       /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The meaning of the fields is:</t>
        <ul spacing="normal">
          <li>
            <t>Block Type: The block type of the Section Header Block is the
integer corresponding to the 4-char string "\n\r\r\n"
(0x0A0D0D0A). This particular value is used for 2 reasons:  </t>
            <ol spacing="normal" type="1"><li>This number is used to detect if a file has been transferred
  via FTP or HTTP from a machine to another with an inappropriate
  ASCII conversion. In this case, the value of this field will
  differ from the standard one ("\n\r\r\n") and the reader can
  detect a possibly corrupted file.</li>
              <li>This value is palindromic, so that the reader is able to
  recognize the Section Header Block regardless of the endianness
  of the section. The endianness is recognized by reading the Byte
  Order Magic, which is located 8 octets after the Block Type.</li>
            </ol>
          </li>
          <li>Block Total Length: total size of this block, as described in <xref target="section_block" format="default"/>.</li>
          <li>Byte-Order Magic (32 bits): an unsigned magic number,
whose value is the hexadecimal number 0x1A2B3C4D. This
number can be used to distinguish sections that have been
saved on little-endian machines from the ones saved on
big-endian machines, and to heuristically identify pcapng
files.</li>
          <li>Major Version (16 bits): an unsigned value, giving the
number of the current major version of the format. The
value for the current version of the format is 1.</li>
          <li>Minor Version (16 bits): an unsigned value, giving the
number of the current minor version of the format. The
value for the current version of the format is 0.</li>
          <li>Section Length (64 bits): a signed value specifying the
length in octets of the following section, excluding the
Section Header Block itself.  This field can be used to skip
the section, for faster navigation inside large files. If
the Section Length is -1 (0xFFFFFFFFFFFFFFFF), this means
that the size of the section is not specified, and the only
way to skip the section is to parse the blocks that it
contains. Please note that if this field is valid (i.e.
not negative), its value is always a multiple of 4, as all
the blocks are aligned to and padded to 32-bit (4 octet)
boundaries. Also, special care should be taken in accessing
this field: since the alignment of all the blocks in the
file is 32-bits, this field is not guaranteed to be aligned
to a 64-bit boundary.  This could be a problem on 64-bit
processors.</li>
          <li>Options: optionally, a list of options (formatted according to
the rules defined in <xref target="section_opt" format="default"/>) can be present.</li>
        </ul>
        <t>Writers of pcapng files MUST NOT write SHBs with a Major Version other
than 1 or a Minor Version other than 0.  If they do so, they will write
a file that many readers of pcapng files, such as programs using libpcap
to read pcapng files (including, but not limited to, tcpdump),
Wireshark, and possibly other programs not to be able to read their
files.</t>
        <t>Some pcapng file writers have used a minor version of 2, but the file
format did not change incompatibly (new block types were added); Readers
of pcapng files MUST treat a Minor Version of 2 as equivalent to a Minor
Version of 0 (and, if they also write a pcapng file based on the results
of reading one or more pcapng files, they MUST NOT, as per the previous
sentence, write an SHB with a Minor Version of 2, even if they read an
SHB with a Minor Version of 2).  As indicated above, using a minor
version number other than 0 when writing a section of a pcapng file will
produce a section that most existing software will not be able to read;
future versions of some of that software will be able to read sections
with a version of 1.2, but older copies of that software that are not
updated to the latest version will still not be able to read them.</t>
        <t>The Major Version would be changed only if a new version of this
specification, for a later major version of the file format, were
created.  Such a version would only be created if the format were to
change in such a way that code that reads the new format could not read
the old format (i.e., code to read both formats would have to check the
version number and use different code paths for the two formats) and
code that reads the old format could not read the new format.  An
incompatible change to the format of an existing block or an existing
option would be such a change; the addition of a new block or a new
option would not be such a change.  An example of such an incomparible
change would be the addition of an additional field to the Section
Header Block, following the Minor Version field and before the Snaplen
field; software expecting the new SHB format would not correctly read
the old SHB format, and software expecting the old SHB format would not
correctly read the new SHB format.  (Note that a change to the SHB must
leave the Block Type, Block Total Length, Byte-Order Magic, Major
Version, and Minor Version fields at the same offsets from the beginning
of the SHB and with the same lengths, must keep the value of the Block
TYpe the same, must keep the two posssible values of the Byte-Order
Magic the same, depending on the block's byte order, so that the rest of
the SHB can be correctly interpreted.)</t>
        <t>The Minor Version would be changed only if a new version of this
specification, for a later minor version of the file format, were
created.  Such a version would only be created if the format were to
change in such a way that code that reads the new format could read the
old format without checking the version number but code that reads the
old format could not read all files in the new format.  A
backward-compatible change to the format of an existing block or an
existing opption would be such a change; the addition of a new block or
a new option would not be such a change.  An example of such a
backward-compatible but not forward-compatible change would be a change
to the Interface Description block (see below) to use the current
Reserved field to indicate the presence of additional fields before the
Options, with a zero value indicate no such fields are present.</t>
        <t>I.e., adding new block types or options would not require that either
the Major Version or the Minor Version be changed, as code that does not
know about the block type or option should just skip it; only if
skipping a block or option does not work should the minor version number
be changed.</t>
        <t>Aside from the options defined in <xref target="section_opt" format="default"/>, the
following options are valid within this block:</t>
        <table anchor="options_shb" align="center">
          <name>Section Header Block Options</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Code</th>
              <th align="left">Length</th>
              <th align="left">Multiple allowed?</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">shb_hardware</td>
              <td align="left">2</td>
              <td align="left">variable</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">shb_os</td>
              <td align="left">3</td>
              <td align="left">variable</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">shb_userappl</td>
              <td align="left">4</td>
              <td align="left">variable</td>
              <td align="left">no</td>
            </tr>
          </tbody>
        </table>
        <dl indent="8" newline="true">
          <dt>
shb_hardware:  </dt>
          <dd>
            <t>The
shb_hardware option is a UTF-8 string containing the description
of the hardware used to create this section. The string is
not zero-terminated.</t>
          </dd>
        </dl>
        <t>Examples: "x86 Personal Computer", "Sun Sparc Workstation".</t>
        <dl indent="8" newline="true">
          <dt>
shb_os:  </dt>
          <dd>
            <t>The shb_os option
is a UTF-8 string containing the name of the operating system used
to create this section. The string is not zero-terminated.</t>
          </dd>
        </dl>
        <t>Examples: "Windows XP SP2", "openSUSE 10.2".</t>
        <dl indent="8" newline="true">
          <dt>
shb_userappl:  </dt>
          <dd>
            <t>The
shb_userappl option is a UTF-8 string containing the name of the
application used to create this section. The string is not
zero-terminated.</t>
          </dd>
        </dl>
        <t>Examples: "dumpcap V0.99.7".</t>
        <t>[Open issue: does a program which re-writes a capture file change
the original hardware/os/application info?]</t>
      </section>
      <section anchor="section_idb" numbered="true" toc="default">
        <name>Interface Description Block</name>
        <t>An Interface Description Block (IDB) is the container for
information describing an interface on which packet data is
captured.</t>
        <t>Tools that write / read the capture file associate an incrementing
unsigned 32-bit number (starting from '0') to each Interface
Definition Block, called the Interface ID for the interface in
question. This number is unique within each Section and
identifies the interface to which the IDB refers; it is only
unique inside the current section, so, two Sections can have
different interfaces identified by the same Interface ID values.
This unique identifier is referenced by other blocks, such as
Enhanced Packet Blocks and Interface Statistic Blocks, to
indicate the interface to which the block refers (such the
interface that was used to capture the packet that an Enhanced
Packet Block contains or to which the statistics in an Interface
Statistic Block refer).</t>
        <t>There must be an Interface Description Block for each
interface to which another block refers. Blocks such as an Enhanced
Packet Block or an Interface Statistics Block contain an Interface ID
value referring to a particular interface, and a Simple Packet Block
implicitly refers to an interface with an Interface ID of 0. If the
file does not contain any blocks that use an Interface ID, then the
file does not need to have any IDBs.</t>
        <t>An Interface Description Block is valid only inside the section
to which it belongs. The structure of a Interface Description Block is
shown in <xref target="format_idb" format="default"/>.</t>
        <figure anchor="format_idb">
          <name>Interface Description Block Format</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
                        1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 0 |                    Block Type = 0x00000001                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 |           LinkType            |           Reserved            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
12 |                            SnapLen                            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
16 /                                                               /
   /                      Options (variable)                       /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The meaning of the fields is:</t>
        <ul spacing="normal">
          <li>Block Type: The block type of the Interface Description Block
is 1.</li>
          <li>Block Total Length: total size of this block, as described in <xref target="section_block" format="default"/>.</li>
          <li>LinkType (16 bits): an unsigned value that defines the
link layer type of this interface.  The list of Standardized
Link Layer Type codes is available in <xref target="LINKTYPES" format="default"/>.</li>
          <li>Reserved (16 bits): not used - MUST be filled with 0 by
pcapng file writers, and MUST be ignored by pcapng file
readers.</li>
          <li>SnapLen (32 bits): an unsigned value indicating the
maximum number of octets captured from each packet.  The
portion of each packet that exceeds this value will not be
stored in the file. A value of zero indicates no limit.</li>
          <li>Options: optionally, a list of options (formatted according to
the rules defined in <xref target="section_opt" format="default"/>) can be present.</li>
        </ul>
        <t>In addition to the options defined in <xref target="section_opt" format="default"/>,
the following options are valid within this block:</t>
        <table anchor="optionsifb" align="center">
          <name>Interface Description Block Options</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Code</th>
              <th align="left">Length</th>
              <th align="left">Multiple allowed?</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">if_name</td>
              <td align="left">2</td>
              <td align="left">variable</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">if_description</td>
              <td align="left">3</td>
              <td align="left">variable</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">if_IPv4addr</td>
              <td align="left">4</td>
              <td align="left">8</td>
              <td align="left">yes</td>
            </tr>
            <tr>
              <td align="left">if_IPv6addr</td>
              <td align="left">5</td>
              <td align="left">17</td>
              <td align="left">yes</td>
            </tr>
            <tr>
              <td align="left">if_MACaddr</td>
              <td align="left">6</td>
              <td align="left">6</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">if_EUIaddr</td>
              <td align="left">7</td>
              <td align="left">8</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">if_speed</td>
              <td align="left">8</td>
              <td align="left">8</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">if_tsresol</td>
              <td align="left">9</td>
              <td align="left">1</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">if_tzone</td>
              <td align="left">10</td>
              <td align="left">4</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">if_filter</td>
              <td align="left">11</td>
              <td align="left">variable, minimum 1</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">if_os</td>
              <td align="left">12</td>
              <td align="left">variable</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">if_fcslen</td>
              <td align="left">13</td>
              <td align="left">1</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">if_tsoffset</td>
              <td align="left">14</td>
              <td align="left">8</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">if_hardware</td>
              <td align="left">15</td>
              <td align="left">variable</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">if_txspeed</td>
              <td align="left">16</td>
              <td align="left">8</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">if_rxspeed</td>
              <td align="left">17</td>
              <td align="left">8</td>
              <td align="left">no</td>
            </tr>
          </tbody>
        </table>
        <dl indent="8" newline="true">
          <dt>
if_name:  </dt>
          <dd>
            <t>The if_name option
is a UTF-8 string containing the name of the device used to
capture data. The string is not zero-terminated.</t>
          </dd>
        </dl>
        <t>Examples: "eth0", "\Device\NPF_{AD1CE675-96D0-47C5-ADD0-2504B9126B68}".</t>
        <dl indent="8" newline="true">
          <dt>
if_description:  </dt>
          <dd>
            <t>The
if_description option is a UTF-8 string containing the description
of the device used to capture data. The string is not
zero-terminated.</t>
          </dd>
        </dl>
        <t>Examples: "Wi-Fi", "Local Area Connection", "Wireless
Network Connection", "First Ethernet Interface".</t>
        <dl indent="8" newline="true">
          <dt>
if_IPv4addr:  </dt>
          <dd>
            <t>The if_IPv4addr
option is an IPv4 network address and corresponding netmask for
the interface. The first four octets are the IP address, and
the next four octets are the netmask. This option can be repeated
multiple times within the same Interface Description Block when
multiple IPv4 addresses are assigned to the interface. Note that
the IP address and netmask are both treated as four octets, one
for each octet of the address or mask; they are not 32-bit
numbers, and thus the endianness of the SHB does not affect
this field's value.</t>
          </dd>
        </dl>
        <t>Examples: '192 168 1 1 255 255 255 0'.</t>
        <dl indent="8" newline="true">
          <dt>
if_IPv6addr:  </dt>
          <dd>
            <t>The
if_IPv6addr option is an IPv6 network address and corresponding
prefix length for the interface. The first 16 octets are the
IP address and the next octet is the prefix length. This option
can be repeated multiple times within the same Interface
Description Block when multiple IPv6 addresses are assigned to
the interface.</t>
          </dd>
        </dl>
        <t>Example: 2001:0db8:85a3:08d3:1319:8a2e:0370:7344/64 is written
(in hex) as '20 01 0d b8 85 a3 08 d3 13 19 8a 2e 03 70 73 44
40'.</t>
        <dl indent="8" newline="true">
          <dt>
if_MACaddr:  </dt>
          <dd>
            <t>The if_MACaddr
option is the Interface Hardware MAC address (48 bits), if
available.</t>
          </dd>
        </dl>
        <t>Example: '00 01 02 03 04 05'.</t>
        <dl indent="8" newline="true">
          <dt>
if_EUIaddr:  </dt>
          <dd>
            <t>The if_EUIaddr
option is the Interface Hardware EUI address (64 bits), if
available.</t>
          </dd>
        </dl>
        <t>Example: '02 34 56 FF FE 78 9A BC'.</t>
        <dl indent="8" newline="true">
          <dt>
if_speed:  </dt>
          <dd>
            <t>The if_speed
option is a 64-bit unsigned value indicating the interface
speed, in bits per second.</t>
          </dd>
        </dl>
        <t>Example: the 64-bit decimal number 100000000 for 100Mbps.</t>
        <dl indent="8" newline="true">
          <dt>
if_tsresol:  </dt>
          <dd>
            <t>The if_tsresol
option identifies the resolution of timestamps. If the Most
Significant Bit is equal to zero, the remaining bits indicates the
resolution of the timestamp as a negative power of 10 (e.g. 6
means microsecond resolution, timestamps are the number of
microseconds since 1970-01-01 00:00:00 UTC). If the Most
Significant Bit is equal to one, the remaining bits indicates
the resolution as negative power of 2 (e.g. 10 means 1/1024
of second). If this option is not present, a resolution of
10^-6 is assumed (i.e. timestamps have the same resolution of
the standard 'libpcap' timestamps).</t>
          </dd>
        </dl>
        <t>Example: '6'.</t>
        <dl indent="8" newline="true">
          <dt>
if_tzone:  </dt>
          <dd>
            <t>The if_tzone
option identifies the time zone for GMT support (TODO: specify
better).</t>
          </dd>
        </dl>
        <t>Example: TODO: give a good example.</t>
        <dl indent="8" newline="true">
          <dt>
if_filter:  </dt>
          <dd>
            <t>The if_filter
option identifies the filter (e.g. "capture only TCP traffic")
used to capture traffic. The first octet of the Option Data keeps a
code of the filter used (e.g. if this is a libpcap string, or BPF
bytecode, and more). More details about this format will be
presented in Appendix XXX (TODO). (TODO: better use different
options for different fields? e.g. if_filter_pcap, if_filter_bpf,
...)</t>
          </dd>
        </dl>
        <t>Example: '00'"tcp port 23 and host 192.0.2.5".</t>
        <dl indent="8" newline="true">
          <dt>
if_os:  </dt>
          <dd>
            <t>The if_os option is
a UTF-8 string containing the name of the operating system of the
machine in which this interface is installed. This can be
different from the same information that can be contained by the
Section Header Block (<xref target="section_shb" format="default"/>) because the
capture can have been done on a remote machine. The string is
not zero-terminated.</t>
          </dd>
        </dl>
        <t>Examples: "Windows XP SP2", "openSUSE 10.2".</t>
        <dl indent="8" newline="true">
          <dt>
if_fcslen:  </dt>
          <dd>
            <t>The if_fcslen
option is an 8-bit unsigned integer value that specifies the
length of the Frame Check Sequence (in bits) for this interface.
For link layers whose FCS length can change during time, the
Enhanced Packet Block epb_flags Option can be used in each
Enhanced Packet Block (see <xref target="section_epb_flags" format="default"/>).</t>
          </dd>
        </dl>
        <t>Example: '4'.</t>
        <dl indent="8" newline="true">
          <dt>
if_tsoffset:  </dt>
          <dd>
            <t>The
if_tsoffset option is a 64-bit signed integer value that
specifies an offset (in seconds) that must be added to the
timestamp of each packet to obtain the absolute timestamp of
a packet. If the option is missing, the timestamps stored
in the packet MUST be considered absolute timestamps.  The
time zone of the offset can be specified with the option
if_tzone. TODO: won't a if_tsoffset_low for fractional
second offsets be useful for highly synchronized capture
systems?</t>
          </dd>
        </dl>
        <t>Example: '1234'.</t>
        <dl indent="8" newline="true">
          <dt>
if_hardware:  </dt>
          <dd>
            <t>The
if_hardware option is a UTF-8 string containing the description
of the interface hardware. The string is not zero-terminated.</t>
          </dd>
        </dl>
        <t>Examples: "Broadcom NetXtreme", "Intel(R) PRO/1000 MT
Network Connection", "NETGEAR WNA1000Mv2 N150 Wireless USB
Micro Adapter".</t>
        <dl indent="8" newline="true">
          <dt>
if_txspeed:  </dt>
          <dd>
            <t>The
if_txrxspeeds option is a 64-bit unsigned value
indicating the interface transmit speed in bits per
second.</t>
          </dd>
        </dl>
        <t>Example: the 64-bit decimal number 1024000 for
1024Kbps.</t>
        <dl indent="8" newline="true">
          <dt>
if_rxspeed:  </dt>
          <dd>
            <t>The
if_rxspeed option is a 64-bit unsigned value
indicating the interface receive speed, in bits per
second.</t>
          </dd>
        </dl>
        <t>Example: the 64-bit decimal number 8192000 for
8192Kbps.</t>
        <t>If the interface transmit speed and receive speed are the
same, the if_speed option MUST be used and the if_txspeed and
if_rxspeed options MUST NOT be used.  If the transmit speed is
unknown, the if_speed and if_txspeed options MUST NOT be used;
if the receive speed is unknown, the if_speed and if_rxspeed
options MUST NOT be used.</t>
      </section>
      <section anchor="section_epb" numbered="true" toc="default">
        <name>Enhanced Packet Block</name>
        <t>An Enhanced Packet Block (EPB) is the standard container for
storing the packets coming from the network. The Enhanced Packet Block
is optional because packets can be stored either by means of this
block or the Simple Packet Block, which can be used to speed up
capture file generation; or a file may have no packets in it. The
format of an Enhanced Packet Block is shown in <xref target="format_epb" format="default"/>.</t>
        <t>The Enhanced Packet Block is an improvement over the original, now
obsolete, <xref target="appendix_pb" format="default">Packet Block</xref>:</t>
        <ul spacing="normal">
          <li>it stores the Interface Identifier as a 32-bit integer value.
This is a requirement when a capture stores packets coming from a
large number of interfaces;</li>
          <li>unlike the <xref target="appendix_pb" format="default">Packet Block</xref>, the
number of packets dropped by the capture system between this
packet and the previous one is not stored in the header, but
rather in an option of the block itself.</li>
        </ul>
        <figure anchor="format_epb">
          <name>Enhanced Packet Block Format</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
                        1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 0 |                    Block Type = 0x00000006                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 |                         Interface ID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
12 |                        Timestamp (High)                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
16 |                        Timestamp (Low)                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
20 |                    Captured Packet Length                     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
24 |                    Original Packet Length                     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
28 /                                                               /
   /                          Packet Data                          /
   /              variable length, padded to 32 bits               /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   /                                                               /
   /                      Options (variable)                       /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The Enhanced Packet Block has the following fields:</t>
        <ul spacing="normal">
          <li>Block Type: The block type of the Enhanced Packet Block is 6.</li>
          <li>Block Total Length: total size of this block, as described in <xref target="section_block" format="default"/>.</li>
          <li>Interface ID (32 bits): an unsigned value that specifies the
interface on which this packet was received or transmitted;
the correct interface will be the one whose Interface
Description Block (within the current Section of the file) is
identified by the same number (see <xref target="section_idb" format="default"/>)
of this field. The interface ID MUST be valid, which means that an
matching interface description block MUST exist.</li>
          <li>Timestamp (High) and Timestamp (Low): upper 32 bits and
lower 32 bits of a 64-bit timestamp. The timestamp is a
single 64-bit unsigned integer that represents the number of
units of time that have elapsed since 1970-01-01 00:00:00 UTC.
The length of a unit of time is specified by the 'if_tsresol'
option (see <xref target="format_idb" format="default"/>) of the Interface
Description Block referenced by this packet. Note that,
unlike timestamps in the libpcap file format, timestamps in
Enhanced Packet Blocks are not saved as two 32-bit values
that represent the seconds and microseconds that have
elapsed since 1970-01-01 00:00:00 UTC. Timestamps in Enhanced
Packet Blocks are saved as two 32-bit words that represent
the upper and lower 32 bits of a single 64-bit quantity.</li>
          <li>Captured Packet Length (32 bits): an unsigned value that
indicates the number of octets captured from the packet
(i.e. the length of the Packet Data field). It will be the
minimum value among the Original Packet Length and the
snapshot length for the interface (SnapLen, defined in <xref target="format_idb" format="default"/>). The value of this field does
not include the padding octets added at the end of the Packet
Data field to align the Packet Data field to a 32-bit
boundary.</li>
          <li>Original Packet Length (32 bits): an unsigned value that
indicates the actual length of the packet when it was
transmitted on the network.  It can be different from
the Captured Packet Length if the packet has been truncated
by the capture process.</li>
          <li>Packet Data: the data coming from the network, including
link-layer headers. The actual length of this field is
Captured Packet Length plus the padding to a 32-bit
boundary. The format of the link-layer headers depends on
the LinkType field specified in the Interface Description
Block (see <xref target="section_idb" format="default"/>) and it is specified
in the entry for that format in <xref target="LINKTYPES" format="default"/>.</li>
          <li>Options: optionally, a list of options (formatted according to
the rules defined in <xref target="section_opt" format="default"/>) can be present.</li>
        </ul>
        <t>In addition to the options defined in <xref target="section_opt" format="default"/>,
the following options are valid within this block:</t>
        <table anchor="options_epb" align="center">
          <name>Enhanced Packet Block Options</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Code</th>
              <th align="left">Length</th>
              <th align="left">Multiple allowed?</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">epb_flags</td>
              <td align="left">2</td>
              <td align="left">4</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">epb_hash</td>
              <td align="left">3</td>
              <td align="left">variable, minimum hash type-dependent</td>
              <td align="left">yes</td>
            </tr>
            <tr>
              <td align="left">epb_dropcount</td>
              <td align="left">4</td>
              <td align="left">8</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">epb_packetid</td>
              <td align="left">5</td>
              <td align="left">8</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">epb_queue</td>
              <td align="left">6</td>
              <td align="left">4</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">epb_verdict</td>
              <td align="left">7</td>
              <td align="left">variable, minimum verdict type-dependent</td>
              <td align="left">yes</td>
            </tr>
          </tbody>
        </table>
        <dl indent="8" newline="true">
          <dt>
epb_flags:  </dt>
          <dd>
            <t>The epb_flags
option is a 32-bit flags word containing link-layer information. A
complete specification of the allowed flags can be found in <xref target="section_epb_flags" format="default"/>.</t>
          </dd>
        </dl>
        <t>Example: '0'.</t>
        <dl indent="8" newline="true">
          <dt>
epb_hash:  </dt>
          <dd>
            <t>The epb_hash
option contains a hash of the packet. The first octet specifies the
hashing algorithm, while the following octets contain the actual
hash, whose size depends on the hashing algorithm, and hence from
the value in the first octet. The hashing algorithm can be: 2s
complement (algorithm octet = 0, size = XXX), XOR (algorithm octet =
1, size=XXX), CRC32 (algorithm octet = 2, size = 4), MD-5
(algorithm octet = 3, size = 16), SHA-1 (algorithm octet = 4,
size = 20), Toeplitz (algorithm octet = 5, size = 4). The hash covers
only the packet, not the header added by the capture driver: this
gives the possibility to calculate it inside the network card. The
hash allows easier comparison/merging of different capture files,
and reliable data transfer between the data acquisition system and
the capture library.</t>
          </dd>
        </dl>
        <t>Examples: '02 EC 1D 87 97', '03 45 6E C2 17 7C 10 1E 3C 2E 99 6E C2 9A 3D
50 8E'.</t>
        <dl indent="8" newline="true">
          <dt>
epb_dropcount:  </dt>
          <dd>
            <t>The
epb_dropcount option is a 64-bit unsigned integer value
specifying the number of packets lost (by the interface and
the operating system) between this packet and the preceding
one for the same interface or, for the first packet for an
interface, between this packet and the start of the capture
process.</t>
          </dd>
        </dl>
        <t>Example: '0'.</t>
        <dl indent="8" newline="true">
          <dt>
epb_packetid:  </dt>
          <dd>
            <t>The
epb_packetid option is a 64-bit unsigned integer that uniquely
identifies the packet. If the same packet is seen by multiple
interfaces and there is a way for the capture application to
correlate them, the same epb_packetid value must be used. An
example could be a router that captures packets on all its
interfaces in both directions. When a packet hits interface A
on ingress, an EPB entry gets created, TTL gets decremented,
and right before it egresses on interface B another EPB entry
gets created in the trace file. In this case, two packets are
in the capture file, which are not identical but the
epb_packetid can be used to correlate them.</t>
          </dd>
        </dl>
        <t>Example: '0'.</t>
        <dl indent="8" newline="true">
          <dt>
epb_queue:  </dt>
          <dd>
            <t>The epb_queue
option is a 32-bit unsigned integer that identifies on which queue
of the interface the specific packet was received.</t>
          </dd>
        </dl>
        <t>Example: '0'.</t>
        <dl indent="8" newline="true">
          <dt>
epb_verdict:  </dt>
          <dd>
            <t>The epb_verdict
option stores a verdict of the packet. The verdict indicates what
would be done with the packet after processing it. For example, a
firewall could drop the packet. This verdict can be set by various
components, i.e. Hardware, Linux's eBPF TC or XDP framework, etc.
etc. The first octet specifies the verdict type, while the
following octets contain the actual verdict data, whose size
depends on the verdict type, and hence from the value in the first
octet. The verdict type can be: Hardware (type octet = 0, size =
variable), Linux_eBPF_TC (type octet = 1, size = 8 (64-bit unsigned
integer), value = TC_ACT_* as defined in the Linux <eref target="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/pkt_cls.h">pck_cls.h</eref> include), Linux_eBPF_XDP (type octet = 2, size = 8 (64-bit unsigned
integer), value = xdp_action as defined in the Linux <eref target="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/bpf.h">pbf.h</eref> include).</t>
          </dd>
        </dl>
        <t>Example: '02 00 00 00 00 00 00 00 02' for Linux_eBPF_XDP with
verdict XDP_PASS.</t>
        <section anchor="section_epb_flags" numbered="true" toc="default">
          <name>Enhanced Packet Block Flags Word</name>
          <t>The Enhanced Packet Block Flags Word is a 32-bit value that
contains link-layer information about the packet.</t>
          <t>The word is encoded as an unsigned 32-bit integer, using the
endianness of the Section Header Block scope it is in. In the
following table, the bits are numbered with 0 being the
least-significant bit and 31 being the most-significant bit of
the 32-bit unsigned integer. The meaning of the bits is the
following:</t>
          <table align="center">
            <thead>
              <tr>
                <th align="left">Bit Number</th>
                <th align="left">Description</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0-1</td>
                <td align="left">Inbound / Outbound packet (00 = information not available, 01 = inbound, 10 = outbound)</td>
              </tr>
              <tr>
                <td align="left">2-4</td>
                <td align="left">Reception type (000 = not specified, 001 = unicast, 010 = multicast, 011 = broadcast, 100 = promiscuous).</td>
              </tr>
              <tr>
                <td align="left">5-8</td>
                <td align="left">FCS length, in octets (0000 if this information is not available). This value overrides the if_fcslen option of the Interface Description Block, and is used with those link layers (e.g. PPP) where the length of the FCS can change during time.</td>
              </tr>
              <tr>
                <td align="left">9-15</td>
                <td align="left">Reserved (MUST be set to zero).</td>
              </tr>
              <tr>
                <td align="left">16-31</td>
                <td align="left">link-layer-dependent errors (Bit 31 = symbol error, Bit 30 = preamble error, Bit 29 = Start Frame Delimiter error, Bit 28 = unaligned frame error, Bit 27 = wrong Inter Frame Gap error, Bit 26 = packet too short error, Bit 25 = packet too long error, Bit 24 = CRC error, other?? are 16 bit enough?).</td>
              </tr>
            </tbody>
          </table>
          <t>NOTE: in earlier versions of this specification, the bits
were specified as being numbered with 0 being the
most-significant bit and 31 being the least-significant bit
of the 32-bit unsigned integer, rather than with 0 being the
least-significant bit and 31 being the most-significant bit.
Several implementations number the bits with 0 being the
least-significant bit, and no known implementations number
them with 0 being the most-significant bit, so the
specification was changed to reflect that reality.</t>
        </section>
      </section>
      <section anchor="section_spb" numbered="true" toc="default">
        <name>Simple Packet Block</name>
        <t>The Simple Packet Block (SPB) is a lightweight container for
storing the packets coming from the network. Its presence is
optional.</t>
        <t>A Simple Packet Block is similar to an Enhanced Packet Block (see <xref target="section_epb" format="default"/>), but it is smaller, simpler to process
and contains only a minimal set of information. This block is
preferred to the standard Enhanced Packet Block when performance or
space occupation are critical factors, such as in sustained traffic
capture applications. A capture file can contain both Enhanced Packet
Blocks and Simple Packet Blocks: for example, a capture tool could
switch from Enhanced Packet Blocks to Simple Packet Blocks when the
hardware resources become critical.</t>
        <t>The Simple Packet Block does not contain the Interface ID field.
Therefore, it MUST be assumed that all the Simple Packet Blocks have
been captured on the interface previously specified in the first
Interface Description Block.</t>
        <t><xref target="format_spb" format="default"/> shows the format of the Simple Packet
Block.</t>
        <figure anchor="format_spb">
          <name>Simple Packet Block Format</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
                        1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 0 |                    Block Type = 0x00000003                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 |                    Original Packet Length                     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
12 /                                                               /
   /                          Packet Data                          /
   /              variable length, padded to 32 bits               /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The Simple Packet Block has the following fields:</t>
        <ul spacing="normal">
          <li>Block Type: The block type of the Simple Packet Block is 3.</li>
          <li>Block Total Length: total size of this block, as described in <xref target="section_block" format="default"/>.</li>
          <li>Original Packet Length (32 bits): an unsigned value
indicating the actual length of the packet when it was
transmitted on the network. It can be different from length
of the Packet Data field's length if the packet has been
truncated by the capture process, in which case the SnapLen
value in <xref target="section_idb" format="default"/> will be less than this
Original Packet Length value, and the SnapLen value MUST be
used to determine the size of the Packet Data field
length.</li>
          <li>Packet Data: the data coming from the network, including
link-layer headers. The length of this field can be derived
from the field Block Total Length, present in the Block
Header, and it is the minimum value among the SnapLen
(present in the Interface Description Block) and the
Original Packet Length (present in this header). The format
of the data within this Packet Data field depends on the
LinkType field specified in the Interface Description Block
(see <xref target="section_idb" format="default"/>) and it is specified in
the entry for that format in <xref target="LINKTYPES" format="default"/>.</li>
        </ul>
        <t>The Simple Packet Block does not contain the timestamp because this
is often one of the most costly operations on PCs. Additionally, there
are applications that do not require it; e.g. an Intrusion Detection
System is interested in packets, not in their timestamp.</t>
        <t>A Simple Packet Block cannot be present in a Section that has more
than one interface because of the impossibility to refer to the
correct one (it does not contain any Interface ID field).</t>
        <t>The Simple Packet Block is very efficient in term of disk space: a
snapshot whose length is 100 octets requires only 16 octets of overhead,
which corresponds to an efficiency of more than 86%.</t>
      </section>
      <section anchor="section_nrb" numbered="true" toc="default">
        <name>Name Resolution Block</name>
        <t>The Name Resolution Block (NRB) is used to support the correlation
of numeric addresses (present in the captured packets) and their
corresponding canonical names and it is optional. Having the literal
names saved in the file prevents the need for performing name
resolution at a later time, when the association between names and
addresses may be different from the one in use at capture time.
Moreover, the NRB avoids the need for issuing a lot of DNS requests
every time the trace capture is opened, and also provides name
resolution when reading the capture with a machine not connected to
the network.</t>
        <t>A Name Resolution Block is often placed at the beginning of the
file, but no assumptions can be taken about its position. Multiple
NRBs can exist in a pcapng file, either due to memory constraints or
because additional name resolutions were performed by file processing
tools, like network analyzers.</t>
        <t>A Name Resolution Block need not contain any Records, except the
nrb_record_end Record which MUST be the last Record. The addresses and
names in NRB Records MAY be repeated multiple times; i.e., the same IP
address may resolve to multiple names, the same name may resolve to
the multiple IP addresses, and even the same address-to-name pair may
appear multiple times, in the same NRB or across NRBs.</t>
        <t>The format of the Name Resolution Block is shown in <xref target="format_nrb" format="default"/>.</t>
        <figure anchor="format_nrb">
          <name>Name Resolution Block Format</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
                        1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 0 |                    Block Type = 0x00000004                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 |      Record Type              |      Record Value Length      |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
12 /                       Record Value                            /
   /              variable length, padded to 32 bits               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   .                                                               .
   .                  . . . other records . . .                    .
   .                                                               .
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Record Type = nrb_record_end |   Record Value Length = 0     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   /                                                               /
   /                      Options (variable)                       /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The Name Resolution Block has the following fields:</t>
        <ul spacing="normal">
          <li>Block Type: The block type of the Name Resolution Block is 4.</li>
          <li>Block Total Length: total size of this block, as described in <xref target="section_block" format="default"/>.</li>
        </ul>
        <t>This is followed by zero or more Name Resolution Records (in the
TLV format), each of which contains an association between a network
address and a name. An nrb_record_end MUST be added after the last
Record, and MUST exist even if there are no other Records in the NRB.
There are currently three possible types of records:</t>
        <table anchor="nrrecords" align="center">
          <name>Name Resolution Block Records</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Code</th>
              <th align="left">Length</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">nrb_record_end</td>
              <td align="left">0x0000</td>
              <td align="left">0</td>
            </tr>
            <tr>
              <td align="left">nrb_record_ipv4</td>
              <td align="left">0x0001</td>
              <td align="left">variable</td>
            </tr>
            <tr>
              <td align="left">nrb_record_ipv6</td>
              <td align="left">0x0002</td>
              <td align="left">variable</td>
            </tr>
          </tbody>
        </table>
        <dl indent="8" newline="true">
          <dt>
nrb_record_end:  </dt>
          <dd>
            <t>The
nrb_record_end record delimits the end of name resolution
records. This record is needed to determine when the list of name
resolution records has ended and some options (if any) begin.</t>
          </dd>
        </dl>
        <dl indent="8" newline="true">
          <dt>
nrb_record_ipv4:  </dt>
          <dd>
            <t>The
nrb_record_ipv4 record specifies an IPv4 address (contained in the
first 4 octets), followed by one or more zero-terminated UTF-8
strings containing the DNS entries for that address. The minimum
valid Record Length for this Record Type is thus 6: 4 for the IP
octets, 1 character, and a zero-value octet terminator. Note that
the IP address is treated as four octets, one for each octet of
the IP address; it is not a 32-bit word, and thus the endianness
of the SHB does not affect this field's value.</t>
          </dd>
        </dl>
        <t>Example: '127 0 0 1'"localhost".</t>
        <t>[Open issue: is an empty string (i.e., just a zero-value octet)
valid?]</t>
        <dl indent="8" newline="true">
          <dt>
nrb_record_ipv6:  </dt>
          <dd>
            <t>The
nrb_record_ipv6 record specifies an IPv6 address (contained in the
first 16 octets), followed by one or more zero-terminated strings
containing the DNS entries for that address. The minimum valid
Record Length for this Record Type is thus 18: 16 for the IP
octets, 1 character, and a zero-value octet terminator.</t>
          </dd>
        </dl>
        <t>Example: '20 01 0d b8 00 00 00 00 00 00 00 00 12 34 56
78'"somehost".</t>
        <t>[Open issue: is an empty string (i.e., just a zero-value octet)
valid?]</t>
        <t>Record Types other than those specified earlier MUST be ignored and
skipped past. More Record Types will likely be defined in the future,
and MUST NOT break backwards compatibility.</t>
        <t>Each Record Value is aligned to and padded to a 32-bit boundary.
The corresponding Record Value Length reflects the actual length of
the Record Value; it does not include the lengths of the Record Type
field, the Record Value Length field, any padding for the Record
Value, or anything after the Record Value. For Record Types with name
strings, the Record Length does include the zero-value octet
terminating that string. A Record Length of 0 is valid, unless
indicated otherwise.</t>
        <t>After the list of Name Resolution Records, optionally, a list of
options (formatted according to the rules defined in <xref target="section_opt" format="default"/>) can be present.</t>
        <t>In addition to the options defined in <xref target="section_opt" format="default"/>,
the following options are valid within this block:</t>
        <table anchor="options_nrb" align="center">
          <name>Name Resolution Block Options</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Code</th>
              <th align="left">Length</th>
              <th align="left">Multiple allowed?</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ns_dnsname</td>
              <td align="left">2</td>
              <td align="left">variable</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">ns_dnsIP4addr</td>
              <td align="left">3</td>
              <td align="left">4</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">ns_dnsIP6addr</td>
              <td align="left">4</td>
              <td align="left">16</td>
              <td align="left">no</td>
            </tr>
          </tbody>
        </table>
        <dl indent="8" newline="true">
          <dt>
ns_dnsname:  </dt>
          <dd>
            <t>The ns_dnsname
option is a UTF-8 string containing the name of the machine (DNS
server) used to perform the name resolution. The string is not
zero-terminated.</t>
          </dd>
        </dl>
        <t>Example: "our_nameserver".</t>
        <dl indent="8" newline="true">
          <dt>
ns_dnsIP4addr:  </dt>
          <dd>
            <t>The
ns_dnsIP4addr option specifies the IPv4 address of the DNS server.
Note that the IP address is treated as four octets, one for each
octet of the IP address; it is not a 32-bit word, and thus the
endianness of the SHB does not affect this field's value.</t>
          </dd>
        </dl>
        <t>Example: '192 168 0 1'.</t>
        <dl indent="8" newline="true">
          <dt>
ns_dnsIP6addr:  </dt>
          <dd>
            <t>The
ns_dnsIP6addr option specifies the IPv6 address of the DNS
server.</t>
          </dd>
        </dl>
        <t>Example: '20 01 0d b8 00 00 00 00 00 00 00 00 12 34 56 78'.</t>
      </section>
      <section anchor="section_isb" numbered="true" toc="default">
        <name>Interface Statistics Block</name>
        <t>The Interface Statistics Block (ISB) contains the capture
statistics for a given interface and it is optional. The statistics
are referred to the interface defined in the current Section
identified by the Interface ID field. An Interface Statistics Block is
normally placed at the end of the file, but no assumptions can be
taken about its position - it can even appear multiple times for the
same interface.</t>
        <t>The format of the Interface Statistics Block is shown in <xref target="format_isb" format="default"/>.</t>
        <figure anchor="format_isb">
          <name>Interface Statistics Block Format</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
                        1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 0 |                   Block Type = 0x00000005                     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 |                         Interface ID                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
12 |                        Timestamp (High)                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
16 |                        Timestamp (Low)                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
20 /                                                               /
   /                      Options (variable)                       /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The fields have the following meaning:</t>
        <ul spacing="normal">
          <li>Block Type: The block type of the Interface Statistics Block is
5.</li>
          <li>Block Total Length: total size of this block, as described in <xref target="section_block" format="default"/>.</li>
          <li>Interface ID: specifies the interface these statistics refers
to; the correct interface will be the one whose Interface
Description Block (within the current Section of the file) is
identified by same number (see <xref target="section_idb" format="default"/>) of
this field.</li>
          <li>Timestamp: time this statistics refers to. The format of the
timestamp is the same already defined in the Enhanced Packet Block
(<xref target="section_epb" format="default"/>); the length of a unit of time is
specified by the 'if_tsresol' option (see <xref target="format_idb" format="default"/>) of the Interface Description Block
referenced by this packet.</li>
          <li>Options: optionally, a list of options (formatted according to
the rules defined in <xref target="section_opt" format="default"/>) can be present.</li>
        </ul>
        <t>All the statistic fields are defined as options in order to deal
with systems that do not have a complete set of statistics. Therefore,
In addition to the options defined in <xref target="section_opt" format="default"/>,
the following options are valid within this block:</t>
        <table anchor="options_isb" align="center">
          <name>Interface Statistics Block Options</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Code</th>
              <th align="left">Length</th>
              <th align="left">Multiple allowed?</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">isb_starttime</td>
              <td align="left">2</td>
              <td align="left">8</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">isb_endtime</td>
              <td align="left">3</td>
              <td align="left">8</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">isb_ifrecv</td>
              <td align="left">4</td>
              <td align="left">8</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">isb_ifdrop</td>
              <td align="left">5</td>
              <td align="left">8</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">isb_filteraccept</td>
              <td align="left">6</td>
              <td align="left">8</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">isb_osdrop</td>
              <td align="left">7</td>
              <td align="left">8</td>
              <td align="left">no</td>
            </tr>
            <tr>
              <td align="left">isb_usrdeliv</td>
              <td align="left">8</td>
              <td align="left">8</td>
              <td align="left">no</td>
            </tr>
          </tbody>
        </table>
        <dl indent="8" newline="true">
          <dt>
isb_starttime:  </dt>
          <dd>
            <t>The
isb_starttime option specifies the time the capture started; time
will be stored in two blocks of four octets each. The format of the
timestamp is the same as the one defined in the Enhanced Packet
Block (<xref target="section_epb" format="default"/>); the length of a unit
of time is specified by the 'if_tsresol' option (see <xref target="format_idb" format="default"/>) of the Interface Description Block
referenced by this packet.</t>
          </dd>
        </dl>
        <t>Example: '96 c3 04 00 73 89 6a 65', in Little Endian, decodes
to 2012-06-29 06:17:00.834163 UTC.</t>
        <dl indent="8" newline="true">
          <dt>
isb_endtime:  </dt>
          <dd>
            <t>The isb_endtime
option specifies the time the capture ended; time will be stored
in two blocks of four octets each. The format of the timestamp is
the same as the one defined in the Enhanced Packet Block (<xref target="section_epb" format="default"/>); the length of a unit of time is specified
by the 'if_tsresol' option (see <xref target="format_idb" format="default"/>) of
the Interface Description Block referenced by this packet.</t>
          </dd>
        </dl>
        <t>Example: '97 c3 04 00 aa 47 ca 64', in Little Endian, decodes
to 2012-06-29 07:28:25.298858 UTC.</t>
        <dl indent="8" newline="true">
          <dt>
isb_ifrecv:  </dt>
          <dd>
            <t>The isb_ifrecv
option specifies the 64-bit unsigned integer number of packets
received from the physical interface starting from the beginning
of the capture.</t>
          </dd>
        </dl>
        <t>Example: the decimal number 100.</t>
        <dl indent="8" newline="true">
          <dt>
isb_ifdrop:  </dt>
          <dd>
            <t>The isb_ifdrop
option specifies the 64-bit unsigned integer number of packets
dropped by the interface due to lack of resources starting from
the beginning of the capture.</t>
          </dd>
        </dl>
        <t>Example: '0'.</t>
        <dl indent="8" newline="true">
          <dt>
isb_filteraccept:  </dt>
          <dd>
            <t>The
isb_filteraccept option specifies the 64-bit unsigned integer
number of packets accepted by filter starting from the beginning
of the capture.</t>
          </dd>
        </dl>
        <t>Example: the decimal number 100.</t>
        <dl indent="8" newline="true">
          <dt>
isb_osdrop:  </dt>
          <dd>
            <t>The isb_osdrop
option specifies the 64-bit unsigned integer number of packets
dropped by the operating system starting from the beginning of the
capture.</t>
          </dd>
        </dl>
        <t>Example: '0'.</t>
        <dl indent="8" newline="true">
          <dt>
isb_usrdeliv:  </dt>
          <dd>
            <t>The
isb_usrdeliv option specifies the 64-bit unsigned integer number
of packets delivered to the user starting from the beginning of
the capture. The value contained in this field can be different
from the value 'isb_filteraccept - isb_osdrop' because some
packets could still be in the OS buffers when the capture
ended.</t>
          </dd>
        </dl>
        <t>Example: '0'.</t>
        <t>All the fields that refer to packet counters are 64-bit values,
represented with the octet order of the current section. Special care
must be taken in accessing these fields: since all the blocks are
aligned to a 32-bit boundary, such fields are not guaranteed to be
aligned on a 64-bit boundary.</t>
      </section>
      <section anchor="section_dsb" numbered="true" toc="default">
        <name>Decryption Secrets Block</name>
        <t>A Decryption Secrets Block (DSB) stores (session) secrets that
enable decryption of packets within the capture file. The format of
these secrets is defined by the Secrets Type.</t>
        <t>Multiple DSBs can exist in a pcapng file, but they SHOULD be written
before packet blocks that require those secrets. Tools MAY limit
decryption to secrets that appear before packet blocks.</t>
        <t>The structure of a
Decryption Secrets Block is shown in <xref target="format_dsb" format="default"/>.</t>
        <figure anchor="format_dsb">
          <name>Decryption Secrets Block Format</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
                        1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 0 |                   Block Type = 0x0000000A                     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 |                          Secrets Type                         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
12 |                         Secrets Length                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
16 /                                                               /
   /                          Secrets Data                         /
   /              (variable length, padded to 32 bits)             /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   /                                                               /
   /                       Options (variable)                      /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   /                       Block Total Length                      /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The Decryption Secrets Block has the following fields.</t>
        <ul spacing="normal">
          <li>Block Type: The block type of the Decryption Secrets Block is
10.</li>
          <li>Block Total Length: total size of this block, as described in <xref target="section_block" format="default"/>.</li>
          <li>Secrets Type (32 bits): an unsigned integer identifier
that describes the format of the following Secrets field.
Requests for new Secrets Type codes should be made by creating
a pull request to update this document as described in
<xref target="section_block_code_registry" format="default"/>.</li>
          <li>Secrets Length (32 bits): an unsigned integer that indicates
the size of the following Secrets field, without any padding
octets.</li>
          <li>Secrets Data: binary data containing secrets, padded to a 32 bit
boundary.</li>
          <li>Options: optionally, a list of options (formatted according to
the rules defined in <xref target="section_opt" format="default"/>) can be present.
No DSB-specific options are currently defined.</li>
        </ul>
        <t>The following is a list of Secrets Types.</t>
        <dl indent="8" newline="true">
          <dt>
0x544c534b:  </dt>
          <dd>
            <t>TLS Key Log. This
format is described at <eref target="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Key_Log_Format">NSS Key Log Format</eref>. Every line MUST be properly terminated with
either carriage return and linefeed ('\r\n') or linefeed ('\n').
Tools MUST be able to handle both line endings.</t>
          </dd>
        </dl>
        <dl indent="8" newline="true">
          <dt>
0x57474b4c:  </dt>
          <dd>
            <t>WireGuard Key Log.
Every line consists of the key type, equals sign ('='), and the
base64-encoded 32-byte key with optional spaces before and in between.
The key type is one of LOCAL_STATIC_PRIVATE_KEY,
REMOTE_STATIC_PUBLIC_KEY, LOCAL_EPHEMERAL_PRIVATE_KEY,
or PRESHARED|_KEY. This matches the output of <eref target="https://git.zx2c4.com/WireGuard/tree/contrib/examples/extract-handshakes/README">extract-handshakes.sh</eref>, which is part of the <eref target="https://www.wireguard.com/">WireGuard</eref> project.
A PRESHARED_KEY line is linked to a session matched by a previous
LOCAL_EPHEMERAL_PRIVATE_KEY line.
Every line MUST be properly terminated with
either carriage return and linefeed ('\r\n') or linefeed ('\n').
Tools MUST be able to handle both line endings.</t>
          </dd>
        </dl>
        <t>Warning: LOCAL_STATIC_PRIVATE_KEY and potentially PRESHARED_KEY
  are long-term secrets, users SHOULD only store non-production keys,
  or ensure proper protection of the pcapng file.</t>
        <dl indent="8" newline="true">
          <dt>
0x5a4e574b:  </dt>
          <dd>
            <t>ZigBee NWK Key
and ZigBee PANID for that network. Network Key as described in
the <eref target="https://zigbeealliance.org/">ZigBee Specification</eref> 05-3473-21 (R21) section 4.2.2.
The NWK Key is a 16 octet binary AES-128 key used to secure NWK Level frames
within a single PAN. The NWK key is immediately followed by the
2 octet (16 bit) network PANID in little endian format. If and when
the NWK Key changes a new DSB will contain the new NWK Key.</t>
          </dd>
        </dl>
        <dl indent="8" newline="true">
          <dt>
0x5a415053:  </dt>
          <dd>
            <t>ZigBee APS Key.
Application Support Link Key as described in the <eref target="https://zigbeealliance.org/">ZigBee Specification</eref> 05-3473-21 (R21) section 4.4. Each 16 octet binary AES-128 key secures
frames exchanged between a pair of network nodes. The APS Key is
immediately followed by the 2 octet (16 bit) network PANID in
little endian format. The PANID is followed by the 2 octet (16 bit)
short addresses, in little endian format, of the nodes to which
the APS Key applies. The numerically lower short address shall come
first. There is a APS Key DSB for each node pair for which the
Link Key is known. As new links are formed, new DSBs contain the
new Keys. If the APS Key changes for an existing link, it is
contained in a new DSB with the new APS Key.</t>
          </dd>
        </dl>
        <figure anchor="format_zigbee_nwk">
          <name>ZigBee NWK Key Data Format</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
   0                   1                   2                   3
   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +---------------------------------------------------------------+
 0 |                   Block Type = 0x0000000A                     |
   +---------------------------------------------------------------+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 |                  Secrets Type = 0x5a4e574b                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
12 |                         Secrets Length                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
16 |                            AES-128                            |
   |                            NKW Key                            |
   |                          (16 octets)                          |
   |                           (128 bits)                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
32 |          PAN ID               |           padding (0)         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
36 /                                                               /
   /                       Options (variable)                      /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   /                       Block Total Length                      /
   +---------------------------------------------------------------+
]]></artwork>
        </figure>
        <figure anchor="format_zigbee_aps">
          <name>ZigBee APS Key Data Format</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
   0                   1                   2                   3
   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +---------------------------------------------------------------+
 0 |                   Block Type = 0x0000000A                     |
   +---------------------------------------------------------------+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 |                  Secrets Type = 0x5a415053                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
12 |                         Secrets Length                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
16 |                            AES-128                            |
   |                            APS Key                            |
   |                          (16 octets)                          |
   |                           (128 bits)                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
32 |           PAN ID              |     Low Node Short Address    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
36 |    High Node Short Address    |         padding (0)           |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
40 /                                                               /
   /                       Options (variable)                      /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   /                       Block Total Length                      /
   +---------------------------------------------------------------+
]]></artwork>
        </figure>
      </section>
      <section anchor="section_custom_block" numbered="true" toc="default">
        <name>Custom Block</name>
        <t>A Custom Block (CB) is the container for storing custom data that
is not part of another block; for storing custom data as part of
another block, see <xref target="section_custom_option" format="default"/>. The Custom
Block is optional, can be repeated any number of times, and can appear
before or after any other block except the first Section Header Block
which must come first in the file. Different Custom Blocks, of
different type codes and/or different Private Enterprise Numbers, may
be used in the same pcapng file. The format of a Custom Block is shown
in <xref target="format_custom_block" format="default"/>.</t>
        <figure anchor="format_custom_block">
          <name>Custom Block Format</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
                        1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 0 |             Block Type = 0x00000BAD or 0x40000BAD             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 |                Private Enterprise Number (PEN)                |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
12 /                                                               /
   /                          Custom Data                          /
   /              variable length, padded to 32 bits               /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   /                                                               /
   /                      Options (variable)                       /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The Custom Block uses the type code 0x00000BAD (2989 in decimal)
for a custom block that pcapng re-writers can copy into new files, and
the type code 0x40000BAD (1073744813 in decimal) for one that should
not be copied. See <xref target="section_vendor_copy" format="default"/> for details.</t>
        <t>The Custom Block has the following fields:</t>
        <ul spacing="normal">
          <li>Block Type: The block type of the Custom Block is 0x00000BAD or
0x40000BAD, as described previously.</li>
          <li>Block Total Length: total size of this block, as described in <xref target="section_block" format="default"/>.</li>
          <li>Private Enterprise Number (32 bits): An IANA-assigned
Private Enterprise Number identifying the organization which
defined the Custom Block.  See <xref target="section_vendor_uses" format="default"/> for details.  The PEN MUST be
encoded using the same endianness as the Section Header
Block it is within the scope of.</li>
          <li>Custom Data: the custom data, padded to a 32 bit boundary.</li>
          <li>Options: optionally, a list of options (formatted according to
the rules defined in <xref target="section_opt" format="default"/>) can be present.
Note that custom options for the Custom Block still use the custom
option format and type code, as described in <xref target="section_custom_option" format="default"/>.</li>
        </ul>
      </section>
    </section>
    <section anchor="section_vendor" numbered="true" toc="default">
      <name>Vendor-Specific Custom Extensions</name>
      <t>This section uses the term "vendor" to describe an organization which
extends the pcapng file with custom, proprietary blocks or options. It
should be noted, however, that the "vendor" is just an abstract entity
that agrees on a custom extension format: for example it may be a
manufacturer, industry association, an individual user, or collective
group of users.</t>
      <section anchor="section_vendor_uses" numbered="true" toc="default">
        <name>Supported Use-Cases</name>
        <t>There are two different supported use-cases for vendor-specific
custom extensions: local and portable. Local use means the custom data
is only expected to be usable on the same machine, and the same
application, which encoded it into the file. This limitation is due to
the lack of a common registry for the local use number codes (the
block or option type code numbers with the Most Significant Bit set).
Since two different vendors may choose the same number, one vendor's
application reading the other vendor's file would result in decoding
failure. Therefore, vendors SHOULD instead use the portable method, as
described next.</t>
        <t>The portable use-case supports vendor-specific custom extensions in
pcapng files which can be shared across systems, organizations, etc.
To avoid number space collisions, an IANA-registered Private
Enterprise Number (PEN) is encoded into the Custom Block or Custom
Option, using the PEN that belongs to the vendor defining the
extension. Anyone can register a new PEN with IANA, for free, by
filling out the online request form at <eref target="http://pen.iana.org/pen/PenApplication.page">http://pen.iana.org/pen/PenApplication.page</eref>.</t>
      </section>
      <section anchor="section_vendor_copy" numbered="true" toc="default">
        <name>Controlling Copy Behavior</name>
        <t>Both Custom Blocks and Custom Options support two different codes
to distinguish their "copy" behavior: a code for when the block or
option can be safely copied into a new pcapng file by a pcapng
manipulating application, and a code for when it should not be copied.
A common reason for not copying a Custom Block or Custom Option is
because it depends on other blocks or options in some way that would
invalidate the custom data if the other blocks/options were removed or
re-ordered. For example, if a Custom Block's data includes an
Interface ID number in its Custom Data portion, then it cannot be
safely copied by a pcapng application that merges pcapng files,
because the merging application might re-order or remove one or more
of the Interface Description Blocks, and thereby change the Interface
IDs that the Custom Block depends upon. The same issue arises if a
Custom Block or Custom Option depends on the presence of, or specific
ordering of, other standard-based or custom-defined blocks or
options.</t>
        <t>Note that the copy semantics is not related to privacy - there is
no guarantee that a pcapng anonymizer will remove a Custom Block or
Custom Option, even if the appropriate code is used requesting it not
be copied; and the original pcapng file can be shared anyway. If the
Custom Data portion of the Custom Block or Custom Option contains
sensitive information, then it should be encrypted in some
fashion.</t>
      </section>
      <section anchor="section_vendor_strings" numbered="true" toc="default">
        <name>Strings vs. Octets</name>
        <t>For the Custom Options, there are two Custom Data formats
supported: a UTF-8 string and a binary data payload. The rationale for
this separation is that a pcapng display application which does not
understand the specific PEN's Custom Option can still display the data
as a string if it's a string type code, rather than as hex-ascii of
the octets.</t>
      </section>
      <section anchor="section_vendor_endian" numbered="true" toc="default">
        <name>Endianness Issues</name>
        <t>Implementers writing Custom Blocks or binary data Custom Options should
be aware that a pcapng file can be re-written by machines using a
different endianness than the original file, which means all known
fields of the pcapng file will change endianness in the new file.  Since
the Custom Data payload of the Custom Block or the binary data Custom
Option might be an arbitrary sequence of unknown octets to such
machines, they cannot convert multi-octet values inside the Custom Data,
or in the Options  section of a Custom Block,into the appropriate
endianness.</t>
        <t>For example, a little-endian machine can create a new pcapng file and
add some binary data Custom Options to some non-Custom Block(s) in the
file.  This file can then be sent to a big-endian host, which will
convert the Option Code, Option Length, and PEN fields of the options to
big-endian format if it re-writes the file.  However, if the software
reading the file does not understand the contents of all of the Custom
Options, it will leave the Custom Data payload of the options alone (as
little-endian format).  If this file then gets sent to a little-endian
machine, then, when that little-endian machine reads the file, it will,
if the software reading the file understands the contents of all the
Custom Options, it will detect that the file format is big-endian, and
swap the endianness while it parses the file - but that will cause the
Custom Data payload to be incorrect since it was already in
little-endian format.</t>
        <t>In addition, a little-endian machine can create a pcapng file and write
some binary data Custom Blocks, containing options, to the file.  The
file can then be sent to a big-endian host, which, if the software
reading the file does not understand the contents of the Custom Blocks,
will leave the Custom Data and Options alone (as little-endina format).
If this file then gets sent to a little-endian machine, then, when that
little-endian machine reads the file, it will, if the software reading
the file understands the contents of all the Custom Blocks, it will
detect that the file format is big-endian, and swap the endianness while
it parses the file - but that will cause the Custom Data payload, the
Option Code and Option Length values in the Options, and the PEN in any
Custom Options to be incorrect since they were already in little-endian
format.</t>
        <t>Therefore, the vendor should either encode the Custom Data of their
Custom Blocks and Custom Options, the Option Code and Option Length
fields of options in Custom Blocks, and the PEN field of Custom Options
in Custom Blocks in a consistent manner, such as always in big-endian or
always in little-endian format, regardless of the host platform's
endianness, or should encode some flag in the Custom Data payload to
indicate in which endianness the rest of the payload is written.</t>
        <t>The PEN field of a Custom Block, or of a Custom Option not contained in
a Custom Block, MUST be converted by code that reads pcapng files, so
this is not an issue for that field, except for Custom Options in Custom
Blocks.  This is also not an issue for the Custom Data payload of UTF-8
string Custom Options.</t>
      </section>
    </section>
    <section anchor="recommended-file-name-extension-pcapng" numbered="true" toc="default">
      <name>Recommended File Name Extension: .pcapng</name>
      <t>The recommended file name extension for the "PCAP Next Generation
Capture File Format" specified in this document is ".pcapng".</t>
      <t>On Windows and macOS, files are distinguished by an extension to their
filename. Such an extension is technically not actually required, as
applications should be able to automatically detect the pcapng file
format through the "magic bytes" at the beginning of the file, as some
other UN*X desktop environments do. However, using name extensions makes
it easier to work with files (e.g. visually distinguish file formats) so
it is recommended - though not required - to use .pcapng as the name
extension for files following this specification.</t>
      <t>Please note: To avoid confusion (such as the current usage of
.cap for a plethora of different capture file formats) file
name extensions other than .pcapng should be avoided.</t>
    </section>
    <section anchor="conclusions" numbered="true" toc="default">
      <name>Conclusions</name>
      <t>The file format proposed in this document should be very versatile
and satisfy a wide range of applications. In the simplest case, it can
contain a raw capture of the network data, made of a series of Simple
Packet Blocks. In the most complex case, it can be used as a repository
for heterogeneous information. In every case, the file remains easy to
parse and an application can always skip the data it is not interested
in; at the same time, different applications can share the file, and
each of them can benefit of the information produced by the others. Two
or more files can be concatenated obtaining another valid file.</t>
    </section>
    <section anchor="implementations" numbered="true" toc="default">
      <name>Implementations</name>
      <t>Some known implementations that read or write the pcapng file format
are listed on the <eref target="https://github.com/pcapng/pcapng/wiki/Implementations">pcapng GitHub wiki</eref>.</t>
    </section>
    <section anchor="security-considerations" numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>TBD.</t>
    </section>
    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t>TBD.</t>
      <t>[Open issue: decide whether the block types, option types, NRB Record
types, etc. should be IANA registries. And if so, what the IANA policy
for each should be (see RFC 5226)]</t>
      <section anchor="section_block_code_registry" numbered="true" toc="default">
        <name>Standardized Block Type Codes</name>
        <t>Every Block is uniquely identified by a 32-bit integer value, stored
in the Block Header.</t>
        <t>As pointed out in <xref target="section_block" format="default"/>, Block Type
codes whose Most Significant Bit (bit 31) is set to 1 are reserved for
local use by the application.</t>
        <t>All the remaining Block Type codes (0x00000000 to 0x7FFFFFFF) are
standardized by this document. Requests for new Block Type codes,
Option Type codes, and Secrets Type codes should be made by creating
a pull request to update this document at <eref target="https://github.com/pcapng/pcapng">github.com/pcapng/pcapng</eref>.
The pull request should add a description of the new block, option,
or secret type to <xref target="section_block_definition" format="default"/>. The pull request
description should contain a clear request for a new type code
assignment.</t>
        <t>The following is a list of the Standardized Block Type Codes:</t>
        <table anchor="blockcodes" align="center">
          <name>Standardized Block Type Codes</name>
          <thead>
            <tr>
              <th align="left">Block Type Code</th>
              <th align="left">Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0x00000000</td>
              <td align="left">Reserved ???</td>
            </tr>
            <tr>
              <td align="left">0x00000001</td>
              <td align="left">
                <xref target="section_idb" format="default">Interface Description Block</xref></td>
            </tr>
            <tr>
              <td align="left">0x00000002</td>
              <td align="left">
                <xref target="appendix_pb" format="default">Packet Block</xref></td>
            </tr>
            <tr>
              <td align="left">0x00000003</td>
              <td align="left">
                <xref target="section_spb" format="default">Simple Packet Block</xref></td>
            </tr>
            <tr>
              <td align="left">0x00000004</td>
              <td align="left">
                <xref target="section_nrb" format="default">Name Resolution Block</xref></td>
            </tr>
            <tr>
              <td align="left">0x00000005</td>
              <td align="left">
                <xref target="section_isb" format="default">Interface Statistics Block</xref></td>
            </tr>
            <tr>
              <td align="left">0x00000006</td>
              <td align="left">
                <xref target="section_epb" format="default">Enhanced Packet Block</xref></td>
            </tr>
            <tr>
              <td align="left">0x00000007</td>
              <td align="left">IRIG Timestamp Block (requested by Gianluca Varenni &lt;gianluca.varenni@cacetech.com&gt;, CACE Technologies LLC); code also used for <eref target="https://github.com/google/linux-sensor/blob/master/hone-pcapng.txt">Socket Aggregation Event Block</eref></td>
            </tr>
            <tr>
              <td align="left">0x00000008</td>
              <td align="left">
                <eref target="https://en.wikipedia.org/wiki/ARINC_429">ARINC 429</eref> in AFDX Encapsulation Information Block (requested by Gianluca Varenni &lt;gianluca.varenni@cacetech.com&gt;, CACE Technologies LLC)</td>
            </tr>
            <tr>
              <td align="left">0x00000009</td>
              <td align="left">[systemd Journal Export Block]<xref target="I-D.richardson-opsawg-pcapng-extras" format="default"/></td>
            </tr>
            <tr>
              <td align="left">0x0000000A</td>
              <td align="left">
                <xref target="section_dsb" format="default">Decryption Secrets Block</xref></td>
            </tr>
            <tr>
              <td align="left">0x00000101</td>
              <td align="left">
                <eref target="https://github.com/HoneProject">Hone Project</eref> <eref target="https://github.com/HoneProject/Linux-Sensor/wiki/Augmented-PCAP-Next-Generation-Dump-File-Format">Machine Info Block</eref> (see also <eref target="https://github.com/google/linux-sensor/blob/master/hone-pcapng.txt">Google version</eref>)</td>
            </tr>
            <tr>
              <td align="left">0x00000102</td>
              <td align="left">
                <eref target="https://github.com/HoneProject">Hone Project</eref> <eref target="https://github.com/HoneProject/Linux-Sensor/wiki/Augmented-PCAP-Next-Generation-Dump-File-Format">Connection Event Block</eref> (see also <eref target="https://github.com/google/linux-sensor/blob/master/hone-pcapng.txt">Google version</eref>)</td>
            </tr>
            <tr>
              <td align="left">0x00000201</td>
              <td align="left">
                <eref target="https://github.com/draios/sysdig">Sysdig</eref> Machine Info Block</td>
            </tr>
            <tr>
              <td align="left">0x00000202</td>
              <td align="left">
                <eref target="https://github.com/draios/sysdig">Sysdig</eref> Process Info Block, version 1</td>
            </tr>
            <tr>
              <td align="left">0x00000203</td>
              <td align="left">
                <eref target="https://github.com/draios/sysdig">Sysdig</eref> FD List Block</td>
            </tr>
            <tr>
              <td align="left">0x00000204</td>
              <td align="left">
                <eref target="https://github.com/draios/sysdig">Sysdig</eref> Event Block</td>
            </tr>
            <tr>
              <td align="left">0x00000205</td>
              <td align="left">
                <eref target="https://github.com/draios/sysdig">Sysdig</eref> Interface List Block</td>
            </tr>
            <tr>
              <td align="left">0x00000206</td>
              <td align="left">
                <eref target="https://github.com/draios/sysdig">Sysdig</eref> User List Block</td>
            </tr>
            <tr>
              <td align="left">0x00000207</td>
              <td align="left">
                <eref target="https://github.com/draios/sysdig">Sysdig</eref> Process Info Block, version 2</td>
            </tr>
            <tr>
              <td align="left">0x00000208</td>
              <td align="left">
                <eref target="https://github.com/draios/sysdig">Sysdig</eref> Event Block with flags</td>
            </tr>
            <tr>
              <td align="left">0x00000209</td>
              <td align="left">
                <eref target="https://github.com/draios/sysdig">Sysdig</eref> Process Info Block, version 3</td>
            </tr>
            <tr>
              <td align="left">0x00000210</td>
              <td align="left">
                <eref target="https://github.com/draios/sysdig">Sysdig</eref> Process Info Block, version 4</td>
            </tr>
            <tr>
              <td align="left">0x00000211</td>
              <td align="left">
                <eref target="https://github.com/draios/sysdig">Sysdig</eref> Process Info Block, version 5</td>
            </tr>
            <tr>
              <td align="left">0x00000212</td>
              <td align="left">
                <eref target="https://github.com/draios/sysdig">Sysdig</eref> Process Info Block, version 6</td>
            </tr>
            <tr>
              <td align="left">0x00000213</td>
              <td align="left">
                <eref target="https://github.com/draios/sysdig">Sysdig</eref> Process Info Block, version 7</td>
            </tr>
            <tr>
              <td align="left">0x00000BAD</td>
              <td align="left">
                <xref target="section_custom_block" format="default">Custom Block that rewriters can copy into new files</xref></td>
            </tr>
            <tr>
              <td align="left">0x40000BAD</td>
              <td align="left">
                <xref target="section_custom_block" format="default">Custom Block that rewriters should not copy into new files</xref></td>
            </tr>
            <tr>
              <td align="left">0x0A0D0D0A</td>
              <td align="left">
                <xref target="section_shb" format="default">Section Header Block</xref></td>
            </tr>
            <tr>
              <td align="left">0x0A0D0A00-0x0A0D0AFF</td>
              <td align="left">Reserved. Used to detect trace files corrupted because of file transfers using the HTTP protocol in text mode.</td>
            </tr>
            <tr>
              <td align="left">0x000A0D0A-0xFF0A0D0A</td>
              <td align="left">Reserved. Used to detect trace files corrupted because of file transfers using the HTTP protocol in text mode.</td>
            </tr>
            <tr>
              <td align="left">0x000A0D0D-0xFF0A0D0D</td>
              <td align="left">Reserved. Used to detect trace files corrupted because of file transfers using the HTTP protocol in text mode.</td>
            </tr>
            <tr>
              <td align="left">0x0D0D0A00-0x0D0D0AFF</td>
              <td align="left">Reserved. Used to detect trace files corrupted because of file transfers using the FTP protocol in text mode.</td>
            </tr>
            <tr>
              <td align="left">0x80000000-0xFFFFFFFF</td>
              <td align="left">Reserved for local use.</td>
            </tr>
          </tbody>
        </table>
        <t>[Open issue: reserve 0x40000000-0x7FFFFFFF for do-not-copy-bit
range of base types?]</t>
      </section>
    </section>
    <section anchor="contributors" numbered="true" toc="default">
      <name>Contributors</name>
      <t>Loris Degioanni and Gianluca Varenni were coauthoring this document
before it was submitted to the IETF.</t>
    </section>
    <section anchor="acknowledgments" numbered="true" toc="default">
      <name>Acknowledgments</name>
      <t>The authors wish to thank
Anders Broman,
Ulf Lamping,
Richard Sharpe
and many others for their invaluable comments.</t>
    </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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.richardson-opsawg-pcapng-extras">
          <front>
            <title>Additional block types for PCAP Next Generation (pcapng) Capture File Format</title>
            <author fullname="Michael Tuexen">
              <organization>Muenster University of Applied Sciences</organization>
            </author>
            <author fullname="Fulvio Risso">
              <organization>Politecnico di Torino</organization>
            </author>
            <author fullname="Jasper Bongertz">
              <organization>Airbus Defence and Space CyberSecurity</organization>
            </author>
            <author fullname="Gerald Combs">
              <organization>Wireshark Foundation</organization>
            </author>
            <author fullname="Guy Harris">
	 </author>
            <author fullname="Eelco Chaudron">
              <organization>Red Hat</organization>
            </author>
            <author fullname="Michael C. Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="4" month="October" year="2021"/>
            <abstract>
              <t>   This document contains a number of extensions to the PCAPng file
   format which are outside of the IETF networking mandate.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-richardson-opsawg-pcapng-extras-00"/>
        </reference>
        <reference anchor="LINKTYPES" target="http://www.tcpdump.org/linktypes.html">
          <front>
            <title>the tcpdump.org link-layer header types registry</title>
            <author initials="." fullname="">
              <organization>The Tcpdump Group</organization>
            </author>
            <date/>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="appendix_pb" numbered="true" toc="default">
      <name>Packet Block (obsolete!)</name>
      <t>The Packet Block is obsolete, and MUST NOT be used in new files. Use
the Enhanced Packet Block or Simple Packet Block instead. This section
is for historical reference only.</t>
      <t>A Packet Block was a container for storing packets coming from the
network.</t>
      <figure anchor="formatpb">
        <name>Packet Block Format</name>
        <artwork align="center" name="" type="" alt=""><![CDATA[
                        1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 0 |                    Block Type = 0x00000002                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 |         Interface ID          |          Drops Count          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
12 |                        Timestamp (High)                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
16 |                        Timestamp (Low)                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
20 |                    Captured Packet Length                     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
24 |                    Original Packet Length                     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
28 /                                                               /
   /                          Packet Data                          /
   /              variable length, padded to 32 bits               /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   /                                                               /
   /                      Options (variable)                       /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
      </figure>
      <t>The Packet Block has the following fields:</t>
      <ul spacing="normal">
        <li>Block Type: The block type of the Packet Block is 2.</li>
        <li>Block Total Length: total size of this block, as described in <xref target="section_block" format="default"/>.</li>
        <li>Interface ID: specifies the interface this packet comes from;
the correct interface will be the one whose Interface Description
Block (within the current Section of the file) is identified by the
same number (see <xref target="section_idb" format="default"/>) of this field. The
interface ID MUST be valid, which means that an matching interface
description block MUST exist.</li>
        <li>Drops Count: a local drop counter. It specifies the number of
packets lost (by the interface and the operating system) between
this packet and the preceding one. The value xFFFF (in hexadecimal)
is reserved for those systems in which this information is not
available.</li>
        <li>Timestamp (High) and Timestamp (Low): timestamp of the packet.
The format of the timestamp is the same as was already defined
for the Enhanced Packet Block (<xref target="section_epb" format="default"/>).</li>
        <li>Captured Packet Length: number of octets captured from the
packet (i.e. the length of the Packet Data field). It will be the
minimum value among the Original Packet Length and the
snapshot length for the interface (SnapLen, defined in <xref target="format_idb" format="default"/>). The value of this field does
not include the padding octets added at the end of the Packet
Data field to align the Packet Data field to a 32-bit
boundary.</li>
        <li>Original Packet Length: actual length of the packet when it was
transmitted on the network. It can be different from Captured Packet
Length if the packet has been truncated by the capture process.</li>
        <li>Packet Data: the data coming from the network, including
link-layer headers. The actual length of this field is
Captured Packet Length plus the padding to a 32-bit
boundary. The format of the link-layer headers depends on
the LinkType field specified in the Interface Description
Block (see <xref target="section_idb" format="default"/>) and it is specified
in the entry for that format in <xref target="LINKTYPES" format="default"/>.</li>
        <li>Options: optionally, a list of options (formatted according to
the rules defined in <xref target="section_opt" format="default"/>) can be present.</li>
      </ul>
      <t>In addition to the options defined in <xref target="section_opt" format="default"/>,
the following options were valid within this block:</t>
      <table anchor="optionspb" align="center">
        <name>Packet Block Options</name>
        <thead>
          <tr>
            <th align="left">Name</th>
            <th align="left">Code</th>
            <th align="left">Length</th>
            <th align="left">Multiple allowed?</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">pack_flags</td>
            <td align="left">2</td>
            <td align="left">4</td>
            <td align="left">no</td>
          </tr>
          <tr>
            <td align="left">pack_hash</td>
            <td align="left">3</td>
            <td align="left">variable</td>
            <td align="left">yes</td>
          </tr>
        </tbody>
      </table>
      <dl indent="8" newline="true">
        <dt>
pack_flags:  </dt>
        <dd>
          <t>The pack_flags
option is the same as the epb_flags of the enhanced packet
block.</t>
        </dd>
      </dl>
      <t>Example: '0'.</t>
      <dl indent="8" newline="true">
        <dt>
pack_hash:  </dt>
        <dd>
          <t>The pack_hash
option is the same as the epb_hash of the enhanced packet block.</t>
        </dd>
      </dl>
      <t>Examples: '02 EC 1D 87 97', '03 45 6E C2 17 7C 10 1E 3C 2E 99 6E
C2 9A 3D 50 8E'.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAM0Vd2EAA+2963rbRpYA+B9PUeN8+4nqIamrZVmedFqW5FjTtqy1lEtv
0usPIkEKYxJgA6BkJvY+yz7LPtmea11AkJJsOXFPonQnElCoy6lTp879dDqd
qKzirP8mHuVZsmeqYppE6aSg38pqc3398fpm1M97WTyG1/0iHlSdNKkGnXxS
xtfDzqQXT7JhZ3096sXVnkmzQR5N0r3ImHI2LpJBuWdWZkm5Ag+qvOf+6OXj
Sdyr3INyeuGeZTk+SrNRipOyTfKiki65QVkVqeujSqsRtD492D81J8m7ynyb
ZEkRV2memRbPc9UcxJNqWiTmWTqCf+XFOK6i+OKiSK72DLeJ4ml1mRd7UccU
OXaY9NMqL2g+MPTLrjmfJu+SDB4wUF6mvcs4GbnHeTGEp9MkK6ukMN9l6VVS
lGk1M/nA7E8mozTpm7NemmS9pITmOnzwRVcbd/2msOAkgQWfVckwKa7jUR+e
xGWZmK3HBNQ+gmt79+HOQwIyDEqNYVumRUUtpllVwMPDI/grGcfpCLaaJv63
wWVnLFPo9hNYPq33Wde8Tssyt8t9Nh1dpbl9SIs9zUdplfSytJebfmrO8yLN
cm++B3lR5uZw2otNPxmOUrN/UUx/+SVtm81tO0/7lSxjY31j8/GKP+njczfp
AU2jW+A0/jbB8fNuWums/7trnuYZwKj6xU78v+NyAtD1ntPc99PiYlqaw2SA
UDZwGMwZoGFiDmYXSXGW9KYFTM/bJ/3gbK6FLvfvcfbLKEnNzlbP25X1nZ1H
bldeJgl207tctCv/Q9P9G0zlbVJ1BnnehfOh6/u2CzAdX5R2cd8Cpo/69iGt
7Ie0SMrLuHgLiD7N+nQSvHXY197Mt7Yem5dxv4Qjczqycz2Mr1LstUiG0AVs
575b1uOHOxu7wS59d+YWMaRp/e1ah+rCxLw1PI+LIvUWMZ25R7SElRWvr0t6
9TeYXNrrZond7CMAxmU87Re5O5RHyQhw0XtM3b2Gk/c8rjwguCcKgsPEHGX4
u9nc2rXr3ABsNEdHFiT7Yzwn/Xjsr/zkhZttghP4W5H0L+PK37mXeJ6AYBQI
5DkaclB7S7M+A5xMRuM4M2f5oLqOgXz9kBdvfdphm7gJjHvFfyKl/lup77q9
GF4Dsu6Zy6qa7K2tXV9fd/3Xa1FGJBEo1l6EtNz+Ycxx5xBOm86tRv+B3AId
wmYvjk/+fv6P06Mz/AOIflwMEaregFVv0p+OJ4gKa0Dg31azSVJ2L6vxiL9g
Ml5dJsZrabBlZxTP4ARfJnEf/kPfEU7C1s3oWyXd+LvAmzAIfxjQ9k+C7DkM
cs6DmG+LfDqhl3BSoOUgHpVJFHU6HYAyktleFUXR+WVaGrgPp+Mkq4CYlb0i
vYBpxIaBBbccTKmXF33T46umb/gIl/gqjgZw8cAVgt3IF/AbgA8Ib3oxSp54
p7YHOw60pYCRRjPoNe4TdboGagOXdNWmv0bpBe5BU+MyHydyqRkctuzycsZp
vz+CpX1ljgFv8/60R5QhQmhMihxmMcbbJ3kHm50NU/iaV2AQCLDWC1jfGP47
zguml/hLBICo0l48MglcdzMA4uyJmSIKVdMMADqatU2WG+I2AIVgcqMpDouL
hw1EYEQVQqWKy7emSIeXFbS/7ppXWYKzQXwY59Aw7vWSSWXBCrsMB5FmmkQM
0RJBiu2BpYEtGgAT0TcXMwVV21xfAh5jI+AOLgGT8hFDFujOCDrFFacZ3DAZ
ASYe4d0NXfOCx0APiszEeJH3Yl7CJC5g7dNRXIxm0aDIxzS87mpKHUxymCmu
5CpNrrt1TAK4T/KSEClLrhU1cFDGprldQBzCBY9G+TW+HOaArwZpw0VCjadF
OU36e1F05E9jL4JrtDLlZT6FRV/AhuclIR5hZ79Po9tNAmjF9F2aEPriqhCT
4JjIDPMrPInpOGFshB0s+gwO+MKNEssISYYkBPshfkoIDNw2yfgi6fdhnwDw
Ooq5TqtLgkwBhCwGpBKIAsjb9JK4yhzWDShGdBHACwuAKbmWAg+dQTrMcBdh
jDFsQnQK+Bk70OzrqWUomzEwwUDfsyqGecWjEc3Nn3eWJDhrOvVw5IB0xLSy
fjJJ4F90GAkh4L66BqLdNkhAaa4Ir3xCHCrMr5zBhTIWTIcuxnHvEhAX/gIo
j4Hg0dAyO5z5ywQo6xqwiDAOjXvj1mIjgyQKcRMHHwC2DYG8ZwRu2kGEKLwG
EjQd0bxoIwgMZZUCAC4SWimCE2cBROQ8KcbAuI3y4YxpyNtkZmCt/dI8ePnd
2fmDNv/XnLyi318f/Z/fHb8+OsTfz57vv3hhf4mkxdnzV9+9OHS/uS8PXr18
eXRyyB/DUxM8ih683P/HA8bEB69Oz49fney/eMAo5R82hD7A5CJh4jEpEqQn
cRkpPSc0fHpw+v/9vxvb5tdf/+P1s4PNjY3HHz7IH7sbj7bhj+vLJOPR8gz2
mf8E8M0ioA5JXBhBGti1tILjCW3pUFxncIfxLn71ldnvAYcyG5cMPHeiY3lO
052WiGWXcEcNYX+rcEFwyM+eP8X9B2aU0PI5X5FPR3nvLYxyfEhvj3G1A8Tr
Q1rohNraRme1RmcVoCbseq+0bY5Oqc1RBvS2BzM6ZZKkr8/49Vk6ngDW1F6e
vKaXJ3APA9ul9N++PqC3B4BpcFr0IeIXi3EjFtnOQC7t4REg0Okrau7emV+/
KhkQby7wzYcocgebEBqABwxAnKW/8F5Ts7LNp40OJ52rpE93SJVHcZbTVQFo
g4ff0qiu2ReqwF0YvLrhcxRwx7A6phRy5USpbj8M+euv/I5n+AGR4f+BH2FP
5n82Gp5tNjzboh7Wof2m2TLb5qHZMY/Mrnl8l2fYx392PvGfCHp6v2g5Rjbt
HLi4xW3M+3uayfaimcgscjif5kWSDeHG+bwz2TVrN8Hkad6fLYHJGs6k1slV
XKR0xY1oDW24g/tyMW1tmosUmKKGTu5hOeZLASwdnl/3zFfesWJh4uuVp3GZ
9viEopzHVKK7AiedLuUOsHjD7OsHvQRp34MPQonTZAR32GV8xXevo8zjBChH
NgSy+xcfi1sC6dU9OP/TLP3XFOg2MCFD5D+v4tGUb3PkD5AzSAfEVSnp6Jrv
sUkJpAIYQfMSed0z+BaaAW8PZDTFL1svz56uksjwrykAFrZ3g+gVXNhJcQXj
IMsI3cE7uDKISZyRbHCBTAXfIjnwE28Tn0XyWDtPjilx5cB7XQH7HhlmH7yW
1Dkw1SVxtU72UI6b5bMeyaQX2O806zPhC4jzGxSw36gYR4TwL03I40M3q8MV
uBjYEGFeKvqsBNrO7BRAi0Zq4+h5rwJZrIu6PxQQK7zH2sJz8dlhvkjwB++D
fg7rAPrPqACv8HhCpxub0tueQS0W/04bgLNwiNEG6lN7mWbAU+vFBd8GK0WG
Yu4L4EeBSwXk80CD4jZ9IgIlw4J4LeS5gW0DHg5vYljRtgdXpC97xNYmLJI4
JGwG/t7tYIqTQNEADw4CqD9lGYmRboJ8YmUugCu4RuGCsC2Lr9IhsdJdla7t
AW3zZQqcGdykQ+Kk9J5GBAYxrzJJXM6o8yIHoagUAZtlEcDgt+kEUEWYdIDk
NHub4f3L/XTNGYrIcnOTBM2sfsSXvbwANIEDa1pZUuJS+OmqfOxDj1m1MQpP
VV7M2lHahVMSz7EeiEuwVykAib6e0Xf4dILnOAN+gScAj6N8wkJol6nSIpYn
RuJU8uFDNAlXMBBBpQuMEEhnJXIyAWrD2UwKkvtINCJglMjGzTyJKS0iQRph
XR2OC/fqqIDKkMRheUQSTzvDqZwkPaSBtyEKTxhMdAAvEhBYhqitseKiJwcD
mSkM4twwB6mx3Ktz1S/3Tw73z1+9/oeccDotwq4DQEaAUHAkUBMMXScghNGu
Ean/qYm7/mfL8prl5QUQp7QSClg6nQUAEuVMOGyoP4vhuBTCWFt5z8cRPgr+
rFWY0Q0FOcd4MoY3xyU8vjfVtA9TxYvoIybLQhMO0SpX9VJBMsVLwOkCsRrA
tSVkiQGN6ha4tNKCd62XFHTScOVlwqKRE79GMVohaEGNsoa3lGTCUCdFLJ1e
VKKUMI1RUtfBtZEGxAbXh1CB9aRVF4Rm0m3L2SvxekmuVDyRNQMyDVM4hajE
ujb5BYgvIDS2zU+1WbHckL57A7OCnoVU8laVtFdEIFnaXiaQIbxAZMwt0NqA
+AM+iERlHb3+qUHe8tHyEwHEqhYWcXH2IOynY7wMEro7fG1IfIGyKcG0YeV2
3ahNvp+VNwqT3tqzwq49wHOYFhEL0syADF0AewgMM2AA6uAEE1QXxaDxzqhQ
SSSSaIsAWKByme0ASYHar27tLNZFaf8olnNTBBGRbq8KF01a3FK/h7GID2sl
3WFXNYL9Igcw99uo/K96q6LfZK4Pj+dgSpxiSOMRGfop6y9hofxNSIsu45Kp
LeqfbthTt6PQwR331N9RXwHgQalHj/lymMPmKzhyedGRC6XHEKLZESVDsWgQ
l5eWyQgo69OzVy+Ozo+ESjmFk0dfs+Qa1TtFWsHdRwxGaVoXU1Ldqw7GqS73
hQSI9naQFGhYXGXyvIRc0NXhTiiapO5ExHA2uhrV5ZVwScJt32cFOM7uVvR0
HkxHP54evT5+eXRy7i4hvMRhvsgcMVEHBAAWCZsDcCIcjQ0yiEWjNLkSbSZd
5X0WWFinnmadfjIBItNPS9hpFEoEPyLW3opMQTDcH8E4GdmlgjWU+PIgH+Pp
LT3N0l/MUdYrZoGy6y/mWfoO5iwct316CLjZQ97NPTrnu8w/wniCXsLJr/LC
cuQ0+hFgYrWmFmH7InoNWA+QYW7e17A3c0dOhUuK34tZ1CsSVhPDvk+BDy64
QzrVE7RX1TWc/mUKt+zNMheycy/yIVEYntDzFBjNoncpWl3Z9ItpitYSkDG5
7aW2wjFpZwnlSdmP3BPxoV3g7+j7jm3+4QOpwpgez3cmfNG8VGl5cpHJizHL
aw/IZIu2lQd7qkoL+bXoffSfneaLJ3qPGohQbynPasdFnjZRdu6/diM5tURt
/aqaWABzXpQY71DzOaesGCWDClUVKMgm72Kc+R6DvEYveEPY/GgsjZRGkWXm
2iFvB0SlTEaD5o8FmQRtTi9nJa2BNLQv4hkwAapCGVl5dIiXDDIScaOWumue
59doOmwzSQBKAWJYljQ21rutdlH7PHRb0C8DJEIjFbGl0IbuBkfXUhR9qpRV
uBl6DeGYLRG62UpCFB+4uX07lzTrjaZ9YSaoxz4QOJBuhc5e57VpR0wKqGNo
0AwCy1eIcUYVLasgSNKAuoZBWqByqAmKUXScEUeNV7Jno0SIoZzHVmT77UXS
i4FBwNH66YCuqioidyW0bU3HF7gfACPaQ5KmyboLxAamUgNc04q75iSvmOyz
pqDoM21Aq15SoJyInXoSdNhpJJjW9qR/noxTy7GajsgnAlCVKHTPRIR3KBDD
Dblw+JCmWAVFny4DHD1aOLqMBtJDQnqO0Lzm6VXgOOCm+PoBZYbGJHXQ1ai6
mzHwAMgHMFcxmNJRlX0pg55FXwcb/+uvg7IkOtA5e/7U0tcYFXF0POk0juh4
Ck8fR8Ji1HCJ5kLHhlH8+jIfOdGUSNqnK2zfA7P11FxtdNcX6pAP8Wgt+nl/
D3NwSmMPdEqaiZxZbZQjsucCTwalErVmSNIpWEi7wy3b8vaM9kq2QTjC6hJv
OHZ+KdvisGDIYWc0mnlm2wjwg76HT1ETkrF+zeyHFIF6dzJByRKeIFmE2+LR
IFUL43kp3U0xTvopch9yTGlSyAPCeiNRySnRUi+YeFAlotIkZ4EQYBa/3nc6
sMcbHp0zptPhp5tZf/7pltcXPouWmJ5u9XMf+FXDccFnfvr9Rnej8anX9rPh
+NZNSM7Y1oTNIvgJvg+W8SYefpPWYDquozj5/BbqnAFsXG8Ul2isEWedB9ys
w2I790G+QrEKtoHiDMWgeSVHo1W8BVBYbbtGyzQSrePDp6uE3DBtYN+VKYwC
+cO0jk6frn4MhRQ8eW9gHPg3dGP/DT/dbpfwkZ/cqd/5vVcY3rD9se84hprg
dBQXvEWyQ0gAxffstjgA2zXyEAD3fpS800F1BzPUxKRMovJw30m1fwH3EnBE
3kYrabGMr7hgIQZbhhZIplNQ5qw2ZgoEZI61H8QsKIXSTtnoUxTpFXkDiGLd
6zYivEDlhmULSWfTqJsCJDl5rbjkK03qGiLAubOPQ6ZboZiPaDAh8x6QLHwK
w+u7uyPerdERUeImXFQ88TByIbaRSRJV+IpUIkuTxRNwJr+4SvNpaRURdaNw
xJal+rVHLo0DmAT5UzHRYqsWyR31ExFZpgzlo1cT1rI5r5R8UqFPiu85glZF
tAejZp+c4YwafoTD7Uavwgeego9mAqibFBXjnq+UFQ+yGZqAhWaipxKJAqRb
gYumjRobbin2KXiLXIWYzlBvIWpQd62TAbggNY1IW+iMR9NKUjolJG2IrtGz
NUa1pZlWCtJuNlsl1Rax5KWzrY3xYYJeasiFx8DeAOntokuPZ6PF9amfXi7w
Jq+1Cw+l0OuUTfAkX5B4g4OIqRWFINEcOgMu+WLQECBsAslPvAXYLegnFTnB
OdKDtjXo64l4FLFxLhBIrGVBumKHNLKSA7k/l63AgByCPnQRWb9MEUWo73I6
QVWg9vOEWvtaVG4X1dqxuC/tiNdoABdAopz2UE5Q/alhkw56QHiHiEElshCb
f1tONidoL7BbtoF1TOrWvw8fVuvIbSGMynE4pNnM27UaOrUNo1ObxK2ajsCK
YzB1wYCFQ8ExYacve0gv47IReVParF+SIie4FolYdOtTA1EeRuhdJmg5p1Po
cclzy9DxabXyMpJRC3TzF+9DtXSrg2p9hjFbNOHMKCliHzX13SDZuaP712FH
FDsLT49C54vVkMI1kcsBqWW5a/GE2dhZ7KsRSDXisoH6SEFnsQozDUYfEj0o
ogs05y++F6foLnwtw7KzyWLXmcBlBlU8aFo3C9xmnvAeMmHj7SSqaIZT4FWB
kiU0bUF+mjshT1qq24/zWPDZU1xta8hRaawpEjO/50u+aiU7MsaKmRQpcY42
DzVowEFExV+vyMuyMxnFFWlCh6P8gsg2TwPa100jvge1RwAEiqp+wNVwwFsF
FFxsswNVR7jTKlYZxjc4tV0PEdRt566oEANdwJvU+uKEvlcr0j3h6AojKXyJ
Qjj7xSbk+kbnid1SvDkxYrdqznKrHG3CU5IByS0anXomrH5y7nSx2drsXKAj
CwVVFTP2g6pPm1aDQR5MDckTZPEkyaXLOkSgjZMF+hCW1Ff3RnsCz1lsCXR3
iJc30bBozrpg7mhdiGrWhVt4dMFlzVOQueF1Ld5UAzLEqNuitUSyDhMuPXXS
ErVXrDeYfi8QV97FHnK8bJ2LSTgKwWTOZTIYO3KElOygsZVCRs5LCw/43Pwi
XSPep+EkHQUqzBCBzro2vpnc9ocjiZ+dPQ+0lI7+rbe56I5r31K8iaxz7hMf
5dSRpu/JvgGD8kR8lepgQDtF1DyEspJ2EJS28Y6caxaRN1TXxbfRbiL3SNdA
KeRTrbNF4nMyETVmQKNqnj2rdJcAI4oiL8onDGMdANlsoF2TupaKXbToQgfG
hHxBZJYySqkjRB4yYW/OTUq/wC1B4pZm08S/51MQDMKVUkhXuFSNmOB38pBi
XizDaJcdrhkp3vHAzXxFHQNTUolUKAC3PYonu5QlOD/YyNEsok1iLghvqps3
xs4WBCGgEcJx0lDMbNR6ZHylryo8B4oYQoORJuLWxdKH0S9zVBCy350y+STY
OAV8iQYKPGTpOBFmWERBGDO6sNYjApx1kERvfdTCt+cE88BM6IxPSM3c58en
V9uIB/DfHc+PRHw3I8+oRpiFWHTTtyhR0k1Z5RHa980rYhX8ZTuvNWIV1Gkt
oPbiNSgYSQwfShV2I9gaJa+Z+k1LRkWmngDKlSO2ZvBltMIMTwu+eYPMxQB+
WYX5HSgLFwk2+5GHvNUTuPsYLe2X9qxYuwlqr92pwxn7nQvuzfftkC8Kv4ZD
A1RaycPysZ+gYwl7BKI+h/h064Fbt+kwrghJIiyORC67JpaxqsEdd50lgvkZ
oItmNP9B/+Ypd9VTg8PxfJLtBICmuBPUQdwQdXKHkJNPjTe5D/0W/QjHRAgT
qvPtbyFTdZ/q/kWRHQH7ueRnrd7DR4R1fL5V3PZnbhXw06V/8oCG8bPb9nDX
OdwPRvno9PXX4Vn03gsuQYt1N4f71ZjqoVVtqYrynMTkplgWKz+xVIBXWDy6
jmdlzY3CVzUw9QDh/j3rst8zGN7rat+bl3qJkYIr6X9j0OxWA9K6/B9on76V
6xYebsD/LZK/NzOYm23Eoul7s/l4d3cN/vV4bePx1qNN+veW913b8qTbtgsE
meBZ7DTMBxyUJ6Bb+YABhr/uUbhuVn29sgtP/MljQOI5eUQ20WBx+Sjrl0Nd
b6thEbknY+Nt5XMtyNh5V7cqZmQFXZzkVYlZSb5eWadpN8xagBpOWiHtOPLY
fHf+rLMrjKDxlDqX03GcdTS6l5P00McVuneogAWXbN5LNajDV8xIGNOLNMOP
ywQNexV6/8kdSTEpPTSlxMMExqmmRWb+EzM7JIMEumut/Fz8nK2sIjf0P7D5
GJHjvYM3T1SxTNoOnwfKSKD1vBFj+tafB8tRsmxheuuM7hygj5h3LPfMA1J8
atIBCdzylbmIZ7hn0yKSLAolRimfih1p41Fnc4uuYZa0L/LhtDTnB6eABVUR
Z+U4JbfF/0AgcCQMucyjqCNBqtPhL8DLxIBsIFebje3dne7P2bFwOKg8JiFX
QyLIaaT7oLsAW+h0MbJgNKwVxUwo2/cTQI/RUrVPA3p+9dVXoWrJt36En0cR
NyxtSxvvTFYHUXi1G718oyIZ+aioFoFktkJupei0Faq4RNkrpI41IqRlZF2U
SgZWSJb2zsEHvnKWA5Iy2K3f4wnZGIGRRezjjOoGsin695+oLDuYZyOZVGpW
qJMZL1uFEOxKTVzcoGsO1XNLlqpa3nbg1sW6VAm/yfprMCn37pSj/DDzDcbD
p2USndAiKdZqZtXjokQv4zCzCAiIgRaft+rDB9Y+iTUXXdcJmcr/dVxniGI+
7/lbcJ1zji7zu2l4N03r9Ohktd78c3K+gYVpyc+XwfnWuC0mVB7PVSNpt2K9
Qty4jMuaQpu5BDKhzKMRpygigVuIjkqjQVvNL2CUXOUuaY4bqQ+EEwN3uCcc
0pjazWCI2cLIsPBewBnQafUil+M6ZfXNQwGPITdSHR0kgoFsijdezLzJNKdG
gl7Gg2SEZHeSqp6eEumwPo8zS10GRItsLHGWTqYjqwkJPOSeML2+RmqI3xP3
6TnnC0UkG0kzBQT2azITMmhpHwE9vC6b9+HxJ+/DBUCvsJbSm7bhlsBlWNYA
fCvgco6uRgD/tsClwb5ULG/YBgELfkJc7v3h+GcB7dbvj7hNELs/xL0RapxH
bgnkambSvXrEzrxLRFstip5DcFIzk4YKf8s6etEK0Ml2h/Xri7kE5GHrJh0P
8BriL0m4lphdFw6xh87Ix/sn+x2r525gQY1OSJBmplYayd0Te1prm3XC3o3W
OWDBbqGeu4bjIjgDk2RN4UmGqNsHeqSDE/OLUXtxllHKAd4JcTKFz4OYDnY9
EPmePgcswcu56934CNU9kaXpAftkhUZnExidOTnSV3wSmF1hsevIziyK6KXg
C6MVOXOotzbJjU4NhPk++phfT/LNVTmppOtR4K1RWgE3JCAwazCvofyxan01
1NMykjxmcki9aCLxVRENtU28JJMolUuhQEbxDEFlOOWbuyYLKsUJWWwjI/wE
JG9yVxmgGIeLCBbMnctGSAih1ZzTYsU7g9QhORtLaJgEYwBT0nJIyAxsRnyV
pzh3lN5HnF5VfcgCD7s1MuI5v1PpmgKsPPmukgj8SHJHkQmcOnKzWvPsiOpa
Iv9FIJxi/gJKJSGso4enqFCAv3pK1nC426Q0gOOTomnJRepGPb5EUPMS2Nsk
6NZRU8+/mt29vRwbFzlaxN38iOJktJeEyPvITZO/AXlKCqJo9hFVAzANwA3h
mB4T62d0sjd2OuSfKz4bRBdFJRckEUmF7A1iSsEs+fzWONemBlNUFKgDd4YQ
g6R3SX42pRmlb2HvkjFG9WBwedK3GTcJL+2c5EZrjePiraKiH7hJYd0UUfLA
nv5IBJ4Hq5YqQecjURsSEzG/+Tvb3oJtfhGaCJMUaSAEJcUeVOmkKO4M4iWe
lmlBvkVeH6EnDPQRYQwJIIxYDntkapc5VwDuLDwYms6UEiBOQYDR/WlR2BgZ
4fjsozZlfkk2aQOTjDiSJmhwHZKXtipnFck0k6ifXfG64Bg13mhJ6IeMaeMg
myEuteuucdj9dIKYqHKqjMm2bc4WmHjMDtEdVJ83fyEOeBJ9jjPg8SNZZHnX
VUoc14moUrltqYSwdE5uCnCLvd1VScnHV9sh5Zqh81dLuPemb1990Kw+Qmjk
qhXR1Ddaahqeeshvl+65xoDJX31CJfJ2Y0MK9hDWjoPvOGI+yMMV+ubGdsrB
nebnvmqKeHQpddQdme4DyhZQacLZgAlWZT+vP2r5EQsShLDq7kcJlSZprBDt
J67FSycczdl6CTx/pBSDXkj912b93fr++iH8s9+46v+NKQYXzWRWJZ1XFAT7
MgY8WjCPe5vJxqY/k5fx/8CN/L1EF+tI7nWazb++t5nsLEtFeauf90uSHeKP
UoObt/heZvLpMNncXpaK8lY/Tako9Ue1pNbddk7xfItO7jaTezg7X2o+SyTh
qoZuvOJupYyWzJUuslfcg2qpLFl2EGOa54LfOHCqigXluuhiKieYXoikSPp0
u4NypOq/Hvyc/VygofMBusQ7Ar0qrLlLqO6cFK1JcBP5xxJQizTYG/KJ6Me1
oQRy9CoKBmE21uYzIokNJNFClEJXaWyenZ+iUPn8HP5LQTyx459AXJX8vxzs
jZcryZqTIuXkmMbsnx0cH+OlLxHUFMnIChvgyn2HSxVh2DUchXBWF5E1ztj0
8TbahzJSOIit2jwRBW9DTxRUst5YE38zizClZPkSu+/AZcE6AUTJ+jBo2mtr
fJTfOxoeOTyXBsHIiyHmTV6MEEUyhGmPPEbUsabUhzzVLCINgqodhSRVFRfw
I7zCqBPvGvNkaIzhwPXuqqTlws0deneju6e5vFE/x6kz6xfsgqylY3opCTYw
fIECV+yekI4geReHFhtgZDb2N59uHWwfWqeSBSFMKaVhmqal1X34/sJ4BtAz
IpaQVlbodEShI1hfOkzM8S9tjcEJ6bDe2AYiXSbTQjKVYe5IUdxpbSVjxeK/
1NiBZXEibcnvKnTGM7973idj6k5zl1jjF8Vhil6P4asWNP2w8RPK78rTDNiS
T58mdXef01ynada4j9bOtstFHMTcsOJk5uYpCl6bx3XecGiTsCTvvDQ0kVlw
H5BeSyMFmcjV8BOj1STcx/aN6xXti0sKq7lXR1hGRnDHHA/k29qaYbTOBt4m
z2o/q20+yhS16IduuYPuUlg0BC0IuUXdBp7VeGYj7mofYmYZzK7qy7PsN+Xn
q+saT1Mj74MrgclzKmFDiErknz8kheUqJuTxXfpZf1vL9ksEK6abxZsLhf05
9Q0uzDerk7TfktTDmNrTUw6Z/VGZt03pa3actY51O6j964l2Moh/2kMlYI/B
4unCBlYLHGTgESqBi+M5le0adBAeVk3Rl9BZWVgkNp5QvzVTfOzZkiSu1k0m
jTG+jtWreeHHjZV71qkPy9jEdf880+LTWNXV51JMY4pe6o0BdOSEbYNdRc8E
I/+AeseCjmKzqztHhZw9f1pq/pmQnBK3ElFs0QaHO4V0TKoZ4Pt1AM2x5CHu
A15zCOuMrQOsAPXz0VDsLfMGc/NrS7gwptDMh0U8LkVVqnHxWiclWFTLZrfi
MHTcXc2mVeFsuELTajuytZH4UFo+h1djx8QOBCcksYgGoqdFpBfQWa06Ei+1
kIQPRKnieWq9qZHyUghHyHA/ZVsj1yFCixumCKhoci20NjpeGjaM4oPx2K0+
Ma8ZklHjTmtsTG3vYBoU2PSvaQpkgHy7cm0Vea3WTQvA1HZZplGfypgT5ve4
iEvmBJjvwyRCNCNlvMidRAwu4X5Tv4qVRHQmwm4BMlOqhYhUp5RlXYbOKBOF
ou3c0toc7K+TlrpX0dJvMABl37dvcJYQwT7Zx1pis+AMsF5addGB7i8EFbHr
E6qalXjt+GjklHiCmS8Xa0YHSSzRPkI+ER9N4yf2cokPSO3td1HHZ+XsIgGL
h6YbXUHUfEQSAtq/y/lurVYRg4s51NO6UqJmsXRsB82ASwA1LAW/GIuxIyRE
10pv+WhIqRySyfBcBFwNqi59s05bolcpG/QCBs8l6WjTweJUmagTNWdEi9wK
aCY0PE6Hm6kHgJxjOppAuO05FoLGlz5HK/frUXB+xa6edTvA1xzSM+rrW7rP
29KHQI7MYKp75zlydjmNP8IbsYa5SPzQQOMcOKlLoDiXXsWA61z7JZExapq6
N7lw6rWF4fnKIo+u6YbaihBWl4/pP/QMMNnDTXQPNT7WYoaAmPvjOE2bAShX
RHE94Z9hH4KQQT80YZsFBg8Wvc2UNhe4Bt1nO5W5sTPffZX5D1mw2vt93rft
Mc3YJiRU/Dm7qg80VvQsi2GCGad1eOKOZvJuggNIRwgBJICKpnbZpGvpack/
i2+uLd+UC7oNm7puo7DbhikAeFs2taMFuoUNtMPw5wj4XEmU6JfDmJe823OS
c5vpiF5nEjA6D89SY+HILSMfDEqqmqGiqzXpRKrCgqmR2TGloHH5TiJn2xy0
/TZJJnV9jawgOv/HJLHf1dvjkUOmhMuuiaFSP7cLjFg14DrhYnGefwAh+0pp
LuAbTlpZV82U1mMBFyT8o9s1r64ZGu3O53DxHslyo0D7RZJlxeXIo3rqwUS0
Vs9FjdziRdowQLSYeMajkfBx6mwSUNJIc4x2Pp6eRvZhPvkUghrxnx9LUBuX
olw8LGLBKq+dGCa1O2XdzWn4eLItzBV0kQCBXaXcFCJoi4Ykem2TuSidVn5Q
GdKSSjwjCGpEvfRIsgufEL4KHSxU3tYOsZTptHdpaVDhS2/HdMuLO1yd+89d
AOS1hzSUCZYRjA3zdLhrQl3RcKu4M0zst8NTNURHWPJGSjNY4iJqfRuMIqL8
/1ChR9RspNUTpQkRPphI1JIioAbBqbUbbQ7aC/keBGSBD1Lk5or5u0iz45SM
ApTFcjKXaXI3rH6BwGd9iXWzU73t3YMXy8uLN7ZE53uzGcYnSgwjNspL+Htr
4WtAzgI9RuHpdkMjLz7xRsvOsnBFf7ou8i9YxG1C/3ADvNQfkdXR215UdccE
mkEcKPCtZ7Poq+4SWvdud8ecAqrQgcQU/lO0WWH9z2mG1diLHle8ruj+aQpp
4x0RCOj+5LqYG9eexa6U01xNVsmGdKvF33npP8AqMDfcj6fm7HQT1wzjZ2ff
nR2ZjfXu5qK1KnqFe26R7rZ77q07Cjyc77DfkpnqLotGdQ4mDv1+vfv4cfcR
LvLnn15NUOovy2myx2QlVo2OmHeKpCOpJWoltfQGuXR1eiziruXlmr8uzIz4
zT/Zd3ZZytdf/VpJmKxxebUezhArphv1uKVoncjPxSgmJPZ985LtWzdmrehC
eQjLSDOaomhNhY5duhiz5qVX9KFhA3RF2uEE48gCW3OFqHqFvWlRvmZbDwd2
a9WWb3AJSj1vL5F10MQjHtcONMeHXpE7m/YkiyijlPPW96y1nDFNSDcNqlQQ
hdZaqUTXJ8zQ1qyhxKXsW/xEPK5JWS99ixHBt6ZYswOpO12+/tKGgEZOuHYe
Wc5zy7rQkvwQrF+cGNnvTaeg3xVG3aATKithk8CxCtxqUKPGOi1ce6Sh+oS8
blO6GJ/rWQCwC7HUkjt2i8asgkw1jGixs6bbwtiXia1ETrJf1pwO2cUp5EU4
dulS3VIYblMWXGtKhgmusmKpSGyKyhtKZ1HSnxjr7c4vXg35PgC6ClzVXi9c
E2syFtd1crXCswAn2LGVhyvEKyL2vRy8MhycZrqphjI+Snspi+XWkd6nI+qe
EOAjaoKlepP4Ms/5KNpYaKEw0zKpd0PcV9bQRyYmGEmxM8PDiAr2GyimNXIx
l+mOqBzNyG4ZWnGA6c+Gpb15JEUwCTPLB2lwhkSC/kdyhpzzhuSfpgX+r3eG
fJFmb+slp/33Voa8/5mEzpDzP6gJBIgsa3J/zpB/Ov7V8eSLdfwDcqXi4TJS
91v4/y0Zn6WsjY8oIHw7zyp7cG9OKOtVeuQUMm+xVAua+uxSKBZK1iKRuWrT
P/NSqUZMMLCmFXzuVWhDweoqTkck0tOcXxyf/P38H6dHZzJfS0i8+VKhXWSn
Oo2BPOtY6c002aS9dImYu4QyTRLr6LWNjFrl2R9IqMnSstnCKTqHnnH8jhIp
zeVGD0srEJfOTCBDLzJ+PULvtWi03vWASSgZ8Dy0ZxRF4bXKCxeZxxEW+079
Tho4ZWspix75B/yuLhpRQ6GKW+iwoipwrfosOqx08Cbj9s3qK3jv53ldpMaC
ZpicEnNSihZr10vRxW935O1DzOX1KHz9cv9A3u7I/13HR98dy7tH0q97V06Q
o+Sn4ZuqLLCeBjx7LLnDvHe/oJcCPF2XybpXgE9oqYB3froxlzYs7IgUexsL
ITfolaMEgbaxNT+Hkg1Q+GJ7bvaeWnHj4aLuq3e6fApZCHso3MsAbJ42MR3c
6rZYplMU9FFlmmLTx2nT+slV2rPqw8gVl0UVx6cqz5Lqch1VZj8f0ig/n5w+
e/Pr/uHGwdHOo4edxzuH653tRwcPO/uH8Nvmw/Xtp483Nnee7ux+aNKrhcfC
adZqx+WT9KkhOG4Cxh3Vaj+knWcpwuMFZbLfh/sAKEaWMQHCF+hAhY7Z0UlC
XELt9TMqLHiEAnIGWGwRaAG0lDp4mKKPIuPDKeMst5kMKlluJUGyHywALcZx
+VZSKAT6CwYPlz6kIu/q4C06ieNT7VeL37Ld7V1zcxmpG2apCJN94YWoBJbj
m/04/lDvM3/E0KPI74FA4CX4LRI/yW99sda4LgtxyyOwKaCwF/IgqcRwGpf+
cjk61ViNiKRWFmTUDtG1Czp7wg5XGissYabqyGxzjE9txsNauClaoq1WIB4M
AK8CL1DNS7EMh1c2Hm8C5dsFwgqC8sOH9v/rKwtxcMfDQT6u9mKq4+DOzThI
TqBwf79Tx+g5daaPiUCkQ8SCz2tbZdGQYS864mCMAAsjM5d07rZYGDWV3ibP
Nh8LdxZj4dyhW7RVe2ZzfX1jb71/sbu3+zDe2lvf7W/tbWxtPN7bjTeTvfWt
R+t7j7a2t9d2tikBhhTPbsG8L5N3q4inK5vrZn3DrAMnu2t2H5p4y6zvmv4W
3qwbj81ubDYTs75lHq2bR1tmezvaXoQEwml4dEieBGQolGCe620MTe1+tbZ3
mVtuc0Idy+QvAcTKOi9jE+e6vm3WHy6YpfA83izlyW1mCU3dLNW5/06z3DRb
2+bhjnn2zDw7Mo92zeN98/RgwVyJz/BmSn+HRF09rJfKFA6VkMvHTqjOAkW5
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

-->

</rfc>
