Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wslua_pinfo_common.h
Go to the documentation of this file.
1
18#include "wslua.h"
19
26void Push_Columns(lua_State *L, Columns c);
27
34int get_Columns_index(lua_State *L);
Definition wslua.h:248
int get_Columns_index(lua_State *L)
Retrieves the index of the Columns object in the Lua stack.
Definition wslua_column.c:358
void Push_Columns(lua_State *L, Columns c)
Pushes a Columns object onto the Lua stack.
Definition wslua_column.c:33