Wireshark - 1.0 Betriebsanweisung

Seite von 284
10.4.6.2.6.2. Returns
The dissector handle if found
nil if not found
10.4.6.3. Pref
A preference of a Protocol.
10.4.6.3.1. Pref.bool(label, default, descr)
* Creates a boolean preference to be added to a Protocol's prefs table.
10.4.6.3.1.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
10.4.6.3.2. Pref.uint(label, default, descr)
* Creates an (unsigned) integer preference to be added to a Protocol's prefs table.
10.4.6.3.2.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
10.4.6.3.3. Pref.string(label, default, descr)
* Creates a string preference to be added to a Protocol's prefs table.
10.4.6.3.3.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
10.4.6.3.4. Pref.enum(label, default, descr, enum, radio)
* Creates an enum preference to be added to a Protocol's prefs table.
10.4.6.3.4.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
Lua Support in Wireshark
212