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

Transient container used to pass a parsed pcapng block between internal read functions. More...

#include <pcapng_module.h>

Public Attributes

uint32_t type
bool internal
wtap_block_t block
wtap_recrec

Detailed Description

Transient container used to pass a parsed pcapng block between internal read functions.

Member Data Documentation

◆ block

wtap_block_t wtapng_block_s::block

Generic wtap block handle carrying the block's parsed option data.

◆ internal

bool wtapng_block_s::internal

True if this block type is for internal use only and should not be returned from pcapng_read().

◆ rec

wtap_rec* wtapng_block_s::rec

Pointer to the wtap record populated from this block, or NULL for non-packet blocks.

◆ type

uint32_t wtapng_block_s::type

pcapng block type code as defined by the pcapng specification.


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