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

Dispatch table for handling a vendor-specific pcapng custom block identified by a Private Enterprise Number. More...

#include <pcapng_module.h>

Public Attributes

custom_option_parser parser
custom_option_processor processor
block_writer writer

Detailed Description

Dispatch table for handling a vendor-specific pcapng custom block identified by a Private Enterprise Number.

Member Data Documentation

◆ parser

custom_option_parser pcapng_custom_block_enterprise_handler_t::parser

Callback invoked to parse raw custom block data into an internal representation.

◆ processor

custom_option_processor pcapng_custom_block_enterprise_handler_t::processor

Callback invoked to process and validate a parsed custom block.

◆ writer

block_writer pcapng_custom_block_enterprise_handler_t::writer

Callback invoked to serialize and write the custom block back to a file.


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