Wireshark 4.5.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 bool 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 uint8_t *pd) |
Wireshark's interface to the Lua Programming Language for file handling related source files.
(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