|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Associates a conversation with a Lua registry reference holding per-conversation dissector data. More...
#include <wslua.h>
Public Attributes | |
| conversation_t * | conv |
| int | data_ref |
Associates a conversation with a Lua registry reference holding per-conversation dissector data.
| conversation_t* _wslua_conv_data_t::conv |
The conversation this data is associated with.
| int _wslua_conv_data_t::data_ref |
Lua registry reference to the dissector-supplied data table for this conversation.