|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Wraps a tvbuff_t with ownership and expiry tracking for use in the Lua scripting environment. More...
#include <wslua.h>
Public Attributes | |
| tvbuff_t * | ws_tvb |
| bool | expired |
| bool | need_free |
Wraps a tvbuff_t with ownership and expiry tracking for use in the Lua scripting environment.
| bool _wslua_tvb::expired |
True if the tvbuff is no longer valid (e.g. the packet dissection has ended).
| bool _wslua_tvb::need_free |
True if this wrapper owns the tvbuff and is responsible for freeing it.
| tvbuff_t* _wslua_tvb::ws_tvb |
The underlying tvbuff exposed to Lua.