|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include "wslua.h"Go to the source code of this file.
Functions | |
| void | Push_Columns (lua_State *L, Columns c) |
| Pushes a Columns object onto the Lua stack. | |
| int | get_Columns_index (lua_State *L) |
| Retrieves the index of the Columns object in the Lua stack. | |
Wireshark's interface to the Lua Programming Language
(c) 2006, Luis E. Garcia Ontanon luis@.nosp@m.onta.nosp@m.non.o.nosp@m.rg (c) 2008, Balint Reczey balin.nosp@m.t.re.nosp@m.czey@.nosp@m.eric.nosp@m.sson..nosp@m.com (c) 2011, Stig Bjorlykke stig@.nosp@m.bjor.nosp@m.lykke.nosp@m..org (c) 2014, Hadriel Kaplan hadri.nosp@m.elk@.nosp@m.yahoo.nosp@m..com
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
| int get_Columns_index | ( | lua_State * | L | ) |
Retrieves the index of the Columns object in the Lua stack.
| L | The Lua state. |
| void Push_Columns | ( | lua_State * | L, |
| Columns | c | ||
| ) |
Pushes a Columns object onto the Lua stack.
| L | The Lua state. |
| c | The Columns object to push. |