Wireshark-commits: [Wireshark-commits] master 78978ec: Qt: Protect against unintentional "no captur
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=78978ec63fc09c644131ce2472eec5fcf405b588
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
78978ec by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Qt: Protect against unintentional "no capture file" window status
If capture file was closed and we have some WiresharkDialogs opened,
then we still need to know filename of capture file
related to specific dialog.
Change-Id: I15f0e5176b87713bf747eead64021619d0bdf039
Reviewed-on: https://code.wireshark.org/review/11025
Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 08e44b8 Convert SIP statistics to the stat tap API.
adds 78978ec Qt: Protect against unintentional "no capture file" window status
Summary of changes:
ui/qt/capture_file.cpp | 3 +--
ui/qt/capture_file_properties_dialog.cpp | 2 ++
ui/qt/follow_stream_dialog.cpp | 2 ++
ui/qt/gsm_map_summary_dialog.cpp | 2 ++
ui/qt/iax2_analysis_dialog.cpp | 2 ++
ui/qt/io_graph_dialog.cpp | 1 +
ui/qt/lte_mac_statistics_dialog.cpp | 2 ++
ui/qt/lte_rlc_statistics_dialog.cpp | 2 ++
ui/qt/mtp3_summary_dialog.cpp | 2 ++
ui/qt/multicast_statistics_dialog.cpp | 1 +
ui/qt/protocol_hierarchy_dialog.cpp | 2 ++
ui/qt/rtp_analysis_dialog.cpp | 2 ++
ui/qt/rtp_stream_dialog.cpp | 2 ++
ui/qt/sequence_dialog.cpp | 1 +
ui/qt/tap_parameter_dialog.cpp | 2 ++
ui/qt/traffic_table_dialog.cpp | 3 ++-
ui/qt/wireshark_dialog.cpp | 17 ++++++++++++++---
ui/qt/wireshark_dialog.h | 1 +
ui/qt/wlan_statistics_dialog.cpp | 2 ++
19 files changed, 45 insertions(+), 6 deletions(-)