Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_wslua_captureinfo Struct Reference

Wraps capture file metadata for access from the Lua scripting environment. More...

#include <wslua.h>

Public Attributes

wtapwth
 
wtap_dumperwdh
 
bool expired
 

Detailed Description

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.

Member Data Documentation

◆ expired

bool _wslua_captureinfo::expired

True if this capture info object is no longer valid.

◆ wdh

wtap_dumper* _wslua_captureinfo::wdh

The wtap_dumper providing access to output file metadata; NULL during read operations.

◆ wth

wtap* _wslua_captureinfo::wth

The wtap read handle providing access to capture file metadata; NULL during write operations.


The documentation for this struct was generated from the following file: