|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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_info * | same_name_next |
| hf_register_info | hf_info |
Describes a registered expert info field, including dissector-supplied metadata and registration state.
| int expert_field_info::group |
Expert group category assigned by the dissector.
| hf_register_info expert_field_info::hf_info |
Associated header field registration info used for display in the packet tree.
| int expert_field_info::id |
Unique expert info ID assigned during registration.
| const char* expert_field_info::name |
Abbreviated name of the expert field (e.g. "proto.field_name").
| int expert_field_info::orig_severity |
Original severity at registration time; used to restore severity if a UAT override is removed.
| const char* expert_field_info::protocol |
Name of the protocol this expert field belongs to, set at registration.
| struct expert_field_info* expert_field_info::same_name_next |
Link to the next expert_field_info sharing the same abbreviated name.
| int expert_field_info::severity |
Severity level assigned by the dissector.
| const char* expert_field_info::summary |
Default summary string describing the expert condition.