|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Wraps a wtap file handle or wtap_dumper for read/write access from the Lua scripting environment. More...
#include <wslua.h>
Public Attributes | |
| FILE_T | file |
| wtap_dumper * | wdh |
| bool | expired |
Wraps a wtap file handle or wtap_dumper for read/write access from the Lua scripting environment.
During read operations, file is set and wdh is NULL. During write operations, wdh is set and file is derived from it.
| bool _wslua_file::expired |
True if this file object is no longer valid.
| FILE_T _wslua_file::file |
The wtap FILE_T handle used during read operations; invalid during write operations.
| wtap_dumper* _wslua_file::wdh |
The wtap_dumper used during write operations; NULL during read operations.