regen pidl all: rm epan/dissectors/pidl/*-stamp; pushd epan/dissectors/pidl/ && make...
[wireshark-sm.git] / epan / wslua / wslua_pinfo_common.h
blob3af3dfced18da4d2b515c83650870fc9054dc76a
1 /** @file
3 * Wireshark's interface to the Lua Programming Language
5 * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
6 * (c) 2008, Balint Reczey <balint.reczey@ericsson.com>
7 * (c) 2011, Stig Bjorlykke <stig@bjorlykke.org>
8 * (c) 2014, Hadriel Kaplan <hadrielk@yahoo.com>
10 * Wireshark - Network traffic analyzer
11 * By Gerald Combs <gerald@wireshark.org>
12 * Copyright 1998 Gerald Combs
14 * SPDX-License-Identifier: GPL-2.0-or-later
18 #include "wslua.h"
20 void Push_Columns(lua_State *L, Columns c);
21 int get_Columns_index(lua_State *L);