From 71034c5a3faef6c2305e8e1f9253d544f559a532 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 2 Sep 2003 22:10:32 +0000 Subject: From Jean-Michel Fayard: show in Tools:Summary window statistics about packets that passed the current display filter, as well as about the entire capture. Document the Tools:Summary item in the man page. Update Gerald's e-mail address. svn path=/trunk/; revision=8344 --- summary.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'summary.h') diff --git a/summary.h b/summary.h index 7f03594033..92eb2575f7 100644 --- a/summary.h +++ b/summary.h @@ -1,13 +1,12 @@ /* summary.h * Definitions for capture file summary data * - * $Id: summary.h,v 1.7 2002/02/08 10:07:34 guy Exp $ + * $Id: summary.h,v 1.8 2003/09/02 22:10:32 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs + * By Gerald Combs * Copyright 1998 Gerald Combs * - * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 @@ -33,9 +32,12 @@ typedef struct _summary_tally { double elapsed_time; /* seconds, with msec resolution, includes time before first packet and after last packet */ - int filtered_count; /* number of filtered packets */ int marked_count; /* number of marked packets */ int packet_count; /* total number of packets in trace */ + int filtered_count; /* number of filtered packets */ + guint32 filtered_bytes; /* total bytes in the filtered packets */ + double filtered_start; /* time in seconds, with msec resolution */ + double filtered_stop; /* time in seconds, with msec resolution */ const char *filename; long file_length; /* file length in bytes */ int encap_type; /* wiretap encapsulation type */ -- cgit v1.2.3