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

Wraps a wtap_rec for access from the Lua scripting environment, tracking validity. More...

#include <wslua.h>

Public Attributes

wtap_recrec
 
bool expired
 

Detailed Description

Wraps a wtap_rec for access from the Lua scripting environment, tracking validity.

Member Data Documentation

◆ expired

bool _wslua_rec::expired

True if the record is no longer valid after the current read operation completes.

◆ rec

wtap_rec* _wslua_rec::rec

The mutable wtap record containing per-packet metadata for the current packet.


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