Wireshark-commits: [Wireshark-commits] master 39bdeb2: Confirm discarding data before restarting ca

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 21 Dec 2015 13:26:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=39bdeb2706d552be51a07be30ddb2433a1f044b2
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

39bdeb2 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Confirm discarding data before restarting capture.
    
    Modify existing MainWindow::testCaptureFileClose() to handle restart scenario.
    
    Bug: 9605
    Change-Id: Ie57624ca482b050745474f5e1c61343f60292a42
    Reviewed-on: https://code.wireshark.org/review/12733
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  e3829d7   CAN: Add call to register_dissector in CAN dissector
    adds  39bdeb2   Confirm discarding data before restarting capture.


Summary of changes:
 ui/qt/main_window.cpp       |   37 +++++++++++++++++++++++++------------
 ui/qt/main_window.h         |    2 +-
 ui/qt/main_window_slots.cpp |    4 ++++
 3 files changed, 30 insertions(+), 13 deletions(-)