summaryrefslogtreecommitdiff
path: root/summary.h
diff options
context:
space:
mode:
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 */