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 9d47bf9: InterfaceList: Add check for remote interfac

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 27 Dec 2016 11:56:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9d47bf993932c064c60ea79592a06f0ffd383fd6
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9d47bf9 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):

    InterfaceList: Add check for remote interface
    
    Add a check, to allow the filtering of remote only interfaces. Also
    add the necessary options to the type menu.
    
    Change-Id: Ib82519362454094f64abf1cbe6d7bc917990d7ac
    Reviewed-on: https://code.wireshark.org/review/19438
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  8e6953a   Replace assignment with structure assignment (CID 1397183)
    adds  9d47bf9   InterfaceList: Add check for remote interface


Summary of changes:
 epan/prefs.c                          |   10 ++++++
 epan/prefs.h                          |    3 ++
 ui/qt/interface_frame.cpp             |   19 +++++++++++
 ui/qt/interface_frame.h               |    3 ++
 ui/qt/interface_sort_filter_model.cpp |   60 +++++++++++++++++++++++++++++++++
 ui/qt/interface_sort_filter_model.h   |   11 ++++++
 ui/qt/interface_tree_model.cpp        |   10 ++++++
 ui/qt/interface_tree_model.h          |    4 +++
 8 files changed, 120 insertions(+)