|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Bundles the size and populate callbacks with their associated data for a single exported PDU metadata item.
| void* exp_pdu_data_item::data |
Opaque pointer to item-specific state passed to both callbacks.
| exp_pdu_populate_data exp_pdu_data_item::populate_data |
Callback that writes this item's TLV data into the output buffer.
| exp_pdu_get_size exp_pdu_data_item::size_func |
Callback that returns the size in bytes required for this item's TLV data.