|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Wraps a single column within a column_info for access from the Lua scripting environment. More...
#include <wslua.h>
Public Attributes | |
| column_info * | cinfo |
| int | col |
| bool | expired |
Wraps a single column within a column_info for access from the Lua scripting environment.
| column_info* _wslua_col_info::cinfo |
The column_info this object references.
| int _wslua_col_info::col |
Zero-based index of the specific column within cinfo.
| bool _wslua_col_info::expired |
True if the column_info is no longer valid after the dissection frame has ended.