|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes an expert info field registered from a Lua dissector script. More...
#include <wslua.h>
Public Attributes | |
| expert_field | ids |
| const char * | abbrev |
| const char * | text |
| int | group |
| int | severity |
Describes an expert info field registered from a Lua dissector script.
| const char* _wslua_expert_field_t::abbrev |
Abbreviated dotted name identifying this expert item (e.g. "proto.expert.name").
| int _wslua_expert_field_t::group |
Expert group category (PI_CHECKSUM, PI_SEQUENCE, etc.).
| expert_field _wslua_expert_field_t::ids |
Expert field handle pair (ei and hf indices) assigned during registration.
| int _wslua_expert_field_t::severity |
Severity level of the expert item (PI_CHAT, PI_NOTE, PI_WARN, PI_ERROR).
| const char* _wslua_expert_field_t::text |
Default summary text describing the expert condition.