|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Stores Lua function references to prevent garbage collection for functions used by tcp_dissect_pdus(). More...
#include <wslua.h>
Public Attributes | |
| lua_State * | state |
| int | get_len_ref |
| int | dissect_ref |
Stores Lua function references to prevent garbage collection for functions used by tcp_dissect_pdus().
| int _wslua_func_saver::dissect_ref |
Lua registry reference to the function that dissects the PDU.
| int _wslua_func_saver::get_len_ref |
Lua registry reference to the function that returns the PDU length.
| lua_State* _wslua_func_saver::state |
The Lua state in which the function references are registered.