|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
Holds the raw binary payload of a custom binary option. More...
#include <wtap_opttypes.h>
Public Attributes | |
| size_t | custom_data_len |
| void * | custom_data |
Holds the raw binary payload of a custom binary option.
| void* binary_optdata::custom_data |
Opaque pointer to the raw binary payload of this custom option.
| size_t binary_optdata::custom_data_len |
Length in bytes of the data pointed to by custom_data.