From 50a00153ea693c9fc558df962c4068de5cdd0cf2 Mon Sep 17 00:00:00 2001 From: Laurent Deniel Date: Wed, 17 Mar 2004 21:48:15 +0000 Subject: * Protocol Hierarchy Statistics: - store times of first and last packets in ph_stats_t - add bandwidth columns in GUI - miscellaneous code cleaning svn path=/trunk/; revision=10398 --- proto_hier_stats.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'proto_hier_stats.h') diff --git a/proto_hier_stats.h b/proto_hier_stats.h index b5a61f94aa..55e1fade30 100644 --- a/proto_hier_stats.h +++ b/proto_hier_stats.h @@ -1,6 +1,6 @@ /* proto_hier_stats.h * - * $Id: proto_hier_stats.h,v 1.4 2002/08/28 21:00:41 jmayer Exp $ + * $Id: proto_hier_stats.h,v 1.5 2004/03/17 21:48:15 deniel Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -39,6 +39,8 @@ typedef struct { guint tot_packets; guint tot_bytes; GNode *stats_tree; + double first_time; /* seconds (msec resolution) of first packet */ + double last_time; /* seconds (msec resolution) of last packet */ } ph_stats_t; -- cgit v1.2.3