|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Dispatch table for handling a vendor-specific pcapng custom block identified by a Private Enterprise Number.
| custom_option_parser pcapng_custom_block_enterprise_handler_t::parser |
Callback invoked to parse raw custom block data into an internal representation.
| custom_option_processor pcapng_custom_block_enterprise_handler_t::processor |
Callback invoked to process and validate a parsed custom block.
| block_writer pcapng_custom_block_enterprise_handler_t::writer |
Callback invoked to serialize and write the custom block back to a file.