Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_wslua_expert_field_t Struct Reference

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
 

Detailed Description

Describes an expert info field registered from a Lua dissector script.

Member Data Documentation

◆ abbrev

const char* _wslua_expert_field_t::abbrev

Abbreviated dotted name identifying this expert item (e.g. "proto.expert.name").

◆ group

int _wslua_expert_field_t::group

Expert group category (PI_CHECKSUM, PI_SEQUENCE, etc.).

◆ ids

expert_field _wslua_expert_field_t::ids

Expert field handle pair (ei and hf indices) assigned during registration.

◆ severity

int _wslua_expert_field_t::severity

Severity level of the expert item (PI_CHAT, PI_NOTE, PI_WARN, PI_ERROR).

◆ text

const char* _wslua_expert_field_t::text

Default summary text describing the expert condition.


The documentation for this struct was generated from the following file: