From 6e39bc94d1ed6db0229eb284b253dbcda6d0ba29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Wed, 28 Nov 2007 01:09:02 +0000 Subject: Summary enhancements: - Added traffic statistics for marked packages. - Do not show Displayed column unless using it. - Removed Marked packets line, as this info is in the marked packets column. Will add documentation changes if keeping this feature. svn path=/trunk/; revision=23633 --- summary.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'summary.h') diff --git a/summary.h b/summary.h index dc28edced8..70e27af926 100644 --- a/summary.h +++ b/summary.h @@ -37,6 +37,9 @@ typedef struct _summary_tally { includes time before first packet and after last packet */ int marked_count; /* number of marked packets */ + guint64 marked_bytes; /* total bytes in the marked packets */ + double marked_start; /* time in seconds, with msec resolution */ + double marked_stop; /* time in seconds, with msec resolution */ int packet_count; /* total number of packets in trace */ int filtered_count; /* number of filtered packets */ guint64 filtered_bytes; /* total bytes in the filtered packets */ -- cgit v1.2.1