URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=485bc456c57a16dbe50b76c476e48223038bb0e8
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
485bc45 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):
extcap: Restore functionality for options
Allow stored options to be restored to their default values. This
adds a global cleanup method for extcap and globally defined
preference values, which fixes the parameter problem with windows
Change-Id: I48e0cf846ef81f4732d652c6a2ad0020db5df08e
Reviewed-on: https://code.wireshark.org/review/13741
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 191f9bd Give the WiX installer a full name.
adds 485bc45 extcap: Restore functionality for options
Summary of changes:
capchild/capture_sync.c | 2 +-
extcap.c | 145 ++++++++++++++++++++++++++-------------
extcap.h | 19 +++--
extcap_parser.c | 2 +-
extcap_parser.h | 1 +
rawshark.c | 16 +++++
tfshark.c | 19 +++++
tshark.c | 19 +++++
ui/gtk/main.c | 4 ++
ui/qt/extcap_argument.cpp | 52 +++++++++++---
ui/qt/extcap_argument.h | 11 ++-
ui/qt/extcap_argument_file.cpp | 5 +-
ui/qt/extcap_options_dialog.cpp | 114 ++++++++++++++++++++++++------
ui/qt/extcap_options_dialog.h | 4 ++
ui/qt/extcap_options_dialog.ui | 2 +-
wireshark-qt.cpp | 4 ++
16 files changed, 329 insertions(+), 90 deletions(-)