aboutsummaryrefslogtreecommitdiffstats
path: root/summary.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-11-28 01:09:02 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-11-28 01:09:02 +0000
commit6e39bc94d1ed6db0229eb284b253dbcda6d0ba29 (patch)
tree36d7e23970bda18c84cbf953f58b18f3ab4ac89d /summary.h
parent482e3f7820cf45c668c06ff6672cafbe9406b010 (diff)
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
Diffstat (limited to 'summary.h')
-rw-r--r--summary.h3
1 files changed, 3 insertions, 0 deletions
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 */