|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Classes | |
| struct | _file_priv_t |
Typedefs | |
| typedef struct _file_priv_t | file_priv_t |
Functions | |
| void | create_wth_priv (lua_State *L, wtap *wth) |
| int | get_wth_priv_table_ref (lua_State *L, wtap *wth) |
| int | set_wth_priv_table_ref (lua_State *L, wtap *wth) |
| void | remove_wth_priv (lua_State *L, wtap *wth) |
| void | create_wdh_priv (lua_State *L, wtap_dumper *wdh) |
| int | get_wdh_priv_table_ref (lua_State *L, wtap_dumper *wdh) |
| int | set_wdh_priv_table_ref (lua_State *L, wtap_dumper *wdh) |
| void | remove_wdh_priv (lua_State *L, wtap_dumper *wdh) |
| CaptureInfo * | push_CaptureInfo (lua_State *L, wtap *wth, const gboolean first_time) |
| CaptureInfoConst * | push_CaptureInfoConst (lua_State *L, wtap_dumper *wdh) |
| File * | push_File (lua_State *L, FILE_T ft) |
| File * | push_Wdh (lua_State *L, wtap_dumper *wdh) |
| FrameInfo * | push_FrameInfo (lua_State *L, wtap_rec *rec, Buffer *buf) |
| FrameInfoConst * | push_FrameInfoConst (lua_State *L, const wtap_rec *rec, const guint8 *pd) |
Wireshark's interface to the Lua Programming Language for file handling related source files.
(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