Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
_wslua_pref_t Struct Reference

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_tnext
 
struct _wslua_proto_tproto
 
int ref
 

Member Data Documentation

◆ default_s

gchar* _wslua_pref_t::default_s

default value for value.s

◆ 

struct { ... } _wslua_pref_t::enum_info

for PREF_ENUM

◆ enumvals

const enum_val_t* _wslua_pref_t::enumvals

list of name & values

◆ 

union { ... } _wslua_pref_t::info

display/text file information

◆ max_value

guint32 _wslua_pref_t::max_value

maximum value of a range

◆ radio_buttons

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


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