|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Holds aggregate protocol hierarchy statistics for a complete capture or filtered set of packets. More...
#include <proto_hier_stats.h>
Public Attributes | |
| unsigned | tot_packets |
| unsigned | tot_bytes |
| GNode * | stats_tree |
| double | first_time |
| double | last_time |
Holds aggregate protocol hierarchy statistics for a complete capture or filtered set of packets.
| double ph_stats_t::first_time |
Timestamp in seconds (millisecond resolution) of the first packet in the set.
| double ph_stats_t::last_time |
Timestamp in seconds (millisecond resolution) of the last packet in the set.
| GNode* ph_stats_t::stats_tree |
Root of the protocol hierarchy statistics tree; each node is a ph_stats_node_t.
| unsigned ph_stats_t::tot_bytes |
Total number of bytes included in these statistics.
| unsigned ph_stats_t::tot_packets |
Total number of packets included in these statistics.