|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Wraps a wtap_rec for access from the Lua scripting environment, tracking validity. More...
#include <wslua.h>
Public Attributes | |
| wtap_rec * | rec |
| bool | expired |
Wraps a wtap_rec for access from the Lua scripting environment, tracking validity.
| bool _wslua_rec::expired |
True if the record is no longer valid after the current read operation completes.
| wtap_rec* _wslua_rec::rec |
The mutable wtap record containing per-packet metadata for the current packet.