|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Variable structure for inspection. More...
#include <wslua_debugger.h>
Public Attributes | |
| char * | name |
| char * | value |
| char * | type |
| bool | can_expand |
Variable structure for inspection.
| bool wslua_variable_t::can_expand |
true when the debugger can drill into children
| char* wslua_variable_t::name |
Variable name
| char* wslua_variable_t::type |
Variable type (e.g. "string", "number", "table")
| char* wslua_variable_t::value |
Variable value as string