|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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_rec * | rec |
Transient container used to pass a parsed pcapng block between internal read functions.
| wtap_block_t wtapng_block_s::block |
Generic wtap block handle carrying the block's parsed option data.
| bool wtapng_block_s::internal |
True if this block type is for internal use only and should not be returned from pcapng_read().
| wtap_rec* wtapng_block_s::rec |
Pointer to the wtap record populated from this block, or NULL for non-packet blocks.
| uint32_t wtapng_block_s::type |
pcapng block type code as defined by the pcapng specification.