Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 9ccf2e0: Make Capture -> Refresh Interfaces work.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 25 Jul 2014 07:45:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9ccf2e04c84776c8f23420ce9fdbfabb3735e75f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9ccf2e0 by Guy Harris (guy@xxxxxxxxxxxx):

    Make Capture -> Refresh Interfaces work.
    
    Add a "refresh the local interfaces" method to WiresharkApplication,
    which reloads the interface list and emits the "interface list changed"
    signal, and invoke it from the Capture -> Refresh Interfaces menu item.
    
    Change-Id: I9641e4b341eb44d773c556691d8bb9dac776ea9d
    Reviewed-on: https://code.wireshark.org/review/3195
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  35b4487   Handle empty interface lists when the list changes.
    adds  9ccf2e0   Make Capture -> Refresh Interfaces work.


Summary of changes:
 ui/qt/main_window.h             |    1 +
 ui/qt/main_window_slots.cpp     |    5 +++++
 ui/qt/wireshark_application.cpp |   18 ++++++++++++++++++
 ui/qt/wireshark_application.h   |    1 +
 4 files changed, 25 insertions(+)