From 7ee0db108058625bbea758f20373db0df32c2613 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Mon, 18 Apr 2005 22:05:56 +0000 Subject: statusbar changes: -show the current capture file size, if capturing in real time mode. -move the packet "Drops" count (if available) from file to packets statusbar part svn path=/trunk/; revision=14130 --- capture.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'capture.c') diff --git a/capture.c b/capture.c index 4e21495edf..f9f6788af8 100644 --- a/capture.c +++ b/capture.c @@ -278,6 +278,7 @@ capture_input_new_packets(capture_options *capture_opts, int to_read) file. XXX - abort on a read error? */ + cf_callback_invoke(cf_cb_live_capture_update_continue, capture_opts->cf); main_window_update(); break; @@ -308,10 +309,7 @@ capture_input_closed(capture_options *capture_opts) } if(capture_opts->real_time_mode) { - /* first of all, update the file length field */ - cf_update_f_len(capture_opts->cf); - - /* we are not doing a capture any more */ + /* first of all, we are not doing a capture any more */ cf_callback_invoke(cf_cb_live_capture_update_finished, capture_opts->cf); /* Read what remains of the capture file, and finish the capture. -- cgit v1.2.1