|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Wraps capture file metadata for access from the Lua scripting environment. More...
#include <wslua.h>
Public Attributes | |
| wtap * | wth |
| wtap_dumper * | wdh |
| bool | expired |
Wraps capture file metadata for access from the Lua scripting environment.
During read operations, wth is set and wdh is NULL. During write operations, wdh is set and wth is NULL.
| bool _wslua_captureinfo::expired |
True if this capture info object is no longer valid.
| wtap_dumper* _wslua_captureinfo::wdh |
The wtap_dumper providing access to output file metadata; NULL during read operations.
| wtap* _wslua_captureinfo::wth |
The wtap read handle providing access to capture file metadata; NULL during write operations.