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

Wraps a single column within a column_info for access from the Lua scripting environment. More...

#include <wslua.h>

Public Attributes

column_infocinfo
 
int col
 
bool expired
 

Detailed Description

Wraps a single column within a column_info for access from the Lua scripting environment.

Member Data Documentation

◆ cinfo

column_info* _wslua_col_info::cinfo

The column_info this object references.

◆ col

int _wslua_col_info::col

Zero-based index of the specific column within cinfo.

◆ expired

bool _wslua_col_info::expired

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


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