Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
wslua_file_common.h File Reference
#include "wslua.h"
#include <wiretap/wtap_opttypes.h>
#include <wiretap/wtap-int.h>

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)
 
CaptureInfopush_CaptureInfo (lua_State *L, wtap *wth, const bool first_time)
 
CaptureInfoConstpush_CaptureInfoConst (lua_State *L, wtap_dumper *wdh)
 
Filepush_File (lua_State *L, FILE_T ft)
 
Filepush_Wdh (lua_State *L, wtap_dumper *wdh)
 
FrameInfopush_FrameInfo (lua_State *L, wtap_rec *rec, Buffer *buf)
 
FrameInfoConstpush_FrameInfoConst (lua_State *L, const wtap_rec *rec, const uint8_t *pd)
 

Detailed Description

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