From 81b585cf8e24b954fed8077d53a2970c3e761724 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Mon, 14 Dec 2009 22:05:29 +0000 Subject: From Valerio Messina: As now, when Wireshark save capture files, it show "Loading" in status bar and in the dialog box, warning many users of lost them packets. Saving work as expected. Is simply a GUI use interaction problem. svn path=/trunk/; revision=31269 --- capture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture.c') diff --git a/capture.c b/capture.c index d6461eec7d..c2352867f6 100644 --- a/capture.c +++ b/capture.c @@ -289,7 +289,7 @@ guint32 drops) } /* read in the packet data */ - switch (cf_read(capture_opts->cf)) { + switch (cf_read(capture_opts->cf, FALSE)) { case CF_READ_OK: case CF_READ_ERROR: -- cgit v1.2.3