From 0fb45e0bf15c59b77b9f44eff01aa545520601bf Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Tue, 21 Nov 2006 00:45:38 +0000 Subject: while loading a huge capture file, enable the main window to show packets rushing into the packet list svn path=/trunk/; revision=19943 --- file.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'file.c') diff --git a/file.c b/file.c index 2057462be8..98bb0590b5 100644 --- a/file.c +++ b/file.c @@ -438,6 +438,12 @@ cf_read(capture_file *cf) progbar_val = 1.0; } if (progbar != NULL) { + /* update the packet lists content */ + packet_list_thaw(); + if (auto_scroll_live && cf->plist_end != NULL) + packet_list_moveto_end(); + packet_list_freeze(); + g_snprintf(status_str, sizeof(status_str), "%" PRId64 "KB of %" PRId64 "KB", file_pos / 1024, size / 1024); -- cgit v1.2.3