Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
wslua_variable_t Struct Reference

Variable structure for inspection. More...

#include <wslua_debugger.h>

Public Attributes

char * name
 
char * value
 
char * type
 
bool can_expand
 

Detailed Description

Variable structure for inspection.

Member Data Documentation

◆ can_expand

bool wslua_variable_t::can_expand

true when the debugger can drill into children

◆ name

char* wslua_variable_t::name

Variable name

◆ type

char* wslua_variable_t::type

Variable type (e.g. "string", "number", "table")

◆ value

char* wslua_variable_t::value

Variable value as string


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