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(+)