URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7e5cbf4e2cd18f2244b26470df05a93c5a923afe
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7e5cbf4 by Martin Kaiser (wireshark@xxxxxxxxx):
always update the status bar at the end of a capture
We used to update the status bar when we get a stopCapture signal.
This does not work for extcap interfaces like randpktdump which
creates 1000 packets and then exits. The status bar message "Live capture
in progress" is not deleted.
For randpktdump, the only reliable indication to detect the end of
the "capture" is when the pipe to dumpcap is destroyed. Update the
status bar at this time.
Change-Id: I59768e7f518625283b2c27c34c428bb115e27a61
Reviewed-on: https://code.wireshark.org/review/16479
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 5c99fc2 Another attempt to squash warnings from printf use in reassemble_test.c
adds 7e5cbf4 always update the status bar at the end of a capture
Summary of changes:
ui/qt/main_window_slots.cpp | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)