User Guide
text The text to be appended.
10.4.7.1.5. treeitem:set_expert_flags([group], [severity])
Sets the expert flags of the item.
10.4.7.1.5.1. Arguments
group (optional) One of PI_CHECKSUM, PI_SEQUENCE, PI_RESPONSE_CODE,
PI_REQUEST_CODE, PI_UNDECODED, PI_REASSEMBLE,
PI_MALFORMED or PI_DEBUG
severity (optional) One of PI_CHAT, PI_NOTE, PI_WARN, PI_ERROR
10.4.7.1.6. treeitem:add_expert_info([group], [severity], [text])
Sets the expert flags of the item and adds expert info to the packet.
10.4.7.1.6.1. Arguments
group (optional) One of PI_CHECKSUM, PI_SEQUENCE, PI_RESPONSE_CODE,
PI_REQUEST_CODE, PI_UNDECODED, PI_REASSEMBLE,
PI_MALFORMED or PI_DEBUG
severity (optional) One of PI_CHAT, PI_NOTE, PI_WARN, PI_ERROR
text (optional) the text for the expert info
10.4.7.1.7. treeitem:set_generated()
marks the TreeItem as a generated field (with data infered but not contained in the packet).
10.4.7.1.8. treeitem:set_hidden()
should not be used
10.4.8. Functions for handling packet data
10.4.8.1. ByteArray
10.4.8.1.1. ByteArray.new([hexbytes])
creates a ByteArray Object
10.4.8.1.1.1. Arguments
hexbytes (optional) A string consisting of hexadecimal bytes like "00 B1 A2" or
"1a2b3c4d"
10.4.8.1.1.2. Returns
The new ByteArray object.
10.4.8.1.2. bytearray:__concat(first, second)
Lua Support in Wireshark
223