<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.3.8) -->
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc inline="yes"?>
<?rfc strict="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-opsawg-pcapng-04" category="info" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="pcapng">PCAP Now Generic (pcapng) Capture File Format</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-pcapng-04"/>
    <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="2025" month="August" day="30"/>
    <abstract>
      <?line 86?>

<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>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-opsawg-pcapng/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        opsawg Working Group mailing list (<eref target="mailto:opsawg@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/opsawg/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/opsawg/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/IETF-OPSAWG-WG/pcapng"/>.</t>
    </note>
  </front>
  <middle>
    <?line 93?>

<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.
<?line -6?>
      </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>
            <t>Block Type (32 bits): a unique unsigned integer 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"/>.</t>
          </li>
          <li>
            <t>Block Total Length (32 bits): an unsigned integer 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.</t>
          </li>
          <li>
            <t>Block Body: content of the block.</t>
          </li>
          <li>
            <t>Block Total Length: total size of this block, in octets. This
field is duplicated to permit backward file navigation.</t>
          </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>(1) Mandatory: The following block MUST appear at least once in each file:</t>
        <ul spacing="normal">
          <li>
            <t><xref target="section_shb">Section Header Block</xref>: it defines the most important characteristics of the
capture file.</t>
          </li>
        </ul>
        <t>(2) Optional: The following blocks MAY appear in a file:</t>
        <ul spacing="normal">
          <li>
            <t><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.</t>
          </li>
          <li>
            <t><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.</t>
          </li>
          <li>
            <t><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.</t>
          </li>
          <li>
            <t><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.</t>
          </li>
          <li>
            <t><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.</t>
          </li>
          <li>
            <t><xref target="section_custom_block">Custom Block</xref>: it
contains vendor-specific data in a portable fashion.</t>
          </li>
        </ul>
        <t>(3) Obsolete: The following block SHOULD NOT appear in newly written
files (but is documented in the Appendix for reference):</t>
        <ul spacing="normal">
          <li>
            <t><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>.</t>
          </li>
        </ul>
        <t>(4) Experimental: The following blocks are considered interesting but
the authors believe that they deserve more in-depth discussion before
being defined:</t>
        <ul spacing="normal">
          <li>
            <t>Alternative Packet Blocks</t>
          </li>
          <li>
            <t>Compression Block</t>
          </li>
          <li>
            <t>Encryption Block</t>
          </li>
          <li>
            <t>Fixed Length Block</t>
          </li>
          <li>
            <t>Directory Block</t>
          </li>
          <li>
            <t>Traffic Statistics and Monitoring Blocks</t>
          </li>
          <li>
            <t>Event/Security Blocks</t>
          </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>
            <t>Option Type (16 bits): an unsigned integer 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"/>).</t>
          </li>
          <li>
            <t>Option Length (16 bits): an unsigned integer that contains
the actual length of the following 'Option Value' field
without the padding octets.</t>
          </li>
          <li>
            <t>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.</t>
          </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 Type              |         Option Length         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
/                       Option Value                            /
/              variable length, padded to 32 bits               /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
/                                                               /
/                 . . . other options . . .                     /
/                                                               /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|   Option Type == 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">Type</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 Type        |         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 Type: The type 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 type 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 type 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 type 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 type 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>
              <t>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.</t>
            </li>
            <li>
              <t>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.</t>
            </li>
            <li>
              <t>Custom Data: the custom data, padded to a 32-bit boundary.</t>
            </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 anchor="strings">
          <name>Strings</name>
          <t>If a string is specified as being encoded as UTF-8, software that reads
that string MUST NOT assume that the string's value is valid UTF-8.
Implementations MAY discard a string that are invalid UTF-8 or MAY repair the string by
replacing invalid octet sequences with valid sequences.
For example such using the sequence for a Unicode REPLACEMENT CHARACTER.
Implementations that write string fields MUST write only valid UTF-8 strings.</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>
                <t>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.</t>
              </li>
              <li>
                <t>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.</t>
              </li>
            </ol>
          </li>
          <li>
            <t>Block Total Length: total size of this block, as described in <xref target="section_block"/>.</t>
          </li>
          <li>
            <t>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.</t>
          </li>
          <li>
            <t>Major Version (16 bits): an unsigned integer, giving the
number of the current major version of the format. The
value for the current version of the format is 1
(big-endian 0x00 0x01 or little-endian 0x01 0x00).</t>
          </li>
          <li>
            <t>Minor Version (16 bits): an unsigned integer, giving the
number of the current minor version of the format. The
value for the current version of the format is 0.</t>
          </li>
          <li>
            <t>Section Length (64 bits): a signed integer 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.</t>
          </li>
          <li>
            <t>Options: optionally, a list of options (formatted according to
the rules defined in <xref target="section_opt"/>) can be present.</t>
          </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">Type</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
32-bit unsigned integer (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>
            <t>Block Type: The block type of the Interface Description Block
is 1.</t>
          </li>
          <li>
            <t>Block Total Length: total size of this block, as described in <xref target="section_block"/>.</t>
          </li>
          <li>
            <t>LinkType (16 bits): an unsigned integer 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"/>.</t>
          </li>
          <li>
            <t>Reserved (16 bits): not used - MUST be filled with 0 by
pcapng file writers, and MUST be ignored by pcapng file
readers.</t>
          </li>
          <li>
            <t>SnapLen (32 bits): an unsigned integer 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.</t>
          </li>
          <li>
            <t>Options: optionally, a list of options (formatted according to
the rules defined in <xref target="section_opt"/>) can be present.</t>
          </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">Type</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>
            <tr>
              <td align="left">if_iana_tzname</td>
              <td align="left">18</td>
              <td align="left">variable</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 EUI-48 (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-64 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 integer 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.  This option has
never been specified in greater detail, and, unless it were to
identify something such as an <eref target="https://www.iana.org/time-zones">IANA time zone database</eref>
timezone, would be insufficient for converting between UTC and local
time.  Therefore, it SHOULD NOT be used; instead, the if_iana_tzname
option SHOULD be used if time zone information is to be specified.</t>
          </dd>
        </dl>
        <t>Example: none</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 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 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 not present, an offset of 0 is assumed
(i.e., timestamps in blocks are absolute timestamps).
</t>
            <t>This offset is not intended to be used as an offset between local
time and UTC; for this purpose, the if_iana_tzname option SHOULD be
used to specify a timezone.</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_txspeed option is a 64-bit unsigned integer
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 integer
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>
        <dl indent="8" newline="true">
          <dt>if_iana_tzname:</dt>
          <dd>
            <t>The if_iana_tzname
option is a UTF-8 string that indicates the <eref target="https://www.iana.org/time-zones">IANA time zone database</eref>
timezone name for the IANA database timezone in which the interface
is located. The string is not zero-terminated.</t>
          </dd>
        </dl>
        <t>Examples: "Africa/Nairobi", "Asia/Kolkata", "America/Sao_Paulo",
"Europe/Berlin".</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>
            <t>it stores the Interface Identifier as a 32-bit unsigned integer.
This is a requirement when a capture stores packets coming from a
large number of interfaces;</t>
          </li>
          <li>
            <t>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.</t>
          </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 |                       (Upper 32 bits)                         |
   + - - - - - - - - - - - -  Timestamp  - - - - - - - - - - - - - +
16 |                       (Lower 32 bits)                         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
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>
            <t>Block Type: The block type of the Enhanced Packet Block is 6.</t>
          </li>
          <li>
            <t>Block Total Length: total size of this block, as described in <xref target="section_block"/>.</t>
          </li>
          <li>
            <t>Interface ID (32 bits): an unsigned integer 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.</t>
          </li>
          <li>
            <t>Timestamp (64 bits): two 32-bit unsigned integers, representing a single
64-bit unsigned integer, with the first value being the upper 32 bits
of that integer and the second value being the lower 32 bits of that
integer.  The 64-bit unsigned integer is a count of units of time.  </t>
            <t>
The length of a unit of time is specified by the 'if_tsresol' option
(see <xref target="format_idb"/>) of the Interface Description Block specified by
the Interface ID.  </t>
            <t>
The 'if_tsoffset' option value, converted from seconds to units of
time, plus the timestamp value, represents the number of units of
time that have elapsed since 1970-01-01 00:00:00 UTC.  </t>
            <t>
Note that, unlike timestamps in the pcap 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.</t>
          </li>
          <li>
            <t>Captured Packet Length (32 bits): an unsigned integer 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.</t>
          </li>
          <li>
            <t>Original Packet Length (32 bits): an unsigned integer that indicates the
number of octets of packet data that would have been provided had the
packet not been truncated to the snapshot length for the interface or
to a length limit imposed by the capture mechanism.  If no truncation
was done, it will be the same as the Captured Packet Length, but it
will be different from the Captured Packet Length if the packet has
been truncated by the capture process. It SHOULD NOT be less than the
Captured Packet Length.  </t>
            <t>
A pcapng file writer MAY write an Original Packet Length that is less
than the Captured Packet Length if both the Captured Packet Length and
the Original Packet length came from a file in which a packet had an
Original Packet Length less than the Captured Packet Length;
otherwise, it MUST write an Original Packet Length that is greater
than or equal to the Captured Packet Length.  </t>
            <t>
A pcapng file reader MAY convert an Original Packet Length that is
less than the Captured Packet Length to a value that is greater than
or equal to the Captured Packet Length.</t>
          </li>
          <li>
            <t>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"/>.</t>
          </li>
          <li>
            <t>Options: optionally, a list of options (formatted according to
the rules defined in <xref target="section_opt"/>) can be present.</t>
          </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">Type</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>
            <tr>
              <td align="left">epb_processid_threadid</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>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
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>
        <dl indent="8" newline="true">
          <dt>epb_processid_threadid:</dt>
          <dd>
            <t>The epb_processid_threadid
option stores the numeric process identifier and thread identifier
of the process which originated the packet as unsigned 32-bit
integers. The value 0 can be used for each if the concept of a
process or thread identifier does not make sense in context (e.g.
for inbound packets) or if the operating system capturing the
packets has no concept of processes or threads, respectively.</t>
          </dd>
        </dl>
        <t>Example: '00 00 04 D2 00 00 00 00' for process 1234 and an unknown
thread.</t>
        <section anchor="section_epb_flags">
          <name>Enhanced Packet Block Flags Word</name>
          <t>The Enhanced Packet Block Flags Word contains link-layer information about
the packet.</t>
          <t>The word is encoded as a 32-bit unsigned 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</td>
                <td align="left">Checksum not ready, as a consequence of checksum offloading, e.g. a transmitted packet on an interface doing checksum offloading, so that the host networking stack doesn't compute and fill in the checksum before handing the packet either to the network adapter or the wraparound code path in the packet capture mechanism.</td>
              </tr>
              <tr>
                <td align="left">10</td>
                <td align="left">Checksum valid, the checksum has already been checked on the receive path before it was handed to the packet capture mechanism, so there's no need for the packet analyzer to check it.</td>
              </tr>
              <tr>
                <td align="left">11</td>
                <td align="left">TCP segmentation offloaded, this is either a received packet corresponding to several received link-layer packets, with reassembly having been done before the packet was handed to the packet capture mechanism, or a transmitted packet that will correspond to several link-layer packets after being fragmented, but that was wrapped around to the packet capture mechanism before the fragmentation occurred.</td>
              </tr>
              <tr>
                <td align="left">12-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 bits 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>
            <t>Block Type: The block type of the Simple Packet Block is 3.</t>
          </li>
          <li>
            <t>Block Total Length: total size of this block, as described in <xref target="section_block"/>.</t>
          </li>
          <li>
            <t>Original Packet Length (32 bits): an unsigned integer
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.</t>
          </li>
          <li>
            <t>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"/>.</t>
          </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>As a Simple Packet Block does not contain an Interface ID field, in a
Section that has more than one interface, only packets received or
transmitted on the interface described by the first Interface
Description Block can be contained in a Simple Packet Block; packets
received or transmitted on any other interface MUST be contained in an
Enhanced Packet Block.</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>
            <t>Block Type: The block type of the Name Resolution Block is 4.</t>
          </li>
          <li>
            <t>Block Total Length: total size of this block, as described in <xref target="section_block"/>.</t>
          </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">Type</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>
            <tr>
              <td align="left">nrb_record_eui48</td>
              <td align="left">0x0003</td>
              <td align="left">variable</td>
            </tr>
            <tr>
              <td align="left">nrb_record_eui64</td>
              <td align="left">0x0004</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>
        <dl indent="8" newline="true">
          <dt>nrb_record_eui48 / nrb_record_eui64:</dt>
          <dd>
            <t>The
nrb_record_eui48 / nrb_record_eui64 records specify an EUI (or MAC)
address (contained in the first 6 octets for eui48, 8 octets for eui64),
followed by one or more zero-terminated strings containing names resolved
for that address.  As above, the minimum valid Record Length is 8 for
EUI-48 and 10 for EUI-64.  There is no presumption implied in how these
names were acquired unless the DNS server options listed below are present
in the NRB.</t>
          </dd>
        </dl>
        <t>Example: '02 ca ff ee f0 0d'"teapot under test".</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">Type</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 |                       (Upper 32 bits)                         |
   + - - - - - - - - - - - -  Timestamp  - - - - - - - - - - - - - +
16 |                       (Lower 32 bits)                         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
20 /                                                               /
   /                      Options (variable)                       /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The fields have the following meaning:</t>
        <ul spacing="normal">
          <li>
            <t>Block Type: The block type of the Interface Statistics Block is
5.</t>
          </li>
          <li>
            <t>Block Total Length: total size of this block, as described in <xref target="section_block"/>.</t>
          </li>
          <li>
            <t>Interface ID (32 bits): an unsigned integer that specifies the
interface to which these statistics refer; 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.</t>
          </li>
          <li>
            <t>Timestamp (64 bits): the time at which the statistics values were
taken; two 32-bit unsigned integers, in the same format as defined
for timestamps in the Enhanced Packet Block (<xref target="section_epb"/>),
using the 'if_tsresol' and 'if_tsoffset' values from the Interface
Description Block specified by the Interface ID.</t>
          </li>
          <li>
            <t>Options: optionally, a list of options (formatted according to
the rules defined in <xref target="section_opt"/>) can be present.</t>
          </li>
        </ul>
        <t>All the statistics 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">Type</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 that traffic capture started on this
interface, consisting of two 32-bit unsigned integers, in the same
format as defined for timestamps in the Enhanced Packet Block
(<xref target="section_epb"/>), using the 'if_tsresol' and 'if_tsoffset' values
from the Interface Description Block specified by the Interface ID.</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 that traffic capture ended on this
interface, consisting of two 32-bit unsigned integers, in the same
format as defined for timestamps in the Enhanced Packet Block
(<xref target="section_epb"/>), using the 'if_tsresol' and 'if_tsoffset' values
from the Interface Description Block specified by the Interface ID.</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
that were received from the physical interface, starting at 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
that were dropped by the interface due to lack of resources,
starting at 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 that were accepted by the 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
that were 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 that were 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>
            <t>Block Type: The block type of the Decryption Secrets Block is
10.</t>
          </li>
          <li>
            <t>Block Total Length: total size of this block, as described in <xref target="section_block"/>.</t>
          </li>
          <li>
            <t>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"/>.</t>
          </li>
          <li>
            <t>Secrets Length (32 bits): an unsigned integer that indicates
the size of the following Secrets field, without any padding
octets.</t>
          </li>
          <li>
            <t>Secrets Data: binary data containing secrets, padded to a 32-bit
boundary.</t>
          </li>
          <li>
            <t>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.</t>
          </li>
        </ul>
        <t>The following is a list of Secrets Types.</t>
        <dl indent="8" newline="true">
          <dt>0x5353484b:</dt>
          <dd>
            <t>SSH Key Log.
Every line consists of a cookie, key type, and key separated by one space.
The cookie is the hex-encoded (client or server) 16 octets cookie
(32 characters) found in the SSH_MSG_KEXINIT sent during
<eref target="https://datatracker.ietf.org/doc/html/rfc4253#section-7.1">algorithm negotiation</eref>
by the endpoint whose private random is disclosed.
The key type is either SHARED_SECRET or PRIVATE_KEY.
The key is hex-encoded and either the shared secret ('K' in
<eref target="https://datatracker.ietf.org/doc/html/rfc4253#section-8">RFC 4253</eref>) or the
private random number (referred to as 'x' for the client and 'y'
for the server in RFC 4253) used to generate the shared secret during DH
key exchange; its length depends on the algorithm.
Every line MUST be terminated with either a carriage return and linefeed
('\r\n') or a linefeed ('\n').
Tools MUST be able to handle both line endings.</t>
          </dd>
        </dl>
        <dl indent="8" newline="true">
          <dt>0x544c534b:</dt>
          <dd>
            <t>TLS Key Log.
This format is described in <xref target="I-D.ietf-tls-keylogfile"/>.
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>0x55414b4c:</dt>
          <dd>
            <t><eref target="https://opcfoundation.org/about/opc-technologies/opc-ua">OPC UA</eref> Key Log.
Every line consists of a key/value pair separated by a colon and one space ('<tt>: </tt>').
Every line must be terminated by a linefeed ('<tt>\n</tt>').
The key name is composed of four parts separated by underscores ('<tt>_</tt>').
</t>
            <ul spacing="normal">
              <li>
                <t>Keyset Name: Either 'server' or 'client'.      </t>
                <t>
The Client keys are used to secure Messages sent by the Client. The
  Server keys are used to secure Messages sent by the Server.</t>
              </li>
              <li>
                <t>Key Material Type:      </t>
                <ul spacing="normal">
                  <li>
                    <t>'iv': initialization vector</t>
                  </li>
                  <li>
                    <t>'key': AES key</t>
                  </li>
                  <li>
                    <t>'siglen': signature length in octets. This depends on the used
security policy.</t>
                  </li>
                </ul>
              </li>
              <li>
                <t>Secure Channel ID: Encoded as decimal value.</t>
              </li>
              <li>
                <t>Token ID: Encoded as decimal value.</t>
              </li>
            </ul>
            <t>The value contains the key data encoded as hexadecimal string with upper
case letters.  To create a valid keyset, four entries for one combination of
secure channel ID and token ID are required. These entries include 'iv' and
'key' for both 'server' and 'client'.</t>
            <t>Currently, AES-128-CBC and AES-256-CBC are supported encryption algorithms:</t>
            <ul spacing="normal">
              <li>
                <t>AES-128-CBC:
                </t>
                <ul spacing="normal">
                  <li>
                    <t>IV Length: 16 octets</t>
                  </li>
                  <li>
                    <t>Key Length: 16 octets</t>
                  </li>
                </ul>
              </li>
              <li>
                <t>AES-256-CBC:
                </t>
                <ul spacing="normal">
                  <li>
                    <t>IV Length: 16 octets</t>
                  </li>
                  <li>
                    <t>Key Length: 32 octets</t>
                  </li>
                </ul>
              </li>
            </ul>
            <t>More details on OPC UA Security can be found in the <eref target="https://opcfoundation.org/developer-tools/documents/view/163">OPC UA Specification Part 6 - Mappings</eref>,
 the security policies are defined in <eref target="https://opcfoundation.org/developer-tools/documents/view/164">OPC UA Specification Part 7 - Profiles</eref>,
 or can be found online on the <eref target="https://opcfoundation.org/profilereporting">Profile Reporting website</eref>.</t>
          </dd>
          <dt>0x57474b4c:</dt>
          <dd>
            <t>WireGuard Key Log.
Every line consists of the key type, equals sign ('='), and the
base64-encoded 32-octet 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                            |
   |                            NWK 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>
            <t>Block Type: The block type of the Custom Block is 0x00000BAD or
0x40000BAD, as described previously.</t>
          </li>
          <li>
            <t>Block Total Length: total size of this block, as described in <xref target="section_block"/>.</t>
          </li>
          <li>
            <t>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.</t>
          </li>
          <li>
            <t>Custom Data: the custom data, padded to a 32-bit boundary.</t>
          </li>
          <li>
            <t>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"/>.</t>
          </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 type codes
to distinguish their "copy" behavior: a type code for when the block or
option can be safely copied into a new pcapng file by a pcapng
manipulating application, and a type 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 type 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 Type, 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 Type 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 Type 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 Now Generic
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 Block Type and Byte-Order Magic fields in the Section
Header Block at the beginning of the file, as some desktop environments
other than those of Windows and macOS 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/IETF-OPSAWG-WG/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 unsigned integer, 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/IETF-OPSAWG-WG/pcapng">github.com/IETF-OPSAWG-WG/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; XX, in an
item in the list means that the item refers to all possible values in
which the "XX" is from 00 to FF:</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">0x0A0D0AXX</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">0xXX0A0D0A</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">0xXX0A0D0D</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">0x0D0D0AXX</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 anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.richardson-opsawg-pcaplinktype">
          <front>
            <title>PCAP and PCAPNG LINKTYPE Registry</title>
            <author fullname="Guy Harris" initials="G." surname="Harris">
         </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works Inc</organization>
            </author>
            <date day="6" month="November" 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-01"/>
        </reference>
        <reference anchor="RFC2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-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 Tüxen" initials="M." surname="Tüxen">
              <organization>Muenster University of Applied Sciences</organization>
            </author>
            <author fullname="Fulvio Risso" initials="F." surname="Risso">
              <organization>Politecnico di Torino</organization>
            </author>
            <author fullname="Jasper Bongertz" initials="J." surname="Bongertz">
              <organization>Airbus Defence and Space CyberSecurity</organization>
            </author>
            <author fullname="Gerald Combs" initials="G." surname="Combs">
              <organization>Wireshark Foundation</organization>
            </author>
            <author fullname="Guy Harris" initials="G." surname="Harris">
         </author>
            <author fullname="Eelco Chaudron" initials="E." surname="Chaudron">
              <organization>Red Hat</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="29" month="July" year="2022"/>
            <abstract>
              <t>   This document contains a number of extensions to the PCAPng file
   format which are outside of the IETF networking mandate.

Discussion Venues

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

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

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-richardson-opsawg-pcapng-extras-01"/>
        </reference>
        <reference anchor="I-D.ietf-tls-keylogfile">
          <front>
            <title>The SSLKEYLOGFILE Format for TLS</title>
            <author fullname="Martin Thomson" initials="M." surname="Thomson">
              <organization>Mozilla</organization>
            </author>
            <author fullname="Yaroslav Rosomakho" initials="Y." surname="Rosomakho">
              <organization>Zscaler</organization>
            </author>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
              <organization>University of Applied Sciences Bonn-Rhein-Sieg</organization>
            </author>
            <date day="9" month="June" year="2025"/>
            <abstract>
              <t>   A format that supports logging information about the secrets used in
   a TLS connection is described.  Recording secrets to a file in
   SSLKEYLOGFILE format allows diagnostic and logging tools that use
   this file to decrypt messages exchanged by TLS endpoints.  This
   format is intended for use in systems where TLS only protects test
   data.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-tls-keylogfile-05"/>
        </reference>
      </references>
    </references>
    <?line 2552?>

<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 |                       (Upper 32 bits)                         |
   + - - - - - - - - - - - -  Timestamp  - - - - - - - - - - - - - +
16 |                       (Lower 32 bits)                         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
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>
          <t>Block Type: The block type of the Packet Block is 2.</t>
        </li>
        <li>
          <t>Block Total Length: total size of this block, as described in <xref target="section_block"/>.</t>
        </li>
        <li>
          <t>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.</t>
        </li>
        <li>
          <t>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.</t>
        </li>
        <li>
          <t>Timestamp (64 bits): two 32-bit unsigned integers, in the same format
as defined for timestamps in the Enhanced Packet Block (<xref target="section_epb"/>),
using the 'if_tsresol' and 'if_tsoffset' values from the Interface
Description Block specified by the Interface ID.</t>
        </li>
        <li>
          <t>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.</t>
        </li>
        <li>
          <t>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.</t>
        </li>
        <li>
          <t>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"/>.</t>
        </li>
        <li>
          <t>Options: optionally, a list of options (formatted according to
the rules defined in <xref target="section_opt"/>) can be present.</t>
        </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">Type</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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
cd1h07T4PFZ1s4mUYZlh2EJjUCV55dsQaNEvwsg/oPamoKPYHPvA6p2z509L
zUoUEmLicyKKNtvkALiQlkntC3y/AaA5kYzVQ8BrDmyes1WIFd9+liKKyGau
YmF+HQkixxSr+aiIJ6VouzRbglbYCRbVsjnPODkB7q7mWKtwNoPpcDaZtjuR
rarFh9JySLwaOyZ2IDgh6WY0PUFaRHp1ndXqavFSC0kDQpQqXqTXW5o/QUoo
CSEepmxj5gpWaGnFxBEVTa6FVmbHhcOGUdQ4Hrv2E/OGIRk17rRGS9X2DqZB
oW7/mKVABsjZL9dWkddqw7QATB2Xjxz16Iw5YdaXflwyD8EcI6aWohkpy0au
RWJoC/eb+lWsJKIzFUYNkJkScESkMqd8/DJ0RvlJFG0XltbhFBA6aamYFq38
BiOSDny7FueOEeyTfayluwvOANsj1AYRaA1DUBGjP6V6a4nXjo9GTulImG1z
Cm46SOKB4CPkE3HaNX66N5cOg8wdfhd1fFaeMBKweGi62RNEzcckW6DfQ7nY
rdVHYsA5B/9a31rUSZaO8aAZcPGohqXgFxMxcoWE6FrpLR8NKbJE0hyei4Cv
QaWnb87riGKcsoUvYQxd6pYOHSxOoIraVHNGtMitgGZCw+N0uJl6fsg5pqMJ
hNueYyFofOlz/PqwHhfp13obWHcTfM0xXuOhvqX7vCN9COTI/Kk2F54j5xzU
gDS8EWuYi8QPDXPOo5e6BIpz6dWWuM61XxI2o6ape5MLp15bGJ6vLPLomm6o
rR5irQCYFEbPAJM93ET3UCOmLWYIiLk/jty1eaFyRRTXE/4Z9iEIGfRDE7aG
FzxY9DbzaXOi+2ynsjB25vszM/8hC1Y/D5/37XhMM7YJCRV/zrELFxo9fJbF
MMGMk308cUczeT/FAaQjhAASQEVTu2zS0gy0WKTFN9eWb8ol3YZNXbdR2G3D
FAC8LZvw0wLdwgbaYUB8BHyupM/0C6csyuydBm0A0RG9ziSEeBGepQZHkjtO
fnFRUn0VFXqtMShS5RdMjczNKaURkO8klrrDYfzvkmRa1/TICqJzDh7g7+rt
8cjZen1in9av7foi1im4PrjKoOcWQri+Vpr+HE14+E1dp1NaRxVcj7CPbtO8
gnhoqz1fQMV7pMqNEu1vkiorKkce0VPHNSK1eixq1Bbv0YYBouW0Mx6PhY1T
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

-->

</rfc>
