aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_file.cpp
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-04-06 14:56:17 -0700
committerGuy Harris <guy@alum.mit.edu>2015-04-06 21:56:49 +0000
commitba0b348d28f8f48a16dbb842bfa1848dcde0a801 (patch)
tree9359663ef61672f876b53d469a2abcb9718ec034 /ui/qt/capture_file.cpp
parentec8ed1511a012b2801b4b68f13c97a06daccdf87 (diff)
Show a count in the status bar for all captures.
(I'd have said "for non-update-list-of-packets-in-real-time captures", but that's too long for the holy Git "first line of the commit message is a summary" rule.) For non-update-list-of-packets-in-real-time captures, show a packet count in the status bar. Change-Id: I31670770e3772e9f772f0c9a6438fc6d053560aa Reviewed-on: https://code.wireshark.org/review/7957 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/qt/capture_file.cpp')
-rw-r--r--ui/qt/capture_file.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/capture_file.cpp b/ui/qt/capture_file.cpp
index a15e8ebdba..524e7145d3 100644
--- a/ui/qt/capture_file.cpp
+++ b/ui/qt/capture_file.cpp
@@ -202,6 +202,7 @@ void CaptureFile::captureEvent(int event, capture_session *cap_session)
break;
case(capture_cb_capture_fixed_continue):
g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: capture fixed continue");
+ emit captureCaptureFixedContinue(cap_session);
break;
case(capture_cb_capture_fixed_finished):
g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: capture fixed finished");