Qt: Firewall Rules dialog.
authorGerald Combs <gerald@zing.org>
Wed, 1 Jun 2016 01:29:39 +0000 (18:29 -0700)
committerGerald Combs <gerald@wireshark.org>
Wed, 1 Jun 2016 23:37:25 +0000 (23:37 +0000)
commit987ff3ee1bed5fe17d3889411687283818cee29f
tree32a8079efadab5f0a51b06db69bcf16701f92035
parent4b216aea944b0478fa0310b2e47a11761219ffe8
Qt: Firewall Rules dialog.

Add the Firewall ACL Rules dialog. Try showing all valid rules for a
given product instead of making the user select from a combobox.  We can
add the combo back easily enough if that's desired.

Add a rule hint field and use it in the Qt and GTK+ UIs.

Bug: 12469
Change-Id: I39dd840e9838f96d7c5e2b4c34662811c21d0386
Reviewed-on: https://code.wireshark.org/review/15689
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
16 files changed:
ui/CMakeLists.txt
ui/Makefile.common
ui/firewall_rules.c [new file with mode: 0644]
ui/firewall_rules.h [new file with mode: 0644]
ui/gtk/firewall_dlg.c
ui/qt/CMakeLists.txt
ui/qt/Makefile.am
ui/qt/Makefile.common
ui/qt/Wireshark.pro
ui/qt/firewall_rules_dialog.cpp [new file with mode: 0644]
ui/qt/firewall_rules_dialog.h [new file with mode: 0644]
ui/qt/firewall_rules_dialog.ui [new file with mode: 0644]
ui/qt/main_window.cpp
ui/qt/main_window.h
ui/qt/main_window.ui
ui/qt/main_window_slots.cpp