Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Member Functions | |
ExpertPacketItem (const expert_info_t &expert_info, column_info *cinfo, ExpertPacketItem *parent) | |
unsigned int | packetNum () const |
int | group () const |
int | severity () const |
int | hfId () const |
QString | protocol () const |
QString | summary () const |
QString | colInfo () const |
QString | groupKey (bool group_by_summary) |
void | appendChild (ExpertPacketItem *child, QString hash) |
ExpertPacketItem * | child (int row) |
ExpertPacketItem * | child (QString hash) |
int | childCount () const |
int | row () const |
ExpertPacketItem * | parentItem () |
Static Public Member Functions | |
static QString | groupKey (bool group_by_summary, int severity, int group, QString protocol, int expert_hf) |