<?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.21 (Ruby 3.2.2) -->
<?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-03" category="info" tocInclude="true" sortRefs="false" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.27.0 -->
  <front>
    <title abbrev="pcapng">PCAP Next Generation (pcapng) Capture File Format</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-pcapng-03"/>
    <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="March" day="03"/>
    <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>A Simple Packet Block cannot be present in a Section that has more
than one interface because of the impossibility to refer to the
correct one (it does not contain any Interface ID field).</t>
        <t>The Simple Packet Block is very efficient in term of disk space: a
snapshot whose length is 100 octets requires only 16 octets of overhead,
which corresponds to an efficiency of more than 86%.</t>
      </section>
      <section anchor="section_nrb">
        <name>Name Resolution Block</name>
        <t>The Name Resolution Block (NRB) is used to support the correlation
of numeric addresses (present in the captured packets) and their
corresponding canonical names and it is optional. Having the literal
names saved in the file prevents the need for performing name
resolution at a later time, when the association between names and
addresses may be different from the one in use at capture time.
Moreover, the NRB avoids the need for issuing a lot of DNS requests
every time the trace capture is opened, and also provides name
resolution when reading the capture with a machine not connected to
the network.</t>
        <t>A Name Resolution Block is often placed at the beginning of the
file, but no assumptions can be taken about its position. Multiple
NRBs can exist in a pcapng file, either due to memory constraints or
because additional name resolutions were performed by file processing
tools, like network analyzers.</t>
        <t>A Name Resolution Block need not contain any Records, except the
nrb_record_end Record which MUST be the last Record. The addresses and
names in NRB Records MAY be repeated multiple times; i.e., the same IP
address may resolve to multiple names, the same name may resolve to
the multiple IP addresses, and even the same address-to-name pair may
appear multiple times, in the same NRB or across NRBs.</t>
        <t>The format of the Name Resolution Block is shown in <xref target="format_nrb"/>.</t>
        <figure anchor="format_nrb">
          <name>Name Resolution Block Format</name>
          <artwork align="center"><![CDATA[
                        1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 0 |                    Block Type = 0x00000004                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 |      Record Type              |      Record Value Length      |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
12 /                       Record Value                            /
   /              variable length, padded to 32 bits               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   .                                                               .
   .                  . . . other records . . .                    .
   .                                                               .
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Record Type = nrb_record_end |   Record Value Length = 0     |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   /                                                               /
   /                      Options (variable)                       /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The Name Resolution Block has the following fields:</t>
        <ul spacing="normal">
          <li>
            <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                            |
   |                            NKW Key                            |
   |                          (16 octets)                          |
   |                           (128 bits)                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
32 |          PAN ID               |           padding (0)         |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
36 /                                                               /
   /                       Options (variable)                      /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   /                       Block Total Length                      /
   +---------------------------------------------------------------+
]]></artwork>
        </figure>
        <figure anchor="format_zigbee_aps">
          <name>ZigBee APS Key Data Format</name>
          <artwork align="center"><![CDATA[
   0                   1                   2                   3
   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +---------------------------------------------------------------+
 0 |                   Block Type = 0x0000000A                     |
   +---------------------------------------------------------------+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 |                  Secrets Type = 0x5a415053                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
12 |                         Secrets Length                        |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
16 |                            AES-128                            |
   |                            APS Key                            |
   |                          (16 octets)                          |
   |                           (128 bits)                          |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
32 |           PAN ID              |     Low Node Short Address    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
36 |    High Node Short Address    |         padding (0)           |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
40 /                                                               /
   /                       Options (variable)                      /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   /                       Block Total Length                      /
   +---------------------------------------------------------------+
]]></artwork>
        </figure>
      </section>
      <section anchor="section_custom_block">
        <name>Custom Block</name>
        <t>A Custom Block (CB) is the container for storing custom data that
is not part of another block; for storing custom data as part of
another block, see <xref target="section_custom_option"/>. The Custom
Block is optional, can be repeated any number of times, and can appear
before or after any other block except the first Section Header Block
which must come first in the file. Different Custom Blocks, of
different type codes and/or different Private Enterprise Numbers, may
be used in the same pcapng file. The format of a Custom Block is shown
in <xref target="format_custom_block"/>.</t>
        <figure anchor="format_custom_block">
          <name>Custom Block Format</name>
          <artwork align="center"><![CDATA[
                        1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 0 |             Block Type = 0x00000BAD or 0x40000BAD             |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 4 |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 8 |                Private Enterprise Number (PEN)                |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
12 /                                                               /
   /                          Custom Data                          /
   /              variable length, padded to 32 bits               /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   /                                                               /
   /                      Options (variable)                       /
   /                                                               /
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                      Block Total Length                       |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The Custom Block uses the type code 0x00000BAD (2989 in decimal)
for a custom block that pcapng re-writers can copy into new files, and
the type code 0x40000BAD (1073744813 in decimal) for one that should
not be copied. See <xref target="section_vendor_copy"/> for details.</t>
        <t>The Custom Block has the following fields:</t>
        <ul spacing="normal">
          <li>
            <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 Next Generation
Capture File Format" specified in this document is ".pcapng".</t>
      <t>On Windows and macOS, files are distinguished by an extension to their
filename. Such an extension is technically not actually required, as
applications should be able to automatically detect the pcapng file
format through the 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">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </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="4" month="February" year="2025"/>
            <abstract>
              <t>   A format that supports the 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.

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

<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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

-->

</rfc>
