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

Describes a registered expert info field, including dissector-supplied metadata and registration state. More...

#include <expert.h>

Public Attributes

const char * name
 
int group
 
int severity
 
const char * summary
 
int id
 
const char * protocol
 
int orig_severity
 
struct expert_field_infosame_name_next
 
hf_register_info hf_info
 

Detailed Description

Describes a registered expert info field, including dissector-supplied metadata and registration state.

Member Data Documentation

◆ group

int expert_field_info::group

Expert group category assigned by the dissector.

◆ hf_info

hf_register_info expert_field_info::hf_info

Associated header field registration info used for display in the packet tree.

◆ id

int expert_field_info::id

Unique expert info ID assigned during registration.

◆ name

const char* expert_field_info::name

Abbreviated name of the expert field (e.g. "proto.field_name").

◆ orig_severity

int expert_field_info::orig_severity

Original severity at registration time; used to restore severity if a UAT override is removed.

◆ protocol

const char* expert_field_info::protocol

Name of the protocol this expert field belongs to, set at registration.

◆ same_name_next

struct expert_field_info* expert_field_info::same_name_next

Link to the next expert_field_info sharing the same abbreviated name.

◆ severity

int expert_field_info::severity

Severity level assigned by the dissector.

◆ summary

const char* expert_field_info::summary

Default summary string describing the expert condition.


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