Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_wslua_treeitem Struct Reference

Wraps a proto_item and its associated proto_tree for manipulation from the Lua scripting environment. More...

#include <wslua.h>

Public Attributes

proto_itemitem
proto_tree * tree
bool expired

Detailed Description

Wraps a proto_item and its associated proto_tree for manipulation from the Lua scripting environment.

Member Data Documentation

◆ expired

bool _wslua_treeitem::expired

True if the tree item is no longer valid after the dissection frame has ended.

◆ item

proto_item* _wslua_treeitem::item

The protocol tree item this object represents.

◆ tree

proto_tree* _wslua_treeitem::tree

The protocol subtree rooted at this item, used to add child items.


The documentation for this struct was generated from the following file: