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