Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
custom_string_opt_s Struct Reference

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

Detailed Description

Holds the value of a custom string option, combining a Private Enterprise Number with its associated string payload.

Member Data Documentation

◆ pen

uint32_t custom_string_opt_s::pen

IANA Private Enterprise Number (PEN) identifying the organization that defined this custom option.

◆ string

char* custom_string_opt_s::string

Null-terminated string payload of this custom option, allocated by the option owner.


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