Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
exp_pdu_data_item Struct Reference

Bundles the size and populate callbacks with their associated data for a single exported PDU metadata item. More...

#include <exported_pdu.h>

Public Attributes

exp_pdu_get_size size_func
 
exp_pdu_populate_data populate_data
 
void * data
 

Detailed Description

Bundles the size and populate callbacks with their associated data for a single exported PDU metadata item.

Member Data Documentation

◆ data

void* exp_pdu_data_item::data

Opaque pointer to item-specific state passed to both callbacks.

◆ populate_data

exp_pdu_populate_data exp_pdu_data_item::populate_data

Callback that writes this item's TLV data into the output buffer.

◆ size_func

exp_pdu_get_size exp_pdu_data_item::size_func

Callback that returns the size in bytes required for this item's TLV data.


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