From Xiao Xiangquan:
[obnox/wireshark/wip.git] / summary.h
index a21de3a2d279deeca7c055debcaa46d739714e6c..da1c4f3aa57b8031c7055d278d102c0f5a03beba 100644 (file)
--- 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;