aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-12-14 22:05:29 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-12-14 22:05:29 +0000
commit81b585cf8e24b954fed8077d53a2970c3e761724 (patch)
tree9454b3ef349ecdf735dc9c0008964bc6c30a171a /capture.c
parent6d11b171d64f005f7c29d271d983a8e35fa43c86 (diff)
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
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c2
1 files changed, 1 insertions, 1 deletions
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: