|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Holds the allocation and deallocation callbacks for custom or local block data associated with a section_info_t. More...
#include <pcapng_module.h>
Public Attributes | |
| void *(* | provision )(void) |
| GDestroyNotify | free |
Holds the allocation and deallocation callbacks for custom or local block data associated with a section_info_t.
| GDestroyNotify section_info_funcs_t::free |
Callback invoked to release a private block data instance when the section is destroyed.
| void *(* section_info_funcs_t::provision) (void) |
Allocates and initializes a new private block data instance; returns a pointer to the new object.