|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Wraps a read-only wtap_rec and its associated raw packet data for access from the Lua scripting environment. More...
#include <wslua.h>
Public Attributes | |
| const wtap_rec * | rec |
| const uint8_t * | pd |
| bool | expired |
Wraps a read-only wtap_rec and its associated raw packet data for access from the Lua scripting environment.
| bool _wslua_const_rec::expired |
True if the record is no longer valid after the current operation completes.
| const uint8_t* _wslua_const_rec::pd |
Pointer to the raw packet data bytes accompanying the record.
| const wtap_rec* _wslua_const_rec::rec |
The read-only wtap record containing per-packet metadata.