URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c7b45d0a7ddeb5a416992fcd7c35062213a688f5
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c7b45d0 by Irene Ruengeler (ruengeler@xxxxxxxxxxxxx):
GTK Remote Capturing
Move the GTK files necessary for managing the recnet remote host from capture_dlg.c to recent.c in order to use them in QT, too.
Change-Id: I3f3fd31ce928162de08c6db7309ef2a9b1e97760
Reviewed-on: https://code.wireshark.org/review/2955
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 9ed99d5 Strip some trailing whitespace; Fix some indentation; Add editor-modelines as needed.
adds c7b45d0 GTK Remote Capturing
Summary of changes:
capture_opts.h | 8 ++
caputils/capture_ifinfo.h | 2 +
ui/gtk/capture_dlg.c | 156 +++++++-----------------------------
ui/gtk/capture_dlg.h | 10 ---
ui/qt/CMakeLists.txt | 2 -
ui/qt/Makefile.common | 2 -
ui/qt/QtShark.pro | 2 -
ui/qt/capture_interface_dialog.cpp | 117 ---------------------------
ui/qt/capture_interface_dialog.h | 54 -------------
ui/recent.c | 129 +++++++++++++++++++++++++++++
ui/recent.h | 52 +++++++++++-
11 files changed, 220 insertions(+), 314 deletions(-)
delete mode 100644 ui/qt/capture_interface_dialog.cpp
delete mode 100644 ui/qt/capture_interface_dialog.h