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

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_itempitem
 

Detailed Description

Holds expert info data for a single packet event; used internally and for display purposes only.

Member Data Documentation

◆ group

int expert_info_s::group

Expert group category (e.g. checksum, sequence, protocol); sourced from a bitfield, should ideally be unsigned.

◆ hf_index

int expert_info_s::hf_index

Header field index of the associated expert item; may be -1 if no field is associated.

◆ packet_num

uint32_t expert_info_s::packet_num

Packet number to which this expert info item belongs.

◆ pitem

proto_item* expert_info_s::pitem

Pointer to the protocol tree item associated with this expert info entry.

◆ protocol

const char* expert_info_s::protocol

Name of the protocol that generated this expert info item.

◆ severity

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.

◆ summary

char* expert_info_s::summary

Human-readable summary string describing the expert info event.


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