User Guide
Lua Support in Wireshark
188
11.10.6.23. ProtoField.guid(abbr, [name], [desc])
11.10.6.23.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)
desc (optional) Description of the field
11.10.6.23.2. Returns
A protofield item to be added to a ProtoFieldArray
11.10.6.24. ProtoField.oid(abbr, [name], [desc])
11.10.6.24.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)
desc (optional) Description of the field
11.10.6.24.2. Returns
A protofield item to be added to a ProtoFieldArray
11.10.6.25. ProtoField.bool(abbr, [name], [desc])
11.10.6.25.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)
desc (optional) Description of the field
11.10.6.25.2. Returns
A protofield item to be added to a ProtoFieldArray
11.10.6.26. protofield:__tostring()
Returns a string with info about a protofield (for debugging purposes)
11.10.7. Non Method Functions
11.10.7.1. register_postdissector(proto)
Make a protocol (with a dissector) a postdissector. It will be called for every frame after dissection
11.10.7.1.1. Arguments
proto the protocol to be used as postdissector