Wireshark-commits: [Wireshark-commits] master f080b43: Windows: Manage remote interfaces
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f080b43933fe1bbac48122fc32e9cf621bbd63f4
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f080b43 by Irene Ruengeler (ruengeler@xxxxxxxxxxxxx):
Windows: Manage remote interfaces
Add remote interfaces to capture from a remote host.
Change-Id: I34e31d865304f3c6dd972ab9ab1c23829d564665
Reviewed-on: https://code.wireshark.org/review/3405
Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 3b91474 Dissection of CapResp Packets
adds f080b43 Windows: Manage remote interfaces
Summary of changes:
ui/qt/CMakeLists.txt | 6 +
ui/qt/Makefile.am | 4 +
ui/qt/Makefile.common | 8 +
ui/qt/QtShark.pro | 8 +
ui/qt/manage_interfaces_dialog.cpp | 305 +++++++-
ui/qt/manage_interfaces_dialog.h | 30 +-
ui/qt/manage_interfaces_dialog.ui | 766 ++++++++++++--------
ui/qt/remote_capture_dialog.cpp | 180 +++++
...led_filter_output.h => remote_capture_dialog.h} | 49 +-
ui/qt/remote_capture_dialog.ui | 180 +++++
ui/qt/remote_settings_dialog.cpp | 100 +++
...ed_filter_output.h => remote_settings_dialog.h} | 45 +-
ui/qt/remote_settings_dialog.ui | 165 +++++
13 files changed, 1472 insertions(+), 374 deletions(-)
create mode 100644 ui/qt/remote_capture_dialog.cpp
copy ui/qt/{compiled_filter_output.h => remote_capture_dialog.h} (59%)
create mode 100644 ui/qt/remote_capture_dialog.ui
create mode 100644 ui/qt/remote_settings_dialog.cpp
copy ui/qt/{compiled_filter_output.h => remote_settings_dialog.h} (58%)
create mode 100644 ui/qt/remote_settings_dialog.ui