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

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

Detailed Description

Holds the allocation and deallocation callbacks for custom or local block data associated with a section_info_t.

Member Data Documentation

◆ free

GDestroyNotify section_info_funcs_t::free

Callback invoked to release a private block data instance when the section is destroyed.

◆ provision

void *(* section_info_funcs_t::provision) (void)

Allocates and initializes a new private block data instance; returns a pointer to the new object.


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