URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0af6ba1a53b604dc294c08c6dfc4dde17b4ea506
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0af6ba1 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):
extcap: Group arguments
Group arguments together to better present them, as well as to
have the possibility to better facilitate settings categories.
The order of tabs is defined by the numbering of arguments and
their appearance. If no tab can be found or no group has been
defined for the argument, a default tab will be added.
Change-Id: I032881193e09d4ad5d65c9f73fede87695acdace
Reviewed-on: https://code.wireshark.org/review/27054
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 02a67d4 Report the file name in the "#if/#endif mismatch" error.
adds 0af6ba1 extcap: Group arguments
Summary of changes:
doc/extcap_example.py | 14 ++--
extcap_parser.c | 8 ++
extcap_parser.h | 3 +
ui/qt/extcap_argument.cpp | 19 ++++-
ui/qt/extcap_argument.h | 4 +
ui/qt/extcap_options_dialog.cpp | 163 +++++++++++++++++++++++++++++++++-------
6 files changed, 177 insertions(+), 34 deletions(-)