|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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_info * | hfinfo |
| unsigned | num_pkts_total |
| unsigned | num_pdus_total |
| unsigned | num_pkts_last |
| unsigned | num_bytes_total |
| unsigned | num_bytes_last |
| unsigned | last_pkt |
Accumulates per-protocol packet and byte statistics for a single node in the protocol hierarchy tree.
| const header_field_info* ph_stats_node_t::hfinfo |
Pointer to the header field descriptor identifying this protocol or field.
| unsigned ph_stats_node_t::last_pkt |
Frame number of the most recent packet containing this protocol.
| unsigned ph_stats_node_t::num_bytes_last |
Number of bytes attributed to this protocol in the most recent statistics interval.
| unsigned ph_stats_node_t::num_bytes_total |
Total number of bytes attributed to this protocol across the entire capture.
| unsigned ph_stats_node_t::num_pdus_total |
Total number of PDUs attributed to this protocol across the entire capture.
| unsigned ph_stats_node_t::num_pkts_last |
Number of packets containing this protocol in the most recent statistics interval.
| unsigned ph_stats_node_t::num_pkts_total |
Total number of packets containing this protocol across the entire capture.