Wireshark - 1.0 Betriebsanweisung

Seite von 284
enum
enum
radio
radio_button or combobox
10.4.6.3.5. Pref.range(label, default, descr, range, max)
* Creates a range preference to be added to a Protocol's prefs table.
10.4.6.3.5.1. Arguments
label
The Label (text in the right side of the preference input) for this preference
default
The default value for this preference
descr
A description of what this preference is
range
The range
max
The maximum value
10.4.6.3.6. Pref.stext(label, text)
* Creates a static text preference to be added to a Protocol's prefs table.
10.4.6.3.6.1. Arguments
label
The Label (text in the right side of the preference input) for this preference
text
The static text
10.4.6.4. Prefs
The table of preferences of a protocol
10.4.6.4.1. prefs:__newindex(name, pref)
creates a new preference
10.4.6.4.1.1. Arguments
name
The abbreviation of this preference
pref
A valid but still unassigned Pref object
10.4.6.4.1.2. Errors
unknow Pref type
10.4.6.4.2. prefs:__index(name)
get the value of a preference setting
10.4.6.4.2.1. Arguments
Lua Support in Wireshark
213