10#ifndef __UI_PROTO_HIER_STATS_H__
11#define __UI_PROTO_HIER_STATS_H__
26 unsigned num_pkts_total;
27 unsigned num_pdus_total;
28 unsigned num_pkts_last;
29 unsigned num_bytes_total;
30 unsigned num_bytes_last;
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
Definition stats_tree_priv.h:108
Definition proto_hier_stats.h:24
Definition proto_hier_stats.h:35