aboutsummaryrefslogtreecommitdiffstats
path: root/summary.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-07-15 20:45:28 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-07-15 20:45:28 +0000
commitb30c60d29fa69e41495ded9c897e983e202a00d4 (patch)
tree9106b97f1356c49618c6572807d7824914dcff8f /summary.h
parente62e533d2e9cce98d62fccafa2ef886d96d91bcf (diff)
Don't show interface info when loading a capture file.
svn path=/trunk/; revision=38051
Diffstat (limited to 'summary.h')
-rw-r--r--summary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/summary.h b/summary.h
index a21de3a2d2..da1c4f3aa5 100644
--- a/summary.h
+++ b/summary.h
@@ -66,7 +66,7 @@ typedef struct _summary_tally {
gboolean drops_known; /* TRUE if number of packet drops is known */
guint64 drops; /* number of packet drops */
const char *dfilter; /* display filter */
-
+ gboolean is_tempfile;
/* capture related, use summary_fill_in_capture() to get values */
GArray *ifaces;
gboolean legacy;