|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Wraps a field_info for access from the Lua scripting environment, tracking validity. More...
#include <wslua.h>
Public Attributes | |
| field_info * | ws_fi |
| bool | expired |
Wraps a field_info for access from the Lua scripting environment, tracking validity.
| bool _wslua_field_info::expired |
True if the field_info is no longer valid after the dissection frame has ended.
| field_info* _wslua_field_info::ws_fi |
The underlying field_info containing the matched field's value and position.