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

Wraps a packet_info pointer with expiry tracking for use in the Lua scripting environment. More...

#include <wslua.h>

Public Attributes

packet_infows_pinfo
 
bool expired
 

Detailed Description

Wraps a packet_info pointer with expiry tracking for use in the Lua scripting environment.

Member Data Documentation

◆ expired

bool _wslua_pinfo::expired

True if the packet_info is no longer valid after the dissection frame has ended.

◆ ws_pinfo

packet_info* _wslua_pinfo::ws_pinfo

The underlying packet_info exposed to Lua.


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