|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Wraps a packet_info pointer with expiry tracking for use in the Lua scripting environment. More...
#include <wslua.h>
Public Attributes | |
| packet_info * | ws_pinfo |
| bool | expired |
Wraps a packet_info pointer with expiry tracking for use in the Lua scripting environment.
| bool _wslua_pinfo::expired |
True if the packet_info is no longer valid after the dissection frame has ended.
| packet_info* _wslua_pinfo::ws_pinfo |
The underlying packet_info exposed to Lua.