Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
pcapng_block_header_s Struct Reference

Common block header shared by every block type in a pcapng capture file. More...

#include <pcapng.h>

Public Attributes

uint32_t block_type
uint32_t block_total_length

Detailed Description

Common block header shared by every block type in a pcapng capture file.

Member Data Documentation

◆ block_total_length

uint32_t pcapng_block_header_s::block_total_length

Total length in bytes of this block, including this header and the trailing length field.

◆ block_type

uint32_t pcapng_block_header_s::block_type

Block type identifier indicating the format of the block body.


The documentation for this struct was generated from the following file: