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

Wraps a read-only wtap_rec and its associated raw packet data for access from the Lua scripting environment. More...

#include <wslua.h>

Public Attributes

const wtap_recrec
 
const uint8_t * pd
 
bool expired
 

Detailed Description

Wraps a read-only wtap_rec and its associated raw packet data for access from the Lua scripting environment.

Member Data Documentation

◆ expired

bool _wslua_const_rec::expired

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

◆ pd

const uint8_t* _wslua_const_rec::pd

Pointer to the raw packet data bytes accompanying the record.

◆ rec

const wtap_rec* _wslua_const_rec::rec

The read-only wtap record containing per-packet metadata.


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