![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Public Attributes | |
char * | name |
char * | label |
char * | desc |
pref_type_t | type |
union { | |
bool b | |
unsigned u | |
char * s | |
int e | |
range_t * r | |
void * p | |
} | value |
union { | |
uint32_t max_value | |
struct { | |
const enum_val_t * enumvals | |
bool radio_buttons | |
} enum_info | |
char * default_s | |
} | info |
struct _wslua_pref_t * | next |
struct _wslua_proto_t * | proto |
int | ref |
char* _wslua_pref_t::default_s |
default value for value.s
struct { ... } _wslua_pref_t::enum_info |
for PREF_ENUM
const enum_val_t* _wslua_pref_t::enumvals |
list of name & values
union { ... } _wslua_pref_t::info |
display/text file information
uint32_t _wslua_pref_t::max_value |
maximum value of a range
bool _wslua_pref_t::radio_buttons |
true if it should be shown as radio buttons rather than as an option menu or combo box in the preferences tab