|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Wraps a proto_item and its associated proto_tree for manipulation from the Lua scripting environment. More...
#include <wslua.h>
Public Attributes | |
| proto_item * | item |
| proto_tree * | tree |
| bool | expired |
Wraps a proto_item and its associated proto_tree for manipulation from the Lua scripting environment.
| bool _wslua_treeitem::expired |
True if the tree item is no longer valid after the dissection frame has ended.
| proto_item* _wslua_treeitem::item |
The protocol tree item this object represents.
| proto_tree* _wslua_treeitem::tree |
The protocol subtree rooted at this item, used to add child items.