diff options
Diffstat (limited to 'epan/wslua/wslua_pinfo_common.h')
-rw-r--r-- | epan/wslua/wslua_pinfo_common.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/epan/wslua/wslua_pinfo_common.h b/epan/wslua/wslua_pinfo_common.h new file mode 100644 index 00000000..3af3dfce --- /dev/null +++ b/epan/wslua/wslua_pinfo_common.h @@ -0,0 +1,21 @@ +/** @file + * + * Wireshark's interface to the Lua Programming Language + * + * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org> + * (c) 2008, Balint Reczey <balint.reczey@ericsson.com> + * (c) 2011, Stig Bjorlykke <stig@bjorlykke.org> + * (c) 2014, Hadriel Kaplan <hadrielk@yahoo.com> + * + * Wireshark - Network traffic analyzer + * By Gerald Combs <gerald@wireshark.org> + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + + +#include "wslua.h" + +void Push_Columns(lua_State *L, Columns c); +int get_Columns_index(lua_State *L); |