Wireshark - 1.9 Mode D'Emploi

Page de 255
Lua Support in Wireshark
192
11.10.6.7. ProtoField.int8(abbr, [name], [base], [valuestring], [mask],
[desc])
11.10.6.7.1. Arguments
abbr
Abbreviated name of the field (the string used in filters)
name (optional)
Actual name of the field (the string that appears in the tree)
base (optional)
One of base.DEC, base.HEX or base.OCT
valuestring (optional)
A table containing the text that corresponds to the values
mask (optional)
Integer mask of this field
desc (optional)
Description of the field
11.10.6.7.2. Returns
A protofield item to be added to a ProtoFieldArray
11.10.6.8. ProtoField.int16(abbr, [name], [base], [valuestring],
[mask], [desc])
11.10.6.8.1. Arguments
abbr
Abbreviated name of the field (the string used in filters)
name (optional)
Actual name of the field (the string that appears in the tree)
base (optional)
One of base.DEC, base.HEX or base.OCT
valuestring (optional)
A table containing the text that corresponds to the values
mask (optional)
Integer mask of this field
desc (optional)
Description of the field
11.10.6.8.2. Returns
A protofield item to be added to a ProtoFieldArray
11.10.6.9. ProtoField.int24(abbr, [name], [base], [valuestring],
[mask], [desc])
11.10.6.9.1. Arguments
abbr
Abbreviated name of the field (the string used in filters)
name (optional)
Actual name of the field (the string that appears in the tree)
base (optional)
One of base.DEC, base.HEX or base.OCT
valuestring (optional)
A table containing the text that corresponds to the values