Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
wslua_pinfo_common.h
1 /*
2  * wslua_pinfo_common.h
3  *
4  * Wireshark's interface to the Lua Programming Language
5  *
6  * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
7  * (c) 2008, Balint Reczey <balint.reczey@ericsson.com>
8  * (c) 2011, Stig Bjorlykke <stig@bjorlykke.org>
9  * (c) 2014, Hadriel Kaplan <hadrielk@yahoo.com>
10  *
11  * Wireshark - Network traffic analyzer
12  * By Gerald Combs <gerald@wireshark.org>
13  * Copyright 1998 Gerald Combs
14  *
15  * SPDX-License-Identifier: GPL-2.0-or-later
16  */
17 
18 #include "config.h"
19 
20 #include "wslua.h"
21 
22 void Push_Columns(lua_State *L, Columns c);
23 int get_Columns_index(lua_State *L);
Definition: wslua.h:204