10#ifndef __UI_PROTO_HIER_STATS_H__
11#define __UI_PROTO_HIER_STATS_H__
struct _capture_file capture_file
Represents a capture file and its associated metadata.
struct _header_field_info header_field_info
Definition proto.h:770
void ph_stats_free(ph_stats_t *ps)
Frees memory allocated for a protocol hierarchy statistics structure.
Definition proto_hier_stats.c:371
ph_stats_t * ph_stats_new(capture_file *cf)
Create a new protocol hierarchy statistics object.
Definition proto_hier_stats.c:211
Accumulates per-protocol packet and byte statistics for a single node in the protocol hierarchy tree.
Definition proto_hier_stats.h:27
unsigned num_pdus_total
Definition proto_hier_stats.h:30
const header_field_info * hfinfo
Definition proto_hier_stats.h:28
unsigned num_bytes_last
Definition proto_hier_stats.h:33
unsigned num_bytes_total
Definition proto_hier_stats.h:32
unsigned num_pkts_last
Definition proto_hier_stats.h:31
unsigned num_pkts_total
Definition proto_hier_stats.h:29
unsigned last_pkt
Definition proto_hier_stats.h:34
Holds aggregate protocol hierarchy statistics for a complete capture or filtered set of packets.
Definition proto_hier_stats.h:40
unsigned tot_bytes
Definition proto_hier_stats.h:42
double first_time
Definition proto_hier_stats.h:44
unsigned tot_packets
Definition proto_hier_stats.h:41
double last_time
Definition proto_hier_stats.h:45
GNode * stats_tree
Definition proto_hier_stats.h:43