URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bcc1fffe55feb661da0caf4b3145acc0a65fd9b9
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
bcc1fff by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Allow Expert Information retapping.
The Expert Information dialog is open-ended. It adds a tap listener but
doesn't remove it, which is useful during live captures. Make sure we
add our second-level tree items each time taps are drawn and when
tapping is finished.
Change-Id: Ie06d60512644e540172f1b330b631db4e4e86897
Bug: 11644
Reviewed-on: https://code.wireshark.org/review/11407
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
(cherry picked from commit db760bf52eafe728ab9be0e40760cda5e536572b)
Reviewed-on: https://code.wireshark.org/review/11416
Actions performed:
from 693d928 Update the taskbar icon when we start a capture.
adds bcc1fff Qt: Allow Expert Information retapping.
Summary of changes:
ui/qt/expert_info_dialog.cpp | 57 ++++++++++++++++++++++++++----------------
ui/qt/expert_info_dialog.h | 3 +++
2 files changed, 39 insertions(+), 21 deletions(-)