<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.14 (Ruby 2.6.6) -->
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc inline="yes"?>
<?rfc strict="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-tuexen-opsawg-pcapng-05" category="info" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.13.1 -->
  <front>
    <title abbrev="pcapng">PCAP Next Generation (pcapng) Capture File Format</title>
    <seriesInfo name="Internet-Draft" value="draft-tuexen-opsawg-pcapng-05"/>
    <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="2022" month="July" day="29"/>
    <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">
      <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">
      <name>Terminology</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <section anchor="acronyms">
        <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">
      <name>General File Structure</name>
      <section anchor="section_block">
        <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"/>.</t>
        <figure anchor="formatblock">
          <name>Basic block structure.</name>
          <artwork align="center"><![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"/>.</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">
        <name>Block Types</name>
        <t>The currently standardized Block Type codes are specified in <xref target="section_block_code_registry"/>; 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">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">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">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">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">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">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">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">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">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">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"/>.</t>
      </section>
      <section anchor="logical-block-hierarchy">
        <name>Logical Block Hierarchy</name>
        <t>The blocks build a logical hierarchy as they refer to each other. <xref target="block-hierarchy"/> 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"><![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">
        <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"/> 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"><![CDATA[
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| SHB v1.0  |                      Data                         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t><xref target="fssample-SHB3"/> 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"><![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"/> 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"><![CDATA[
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| SHB | IDB | EPB | EPB |    ...    | EPB |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t><xref target="fssample-full"/> 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"><![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">
        <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"/>) 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"/>).</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"/>.</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 an 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"/>.</t>
        <figure anchor="formatopt">
          <name>Options Format</name>
          <artwork align="center"><![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">
          <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"/>.</t>
          </dd>
        </dl>
        <section anchor="section_custom_option">
          <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"/> for additional details.</t>
          <figure anchor="formatcustomopt">
            <name>Custom Options Format</name>
            <artwork align="center"><![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"/> 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"/> 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"/> 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"/> for
details.</t>
                </dd>
              </dl>
            </li>
            <li>Option Length: as described in <xref target="section_block"/>,
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"/> 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">
        <name>Data format</name>
        <section anchor="endianness">
          <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">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">
          <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">
      <name>Block Definition</name>
      <t>This section details the format of the blocks currently defined.</t>
      <section anchor="section_shb">
        <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"/>.</t>
        <figure anchor="format_shb">
          <name>Section Header Block Format</name>
          <artwork align="center"><![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"/>.</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"/>) 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 incompatible
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 possible 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 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 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"/>, the
following options are valid within this block:</t>
        <table anchor="options_shb">
          <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">
        <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>Within a section, there must be an Interface Description Block for each
interface to which another block within that section 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>There is no requirement that all Interface Description Blocks occur
within a section before all blocks of other types, as long as the
Interface Description Block for an interface occurs before any block
that refers to that interface.</t>
        <t>An Interface Description Block is valid only inside the section
to which it belongs. The structure of an Interface Description Block is
shown in <xref target="format_idb"/>.</t>
        <figure anchor="format_idb">
          <name>Interface Description Block Format</name>
          <artwork align="center"><![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"/>.</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="I-D.richardson-opsawg-pcaplinktype"/>.</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"/>) can be present.</li>
        </ul>
        <t>In addition to the options defined in <xref target="section_opt"/>,
the following options are valid within this block:</t>
        <table anchor="optionsifb">
          <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"/>) 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"/>).</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">
        <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"/>.</t>
        <t>The Enhanced Packet Block is an improvement over the original, now
obsolete, <xref target="appendix_pb">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">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"><![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"/>.</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"/>)
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"/>) 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"/>). 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"/>) and it is specified
in the entry for that format in <xref target="I-D.richardson-opsawg-pcaplinktype"/>.</li>
          <li>Options: optionally, a list of options (formatted according to
the rules defined in <xref target="section_opt"/>) can be present.</li>
        </ul>
        <t>In addition to the options defined in <xref target="section_opt"/>,
the following options are valid within this block:</t>
        <table anchor="options_epb">
          <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"/>.</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">
          <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>
            <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">
        <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"/>), 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"/> shows the format of the Simple Packet
Block.</t>
        <figure anchor="format_spb">
          <name>Simple Packet Block Format</name>
          <artwork align="center"><![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"/>.</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"/> 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"/>) and it is specified in
the entry for that format in <xref target="I-D.richardson-opsawg-pcaplinktype"/>.</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">
        <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"/>.</t>
        <figure anchor="format_nrb">
          <name>Name Resolution Block Format</name>
          <artwork align="center"><![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"/>.</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">
          <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"/>) can be present.</t>
        <t>In addition to the options defined in <xref target="section_opt"/>,
the following options are valid within this block:</t>
        <table anchor="options_nrb">
          <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">
        <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"/>.</t>
        <figure anchor="format_isb">
          <name>Interface Statistics Block Format</name>
          <artwork align="center"><![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"/>.</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"/>) 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"/>); the length of a unit of time is
specified by the 'if_tsresol' option (see <xref target="format_idb"/>) 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"/>) 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"/>,
the following options are valid within this block:</t>
        <table anchor="options_isb">
          <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"/>); the length of a unit
of time is specified by the 'if_tsresol' option (see <xref target="format_idb"/>) 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"/>); the length of a unit of time is specified
by the 'if_tsresol' option (see <xref target="format_idb"/>) 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">
        <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"/>.</t>
        <figure anchor="format_dsb">
          <name>Decryption Secrets Block Format</name>
          <artwork align="center"><![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"/>.</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"/>.</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"/>) 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 an 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"><![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"><![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">
        <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"/>. 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"/>.</t>
        <figure anchor="format_custom_block">
          <name>Custom Block Format</name>
          <artwork align="center"><![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"/> 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"/>.</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"/> 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"/>) 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"/>.</li>
        </ul>
      </section>
    </section>
    <section anchor="section_vendor">
      <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">
        <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">
        <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">
        <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">
        <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-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 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">
      <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">
      <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">
      <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">
      <name>Security Considerations</name>
      <t>TBD.</t>
    </section>
    <section anchor="iana-considerations">
      <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">
        <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"/>, 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"/>. 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">
          <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">Interface Description Block</xref></td>
            </tr>
            <tr>
              <td align="left">0x00000002</td>
              <td align="left">
                <xref target="appendix_pb">Packet Block</xref></td>
            </tr>
            <tr>
              <td align="left">0x00000003</td>
              <td align="left">
                <xref target="section_spb">Simple Packet Block</xref></td>
            </tr>
            <tr>
              <td align="left">0x00000004</td>
              <td align="left">
                <xref target="section_nrb">Name Resolution Block</xref></td>
            </tr>
            <tr>
              <td align="left">0x00000005</td>
              <td align="left">
                <xref target="section_isb">Interface Statistics Block</xref></td>
            </tr>
            <tr>
              <td align="left">0x00000006</td>
              <td align="left">
                <xref target="section_epb">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"/></td>
            </tr>
            <tr>
              <td align="left">0x0000000A</td>
              <td align="left">
                <xref target="section_dsb">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">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">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">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">
      <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">
      <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="I-D.richardson-opsawg-pcaplinktype">
          <front>
            <title>PCAP Capture File Format</title>
            <author fullname="Guy Harris">
	 </author>
            <author fullname="Michael C. Richardson">
              <organization>Sandelman Software Works Inc</organization>
            </author>
            <date day="29" month="July" year="2022"/>
            <abstract>
              <t>   This document creates a registry for the PCAP and PCAPNG LINKTYPE
   values.  The PCAP and PCAPNG formats are used to save network
   captures from programs such as tcpdump and wireshark, when using
   libraries such as libpcap.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-richardson-opsawg-pcaplinktype-00"/>
        </reference>
        <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>
      </references>
    </references>
    <section anchor="appendix_pb">
      <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"><![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"/>.</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"/>) 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"/>).</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"/>). 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"/>) and it is specified
in the entry for that format in <xref target="I-D.richardson-opsawg-pcaplinktype"/>.</li>
        <li>Options: optionally, a list of options (formatted according to
the rules defined in <xref target="section_opt"/>) can be present.</li>
      </ul>
      <t>In addition to the options defined in <xref target="section_opt"/>,
the following options were valid within this block:</t>
      <table anchor="optionspb">
        <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:
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
p3WsimeazPdeaklM80JZOYnP9tpGRh0Y2HVKyMzSEuPCVjvfp3H8jnJOzeWR
D8tQkEjDHDODNTJ+7Ubvtaj/3vWAUyp5R3hoz36Mkn6VFy6IkYNRDpylgtSV
KgMQV0WuFL+rN0vUUNTjFgq/qAq80D6Lwi8dvMm4fbOuD977OXEX6fygGSby
xPydovLb87KZ8dtdebuDac8ehq9fHBzK2135v+v4+LsTefdQ+nXvygmy1fw0
fFOVBdYegWePJM2a9+4XdOiAp+syWfcK8AmtOvDOz8zmMqyFHZEWdGMh5Aa9
cpQg0Da25udQsq0OX2zPzd7TwW7sLOq+eqfLp+iOsIfCvQzA5qle08GtrpFl
ClhBH9U8KjZ9nOqxn1ylPatrjVwhXtQHfaqmMaku11G/+PMRjfLzy9Onb349
ONo4PN59uNN5tHu03tl+eLjTOTiC3zZ31refPNrY3H2yu/ehSQkZHgunhqwd
l09SPofguAkYd9RB/pB2nqYIj+eU9f8A7gOgGFnGBAhfoK8Z+rBHLxNiH2qv
n1IRxmOUKTPAYotAC6Cl1MHDFH0UGR9OGWcEzmRQyQgsyaT9uApoMY7Lt5Jt
IlD2MHi4TOQgnxbWF14UOCen2q8WCmYb5bvm5jJSN0zoEeZFwwtRCSyHgvsp
D0Il2fwRQ+crvwcCgZcMuUj8hMj1xVo/BFmIWx6BTQGFvZCzTSVG5rj0l8uB
vMYqiyQNtSCjdohecNAZmVVnNqxaInLV59vmY5/a5JC1yFy02lvVSDwYAF4F
DrOawmMZDq9sPNoEyrcHhBUk6J0d+//1lYU4uOvhIB9XezHVcXD3Zhwkf1m4
v9+pD/mc7tfHRCDSIWLB57WtsmjIsBeFejBGgIWRmcvPd1ssjJrKlJMToI+F
u4uxcO7QLdqqfbO5vr6xv96/2Nvf24m39tf3+lv7G1sbj/b34s1kf33r4fr+
w63t7bXdbcoVIoXGWzDvy+TdKuLpyua6Wd8w68DJ7pm9HRNvmfU909/Cm3Xj
kdmLzWZi1rfMw3XzcMtsb0fbi5BAOA2PDsmTgAyFos0zvY2hqd2v1vYec8tt
zj1kuf8lgFhZ52Vs4lzXt836zoJZCs/jzVKe3GaW0NTNUuMg7jTLTbO1bXZ2
zdOn5umxebhnHh2YJ4cL5kp8hjdT+jsk6uqMvlSmcKiEXD52QjUpKCEAOtUC
c5xni281zh8jA9UChzZEwbXOOTHW119cTMrm1Qjf6K1HnngrCo0yhatxpxkx
K5gRBWqwx0JOuVyXleSxpZOksBHngKpKT5JhglEb7DJxA5JO3oZJgJB1zWIZ
cLktSquxi1cMVa4ap1g5h+Dp9dj2Ju8uPxXv8GP3WSkRDRuPHq531jc6iNXr
+/Q/4HQOV++yeLh3lq9dJS+3dsyPM7fQTVknLJiXubG2sb65zRwVT1vn5Wd8
pTtIhDUUBwMQY8Tg+v/d2ZXMv9NxotVsPFjZcshEYuvfi9GHYxlXJBJgxft+
ddlZ3F1w6kiG8bH0F76+m3EUBzMk9eAB+PbFua2b1jp/dfRqX6OiMOYlAepb
LJsTf0ElIGIzzPO++kU1z5RFKm+q/GDhXEUE4718oGwvGQUwW3BVxJiL6AHG
58xZ5/idf+sGXIzkHKO0UOi0iClTDDsNOc89HJw65hloaFLKuSq45KeWEQFg
Pjl9ilCbVQn2Iwlw8wIrpr9A+4gm/FAXpLR0vnfk1M5chCRYAYJ3MCF3yHfm
xx9/5O2BrmSbeHNC32cLSHZ9doZb1uV9Y2QZAvc3uIC29/fFZIAhmN1ud3Xp
zbXyoOpNSHdjNrdomZTGCbiw7np3s7uzgPN3fiksMPuZlj/BLcW6bWiQsi1f
FOryOO0THDRUngnzxDxTZHxY2ajjuKl+pPUw1VRibP5eFALYcqocyjyy6qcU
8gRbm26ZorL7FGaSEQkaI0/v5Q77NA+jj3CzseoL/+DSg7q8thde7RoF76lf
g6J2LuJStvZpgSA/JF//Myy9hfdKS27+VeGpA/VsxNXfnB5XS989PTzTzinT
Fntb9rnoLdLAtsyg2XCdTC7eDEbxsKyl/9TUz2RDX/RxK6zkaPuiunCLz9X2
Ivou+qFAWLFKowbeaiH4mZuSDcAUctwFQljuckmvY70JNCKSYeUYjLq+Fq7u
CzKMk4R4QddeErSnM67a3xM/SSMlI0opVLId8jGlqHgpo4LvcKFKbT/L/dyg
pdUyuztPaQgvXHO62tpf1hXeqa3kPu3KXXedZyvo5e9twZtRfs0xu5gckLTJ
CGjmqdQNn3EHS85iy8t0eAmXWDnLepdFztH9QgnwU6Jr5TdLcGVjc2sRusx7
QfpaxE/SQzlSqv19qi7uSZHH/R4Q3JdJ9WOFDg9IklCSGbVer5rT16/WkGM3
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
VTDP9GVeEP33dNFeLja3XtrLOkC9Emu6Ng9LcFqc2oLU6b0RTa/UxPXuFkd5
Li+bzobrjcLi4V8lQAFmQjc9Jl4eoDb0GsXLgqRopH8e1nbNidjqUsoXgMsr
mXMBxi/SWMsYvr62K9ewUglwZZs8pWQh6lomVKsP83JQp5Gf59aNOM7ZNxNa
vAtGNeo2SVqWIqF6LnkxI4+XS6zzmQ+BnOTT0leAUb8JgYE7s0xMkYypeg5g
xQwvGmJyWPWUBboickLlyxCr3Fl1j1cZiRKiApgSVJ4/1rNJmlj0Zm17eBIQ
B9IlXbKixR5dEEW05i08Hcvas2SQ2nvOW6DhcH4vfSdiFwbuXueRVlXkAyJA
hN3DC5UzIuQXyvGrgy9nNJc4f8BBq1PiOUfRGd7crOJIw3fu4sM7lWSOOd0N
T5xqDKHjBSdcxEY/Satv0+rZ9AKQ820aZLe4nF5Qjglupv/BZmu1KbIxCj1M
pjCFGZ4i1KQUuoDzJ0eytIOXBwvehuUV0cupTzVk5ej6Tka2+Jz+9fL1Ey3M
J0/QROmdShpX7NEUZH2ACUkGQB1RmNAqXthokgOyMIoTTrg+KH3z66eHZmdz
c3f1H6K5ZVV8+guA1fOPPSTDtlMbNmU0iiLOoWF9pKZZ+q8pGlDCcg02vaZm
Nbri2oOSLluYOe6FfXuwjh+WX0opSyiVY2rwhWp7E47YEs+VJxrt6y2cwdYG
mWgx4z9cFRuGRSgq4NUn1bCz8MvZ8A5f1yU/ZUqAZ8CDmTgD2EiwdRxj/d3D
p/yzSmlHSx/gmgtbyXB3PntVvf+2ykXeIyJBd0tzddskV5X5adFBuvmorXLB
zGAkmRMq/2Jx/LH5SlUVK85wfERIe8lZSlghDnOtZ9piy7gfSeCPGfnDyPju
PuqNMEmoZ/YWdaVVvkfsQTfmuhR0pTYnj8LpLz1PVOKh9tC8D+x7WCXBQ6D3
WCGRsfObb74J32JxbvPTEjPhP1quRlz/YtWEn1NI1U/+jQrtMXICZKV3byZz
7beoPV/EpvaZDlPOf0ae7z81Fnv0PsyKuQ93asurl3/wV1fOfU1hWj81Jsj3
Pkzm54sVK8zJ65NvvcJSEkIjOMLn9lsQKEfTXmy+h1MN7LT5+b+G8qh7xY/+
1oN5I/+PJ+OvbXN4cHhszlEeyEf5EDmb588PVx+zAEiiGDEriIL/hRoGU8XF
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

-->

</rfc>
