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

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

Detailed Description

Holds aggregate protocol hierarchy statistics for a complete capture or filtered set of packets.

Member Data Documentation

◆ first_time

double ph_stats_t::first_time

Timestamp in seconds (millisecond resolution) of the first packet in the set.

◆ last_time

double ph_stats_t::last_time

Timestamp in seconds (millisecond resolution) of the last packet in the set.

◆ stats_tree

GNode* ph_stats_t::stats_tree

Root of the protocol hierarchy statistics tree; each node is a ph_stats_node_t.

◆ tot_bytes

unsigned ph_stats_t::tot_bytes

Total number of bytes included in these statistics.

◆ tot_packets

unsigned ph_stats_t::tot_packets

Total number of packets included in these statistics.


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