|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Holds expert info data for a single packet event; used internally and for display purposes only. More...
#include <expert.h>
Public Attributes | |
| uint32_t | packet_num |
| int | group |
| int | severity |
| int | hf_index |
| const char * | protocol |
| char * | summary |
| proto_item * | pitem |
Holds expert info data for a single packet event; used internally and for display purposes only.
| int expert_info_s::group |
Expert group category (e.g. checksum, sequence, protocol); sourced from a bitfield, should ideally be unsigned.
| int expert_info_s::hf_index |
Header field index of the associated expert item; may be -1 if no field is associated.
| uint32_t expert_info_s::packet_num |
Packet number to which this expert info item belongs.
| proto_item* expert_info_s::pitem |
Pointer to the protocol tree item associated with this expert info entry.
| const char* expert_info_s::protocol |
Name of the protocol that generated this expert info item.
| int expert_info_s::severity |
Severity level of the expert item (e.g. chat, note, warn, error); sourced from a bitfield, should ideally be unsigned.
| char* expert_info_s::summary |
Human-readable summary string describing the expert info event.