Module blocks

Source
Expand description

Contains the PcapNg blocks.

Modules§

enhanced_packet
Enhanced Packet Block (EPB).
interface_description
Interface Description Block (IDB).
interface_statistics
Interface Statistics Block.
name_resolution
Name Resolution Block (NRB).
packet
Packet Block.
section_header
Section Header Block.
simple_packet
Simple Packet Block (SPB).
systemd_journal_export
Systemd Journal Export Block.
unknown
Unknown Block.

Structs§

RawBlock
PcapNg Block

Enums§

Block
PcapNg parsed blocks

Constants§

ENHANCED_PACKET_BLOCK
Enhanced packet block type
INTERFACE_DESCRIPTION_BLOCK
Interface description block type
INTERFACE_STATISTIC_BLOCK
Interface statistic block type
NAME_RESOLUTION_BLOCK
Name resolution block type
PACKET_BLOCK
Packet block type
SECTION_HEADER_BLOCK
Section header block type
SIMPLE_PACKET_BLOCK
Simple packet block type
SYSTEMD_JOURNAL_EXPORT_BLOCK
Systemd journal export block type

Traits§

PcapNgBlock
Common interface for the PcapNg blocks