Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ph_stats_node_t Struct Reference

Accumulates per-protocol packet and byte statistics for a single node in the protocol hierarchy tree. More...

#include <proto_hier_stats.h>

Public Attributes

const header_field_infohfinfo
unsigned num_pkts_total
unsigned num_pdus_total
unsigned num_pkts_last
unsigned num_bytes_total
unsigned num_bytes_last
unsigned last_pkt

Detailed Description

Accumulates per-protocol packet and byte statistics for a single node in the protocol hierarchy tree.

Member Data Documentation

◆ hfinfo

const header_field_info* ph_stats_node_t::hfinfo

Pointer to the header field descriptor identifying this protocol or field.

◆ last_pkt

unsigned ph_stats_node_t::last_pkt

Frame number of the most recent packet containing this protocol.

◆ num_bytes_last

unsigned ph_stats_node_t::num_bytes_last

Number of bytes attributed to this protocol in the most recent statistics interval.

◆ num_bytes_total

unsigned ph_stats_node_t::num_bytes_total

Total number of bytes attributed to this protocol across the entire capture.

◆ num_pdus_total

unsigned ph_stats_node_t::num_pdus_total

Total number of PDUs attributed to this protocol across the entire capture.

◆ num_pkts_last

unsigned ph_stats_node_t::num_pkts_last

Number of packets containing this protocol in the most recent statistics interval.

◆ num_pkts_total

unsigned ph_stats_node_t::num_pkts_total

Total number of packets containing this protocol across the entire capture.


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