aboutsummaryrefslogtreecommitdiffstats
path: root/summary.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-12-17 12:05:13 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-12-17 12:05:13 +0000
commitef92b4ec1172e359656ce9baa1567e8ddd49557b (patch)
tree6dce17932718ca461c18f8ab653778f4ccc90496 /summary.h
parente1b992ef3b3f579413981c52ec5514d9da8899ac (diff)
Added "Ignore Packet" menu items to the main menu.
Show ignored packages in the summary dialog. svn path=/trunk/; revision=31289
Diffstat (limited to 'summary.h')
-rw-r--r--summary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/summary.h b/summary.h
index bb9f98d990..ef32e7b64e 100644
--- a/summary.h
+++ b/summary.h
@@ -40,6 +40,7 @@ typedef struct _summary_tally {
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 ignored_count; /* number of ignored packets */
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 */