|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Accumulator and callback used to compute the total serialized size of a block's options. More...
#include <pcapng_module.h>
Public Attributes | |
| uint32_t | size |
| compute_option_size_func | compute_option_size |
Accumulator and callback used to compute the total serialized size of a block's options.
| compute_option_size_func compute_options_size_t::compute_option_size |
Callback invoked per option to calculate and add that option's contribution to size.
| uint32_t compute_options_size_t::size |
Running total size in bytes accumulated across all options processed so far.