![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Public Attributes | |
gchar * | name |
gchar * | label |
gchar * | desc |
pref_type_t | type |
union { | |
gboolean b | |
guint u | |
gchar * s | |
gint e | |
range_t * r | |
void * p | |
} | value |
union { | |
guint32 max_value | |
struct { | |
const enum_val_t * enumvals | |
gboolean radio_buttons | |
} enum_info | |
gchar * default_s | |
} | info |
struct _wslua_pref_t * | next |
struct _wslua_proto_t * | proto |
int | ref |
gchar* _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
guint32 _wslua_pref_t::max_value |
maximum value of a range
gboolean _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