Wireshark-commits: [Wireshark-commits] master-3.0 451313b: Qt: Omit calls without values on selecto
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=451313b344dd25f860f9d93c048ce523073a21b8
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
451313b by Tomasz Moń (desowin@xxxxxxxxx):
Qt: Omit calls without values on selector reload
When extcap is started for capture, the argument call is appended to extcap
commandline if the associated value is not empty or the argument is boolflag.
Unfortunately such rule did not apply when constructing the arguments list
for selector reload action. This could lead to extcap being called with
the argument calls without required values (eg. multicheck, selector, string).
This change makes the --extcap-reload-option selector to not contain argument
calls for which the value is not available.
Bug: 15725
Change-Id: Ic2456c03b3eb7c7525d19e64ea02afd99ed5f6cb
Reviewed-on: https://code.wireshark.org/review/32967
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 6e5fade2da230a16f27e6b7a9cc2beecf509c1e6)
Reviewed-on: https://code.wireshark.org/review/33299
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from d7d5965 Prep for 3.0.2.
add 451313b Qt: Omit calls without values on selector reload
Summary of changes:
ui/qt/extcap_options_dialog.cpp | 8 +++++---
ui/qt/extcap_options_dialog.h | 2 +-
2 files changed, 6 insertions(+), 4 deletions(-)