|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
Holds the value of a custom string option, combining a Private Enterprise Number with its associated string payload. More...
#include <wtap_opttypes.h>
Public Attributes | |
| uint32_t | pen |
| char * | string |
Holds the value of a custom string option, combining a Private Enterprise Number with its associated string payload.
| uint32_t custom_string_opt_s::pen |
IANA Private Enterprise Number (PEN) identifying the organization that defined this custom option.
| char* custom_string_opt_s::string |
Null-terminated string payload of this custom option, allocated by the option owner.