aboutsummaryrefslogtreecommitdiffstats
path: root/summary.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-10-14 22:55:16 +0000
committerGerald Combs <gerald@wireshark.org>2008-10-14 22:55:16 +0000
commitc99312dae0587939b3aae92bbb7bd4fc7a009800 (patch)
treec5bdaf0b2162ccf51c04625eefbe3005e71e3523 /summary.h
parent0367cd77680b39d2fab6c96910e9144b4f2b828f (diff)
Use a more accurate variable name for the wiretap file type. Add the file
encapsulation to the summary display. svn path=/trunk/; revision=26459
Diffstat (limited to 'summary.h')
-rw-r--r--summary.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/summary.h b/summary.h
index 70e27af926..bb9f98d990 100644
--- a/summary.h
+++ b/summary.h
@@ -47,6 +47,7 @@ typedef struct _summary_tally {
double filtered_stop; /* time in seconds, with msec resolution */
const char *filename;
gint64 file_length; /* file length in bytes */
+ int file_type; /* wiretap file type */
int encap_type; /* wiretap encapsulation type */
gboolean has_snap; /* TRUE if maximum capture packet length is known */
int snap; /* Maximum captured packet length */
@@ -60,7 +61,7 @@ typedef struct _summary_tally {
const char *iface_descr;/* descriptive interface name */
} summary_tally;
-extern void
+extern void
summary_fill_in(capture_file *cf, summary_tally *st);
#ifdef HAVE_LIBPCAP