Wireshark-commits: [Wireshark-commits] master 3ba0e88: Update the packets bar periodically when loa

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 9 Dec 2015 17:03:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3ba0e88bb875c05b083fcb47969c471cbc297bff
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3ba0e88 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Update the packets bar periodically when loading a (large) file.
    
    Update the packet bar each time we update the progress bar:
      1) in the Qt UI
      2) (and) in the Gtk UI if auto_scroll_live wasn't set
      3) (and) even if we don't HAVE_LIBPCAP
    
    This allows the user to watch the number of packets increasing.
    
    (Extracted from I02c46b086f34a026b7980458f2a93d0d70cac23b.)
    
    Change-Id: I47a7a2b0dc6da50035098ab0b0eb0d55f7484960
    Reviewed-on: https://code.wireshark.org/review/12459
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  7e06334   Qt: Disable Refresh Interfaces while refreshing
    adds  3ba0e88   Update the packets bar periodically when loading a (large) file.


Summary of changes:
 file.c |   24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)