From b30c60d29fa69e41495ded9c897e983e202a00d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Fri, 15 Jul 2011 20:45:28 +0000 Subject: Don't show interface info when loading a capture file. svn path=/trunk/; revision=38051 --- summary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'summary.h') 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; -- cgit v1.2.1