wireshark/ui/qt
Roland Knall 3c8c392b9d Qt: Cleanup push/pop Infos
Currently push pop is propagated by a massive load of signals
which partly are also propagated through parent objects.

This moves the status handling to WiresharkApplication, also
pathlining future moves to move status to different classes or
use additional methods of status information

Change-Id: Ibcb2c98688f1adf40dce1483f336596ef992bb06
Reviewed-on: https://code.wireshark.org/review/35071
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@gmail.com>
2019-11-12 22:03:23 +00:00
..
manager Qt: fix unused parameter warning in ColorPreference 2019-10-02 01:25:28 +00:00
models Qt: Ensure only valid input for DisplayFilter 2019-11-06 19:19:40 +00:00
utils Qt: Remove DisplayFilterMimeData 2019-11-04 11:39:48 +00:00
widgets Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
CMakeLists.txt Qt: Implement FilterListModel 2019-10-28 15:08:06 +00:00
CMakeListsCustom.txt.example spdx: more licenses converted. 2018-03-07 15:56:44 +00:00
about_dialog.cpp extcap: Allow loading of extcap files from personal directory 2019-11-05 16:57:09 +00:00
about_dialog.h Qt: Use a lighter link color in dark mode. 2019-06-25 20:31:41 +00:00
about_dialog.ui Qt: switch about#wireshark label to QTextBrowser. 2018-12-22 08:32:26 +00:00
accordion_frame.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
accordion_frame.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
address_editor_frame.cpp Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
address_editor_frame.h Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
address_editor_frame.ui
bluetooth_att_server_attributes_dialog.cpp Qt: Fix 5.13 deprecated warnings 2019-06-28 17:16:09 +00:00
bluetooth_att_server_attributes_dialog.h Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
bluetooth_att_server_attributes_dialog.ui Qt, docs, ieee1905: fix some spelling errors 2019-09-21 08:33:58 +00:00
bluetooth_device_dialog.cpp Qt: Fix 5.13 deprecated warnings 2019-06-28 17:16:09 +00:00
bluetooth_device_dialog.h Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
bluetooth_device_dialog.ui Qt, docs, ieee1905: fix some spelling errors 2019-09-21 08:33:58 +00:00
bluetooth_devices_dialog.cpp Qt: Fix 5.13 deprecated warnings 2019-06-28 17:16:09 +00:00
bluetooth_devices_dialog.h Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
bluetooth_devices_dialog.ui Qt, docs, ieee1905: fix some spelling errors 2019-09-21 08:33:58 +00:00
bluetooth_hci_summary_dialog.cpp Qt: Fix 5.13 deprecated warnings 2019-06-28 17:16:09 +00:00
bluetooth_hci_summary_dialog.h Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
bluetooth_hci_summary_dialog.ui
byte_view_tab.cpp Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
byte_view_tab.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
capture_event.h Qt: expose CaptureEvent definition for MOC 2018-04-18 12:06:21 +00:00
capture_file.cpp Qt: Remove some extraneous qDebug()s. 2019-11-04 17:46:48 +00:00
capture_file.h Use the file *base* name for statistics graphs etc.. 2018-07-06 00:31:45 +00:00
capture_file_dialog.cpp Remove more hardcoding of ".gz" as the suffix for compressed files. 2018-11-20 07:07:32 +00:00
capture_file_dialog.h HTTPS In More Places, update some URLs. 2019-07-27 07:55:36 +00:00
capture_file_properties_dialog.cpp Fix memory ownership when using cf_get_packet_comment 2019-01-25 04:53:01 +00:00
capture_file_properties_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
capture_file_properties_dialog.ui qt: capture file properties: add a splitter 2018-04-11 02:16:34 +00:00
capture_filter_syntax_worker.cpp CMake: Remove wsutil pcap dependency 2019-05-03 21:57:05 +00:00
capture_filter_syntax_worker.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
capture_info_dialog.cpp Give more complete path name of the header file in question. 2019-09-15 20:55:53 +00:00
capture_info_dialog.h Qt: Make sure we destroy the Capture Information dialog. 2018-05-18 04:16:43 +00:00
capture_info_dialog.ui Qt: Save the Capture Information dialog geometry. 2018-05-16 18:44:59 +00:00
capture_interfaces_dialog.cpp Qt: Add macro for g_list_next for C++ 2019-08-30 13:37:25 +00:00
capture_interfaces_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
capture_interfaces_dialog.ui Clean up the new-file selection criteria in the GUI. 2019-03-23 13:27:31 +00:00
capture_preferences_frame.cpp Qt: Fix no interface load preference handling 2019-05-15 21:47:06 +00:00
capture_preferences_frame.h prefs: add the option not to load interfaces on startup. 2018-09-26 17:11:47 +00:00
capture_preferences_frame.ui prefs: Remove trailing dot from UI text 2018-09-26 18:22:53 +00:00
coloring_rules_dialog.cpp Qt: Do not spin unnecessary additional event loops 2019-10-01 03:53:46 +00:00
coloring_rules_dialog.h Qt: Do not spin unnecessary additional event loops 2019-10-01 03:53:46 +00:00
coloring_rules_dialog.ui Qt: Convert the rest of the preference dialog list buttons. 2019-06-21 23:51:49 +00:00
column_editor_frame.cpp Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
column_editor_frame.h Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
column_editor_frame.ui
column_preferences_frame.cpp Qt: Move reset to contextmenu 2019-10-22 11:50:20 +00:00
column_preferences_frame.h Qt: Move reset to contextmenu 2019-10-22 11:50:20 +00:00
column_preferences_frame.ui Qt: Move reset to contextmenu 2019-10-22 11:50:20 +00:00
compiled_filter_output.cpp HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
compiled_filter_output.h HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
compiled_filter_output.ui
conversation_colorize_action.cpp epan: Rename dissector_filters.c to conversation_filter.c 2019-11-04 10:17:16 +00:00
conversation_colorize_action.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
conversation_dialog.cpp Qt: Fix Follow Stream regression in Conversations dialog 2019-09-30 05:45:07 +00:00
conversation_dialog.h Qt: Fix Follow Stream regression in Conversations dialog 2019-09-30 05:45:07 +00:00
conversation_hash_tables_dialog.cpp WSUG: Fixup the "Internals" section. 2018-08-21 22:57:12 +00:00
conversation_hash_tables_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
conversation_hash_tables_dialog.ui
credentials_dialog.cpp Qt: call retap for credentials. 2019-07-04 13:19:23 +00:00
credentials_dialog.h Qt: Credentials move tap to dialog 2019-07-03 21:12:25 +00:00
credentials_dialog.ui tap: add credentials tap. 2019-06-26 07:09:54 +00:00
decode_as_dialog.cpp Qt: Convert the rest of the preference dialog list buttons. 2019-06-21 23:51:49 +00:00
decode_as_dialog.h Qt: Add clear all button to Decode As 2018-10-08 07:12:34 +00:00
decode_as_dialog.ui Qt: Convert the rest of the preference dialog list buttons. 2019-06-21 23:51:49 +00:00
display_filter_expression_dialog.cpp Qt: Fix loading of FilterExpression Dialog 2019-11-07 18:30:21 +00:00
display_filter_expression_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
display_filter_expression_dialog.ui
dissector_tables_dialog.cpp
dissector_tables_dialog.h
dissector_tables_dialog.ui
enabled_protocols_dialog.cpp Qt: Filter enabled/disabled protocols 2019-10-28 19:01:45 +00:00
enabled_protocols_dialog.h Qt: in EnabledProtocolsDialog handle protocol type 2019-09-04 06:45:00 +00:00
enabled_protocols_dialog.ui Qt: in EnabledProtocolsDialog handle protocol type 2019-09-04 06:45:00 +00:00
endpoint_dialog.cpp Don't remove constness in a cast if it's not necessary. 2019-03-17 21:19:24 +00:00
endpoint_dialog.h Re-implement "Map" feature for Endpoints 2019-02-16 21:11:12 +00:00
expert_info_dialog.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
expert_info_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
expert_info_dialog.ui
export_dissection_dialog.cpp Qt: Fix export dissection dialog 2019-10-14 06:47:10 +00:00
export_dissection_dialog.h Qt: Fix export dissection dialog 2019-10-14 06:47:10 +00:00
export_object_action.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
export_object_action.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
export_object_dialog.cpp No need to report "some files could not be saved". 2019-01-01 23:12:17 +00:00
export_object_dialog.h Qt: Fix memory leak for CaptureEvent 2018-04-17 13:16:46 +00:00
export_object_dialog.ui QT: Enable filtering entries in 'Export Objects' 2018-10-29 02:13:08 +00:00
export_pdu_dialog.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
export_pdu_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
export_pdu_dialog.ui
extcap_argument.cpp extcap: Group arguments 2018-05-08 10:31:38 +00:00
extcap_argument.h extcap: Group arguments 2018-05-08 10:31:38 +00:00
extcap_argument_file.cpp Windows: Make sure more native dialogs handle HiDPI. 2018-05-16 04:22:20 +00:00
extcap_argument_file.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
extcap_argument_multiselect.cpp Qt: Respect saved extcap multiselect configuration 2019-10-27 21:18:04 +00:00
extcap_argument_multiselect.h Qt: Display checkboxes for extcap multicheck 2019-04-13 20:56:39 +00:00
extcap_options_dialog.cpp Qt: Add macro for g_list_next for C++ 2019-08-30 13:37:25 +00:00
extcap_options_dialog.h Qt: Omit calls without values on selector reload 2019-04-26 03:48:39 +00:00
extcap_options_dialog.ui Correct typo in Extcap-Options-Dialog 2019-08-03 10:50:36 +00:00
file_set_dialog.cpp
file_set_dialog.h
file_set_dialog.ui
filter_action.cpp Qt: Add a comment to Apply+Prepare submenus 2019-09-15 19:01:00 +00:00
filter_action.h Qt: Extend filterbutton context menu 2019-08-29 11:44:16 +00:00
filter_dialog.cpp Qt: Ensure only valid input for DisplayFilter 2019-11-06 19:19:40 +00:00
filter_dialog.h Qt: Ensure only valid input for DisplayFilter 2019-11-06 19:19:40 +00:00
filter_dialog.ui Qt: Allow drag/drop of filter buttons in dialog 2019-10-29 19:44:15 +00:00
filter_expression_frame.cpp Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
filter_expression_frame.h Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
filter_expression_frame.ui
firewall_rules_dialog.cpp Windows: Make sure more native dialogs handle HiDPI. 2018-05-16 04:22:20 +00:00
firewall_rules_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
firewall_rules_dialog.ui
follow_stream_dialog.cpp QUIC: Add Follow QUIC Stream support to Qt and tshark 2019-10-04 04:36:09 +00:00
follow_stream_dialog.h Qt, http2: Add Follow HTTP/2 Stream functionality 2019-09-22 05:29:30 +00:00
follow_stream_dialog.ui Qt, http2: Add Follow HTTP/2 Stream functionality 2019-09-22 05:29:30 +00:00
font_color_preferences_frame.cpp Qt: Do not spin unnecessary additional event loops 2019-10-01 03:53:46 +00:00
font_color_preferences_frame.h Qt: Do not spin unnecessary additional event loops 2019-10-01 03:53:46 +00:00
font_color_preferences_frame.ui Qt: Selected item preference updates. 2019-06-12 17:10:35 +00:00
funnel_statistics.cpp Qt: Move Signal/Slots to DisplayFilterEdit 2019-11-07 13:15:39 +00:00
funnel_statistics.h Qt: Move Signal/Slots to DisplayFilterEdit 2019-11-07 13:15:39 +00:00
funnel_string_dialog.cpp funnel: Free callback data 2019-11-05 15:21:30 +00:00
funnel_string_dialog.h funnel: Free callback data 2019-11-05 15:21:30 +00:00
funnel_string_dialog.ui
funnel_text_dialog.cpp funnel: Free callback data 2019-11-05 15:21:30 +00:00
funnel_text_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
funnel_text_dialog.ui
geometry_state_dialog.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
geometry_state_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
gpl-template.txt Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
gsm_map_summary_dialog.cpp Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
gsm_map_summary_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
gsm_map_summary_dialog.ui
i18n.qrc.in
iax2_analysis_dialog.cpp Update to qcustomplot 2.0.1 2019-09-17 08:34:46 +00:00
iax2_analysis_dialog.h Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
iax2_analysis_dialog.ui
import_text_dialog.cpp Wiretap: Fix temporary filename memory corruption 2019-08-14 20:33:21 +00:00
import_text_dialog.h import: add export_pdu dummy header feature. 2018-10-31 13:17:10 +00:00
import_text_dialog.ui Qt, docs, ieee1905: fix some spelling errors 2019-09-21 08:33:58 +00:00
interface_frame.cpp macOS: Make Wireshark.app drag-installable. 2019-09-25 16:26:31 +00:00
interface_frame.h macOS: Make Wireshark.app drag-installable. 2019-09-25 16:26:31 +00:00
interface_frame.ui macOS: Make Wireshark.app drag-installable. 2019-09-25 16:26:31 +00:00
interface_toolbar.cpp Qt: Do not leak C run-time handles on Windows 2019-05-21 15:09:47 +00:00
interface_toolbar.h Qt: Convert more "pressed" signals to "clicked". 2018-12-19 20:59:00 +00:00
interface_toolbar.ui
interface_toolbar_reader.cpp Eliminate some unneeded header checks. 2018-05-16 22:03:09 +00:00
interface_toolbar_reader.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
io_graph_dialog.cpp Qt: IOGraph display filter graph added 2019-11-05 15:50:50 +00:00
io_graph_dialog.h Qt: IOGraph display filter graph added 2019-11-05 15:50:50 +00:00
io_graph_dialog.ui Qt: Convert the rest of the preference dialog list buttons. 2019-06-21 23:51:49 +00:00
layout_preferences_frame.cpp
layout_preferences_frame.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
layout_preferences_frame.ui
lbm_lbtrm_transport_dialog.cpp HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
lbm_lbtrm_transport_dialog.h HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
lbm_lbtrm_transport_dialog.ui
lbm_lbtru_transport_dialog.cpp HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
lbm_lbtru_transport_dialog.h HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
lbm_lbtru_transport_dialog.ui
lbm_stream_dialog.cpp HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
lbm_stream_dialog.h HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
lbm_stream_dialog.ui
lte_mac_statistics_dialog.cpp Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
lte_mac_statistics_dialog.h Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
lte_rlc_graph_dialog.cpp Update to qcustomplot 2.0.1 2019-09-17 08:34:46 +00:00
lte_rlc_graph_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
lte_rlc_graph_dialog.ui
lte_rlc_statistics_dialog.cpp Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
lte_rlc_statistics_dialog.h Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
main.cpp Qt: Print qDebug messages by default. 2019-11-03 17:45:36 +00:00
main_status_bar.cpp Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
main_status_bar.h Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
main_window.cpp Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
main_window.h Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
main_window.ui Qt: Better align DisplayFilterEdit buttons 2019-11-06 12:43:33 +00:00
main_window_layout.cpp Qt: Prevent crash in main window layout. 2019-09-14 20:34:52 +00:00
main_window_preferences_frame.cpp Add ability to disable autocomplete suggestions for filter controls. 2018-10-22 04:45:59 +00:00
main_window_preferences_frame.h Add ability to disable autocomplete suggestions for filter controls. 2018-10-22 04:45:59 +00:00
main_window_preferences_frame.ui Add ability to disable autocomplete suggestions for filter controls. 2018-10-22 04:45:59 +00:00
main_window_slots.cpp Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
manage_interfaces_dialog.cpp Qt: Add macro for g_list_next for C++ 2019-08-30 13:37:25 +00:00
manage_interfaces_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
manage_interfaces_dialog.ui Qt: Convert the rest of the preference dialog list buttons. 2019-06-21 23:51:49 +00:00
module_preferences_scroll_area.cpp Qt: Do not spin unnecessary additional event loops 2019-10-01 03:53:46 +00:00
module_preferences_scroll_area.h Qt: Open our preference dialogs via "clicked" signals. 2018-12-19 18:13:35 +00:00
module_preferences_scroll_area.ui
mtp3_summary_dialog.cpp Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00
mtp3_summary_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
mtp3_summary_dialog.ui
multicast_statistics_dialog.cpp Qt: Add macro for g_list_next for C++ 2019-08-30 13:37:25 +00:00
multicast_statistics_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
packet_comment_dialog.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
packet_comment_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
packet_comment_dialog.ui
packet_dialog.cpp Qt: Add a Contextmenu for the PacketDialog 2019-07-28 22:25:38 +00:00
packet_dialog.h Qt: Add a Contextmenu for the PacketDialog 2019-07-28 22:25:38 +00:00
packet_dialog.ui
packet_format_group_box.cpp Change the print preview if "include column headings" changes. 2018-07-06 00:11:41 +00:00
packet_format_group_box.h Change the print preview if "include column headings" changes. 2018-07-06 00:11:41 +00:00
packet_format_group_box.ui Add a "Include column headings" checkbox in export dissections and print. 2018-07-05 23:49:47 +00:00
packet_list.cpp Qt: Remove DisplayFilterMimeData 2019-11-04 11:39:48 +00:00
packet_list.h Qt: Fix override declarations for PacketList 2019-09-04 07:43:41 +00:00
packet_range_group_box.cpp Try to squeeze some bytes out of the frame_data structure. 2018-12-27 04:34:29 +00:00
packet_range_group_box.h Qt: fix use-after-free on error while saving exported packets 2018-05-25 12:49:50 +00:00
packet_range_group_box.ui
preference_editor_frame.cpp Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
preference_editor_frame.h Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
preference_editor_frame.ui
preferences_dialog.cpp Qt: Add macro for g_list_next for C++ 2019-08-30 13:37:25 +00:00
preferences_dialog.h
preferences_dialog.ui Qt: add initial RSA Keys preference frame 2019-01-29 23:34:01 +00:00
print_dialog.cpp Expand another comment to explain why we're ignoring empty lines. 2018-07-10 04:11:43 +00:00
print_dialog.h Saving printing preferences from one print window to another 2019-04-26 06:35:10 +00:00
print_dialog.ui
profile_dialog.cpp Qt: Allow deletion of personal system-profile 2019-08-20 14:31:09 +00:00
profile_dialog.h Qt: Update UI for profiles and handle export/import properly 2019-08-02 21:38:02 +00:00
profile_dialog.ui Qt, docs, ieee1905: fix some spelling errors 2019-09-21 08:33:58 +00:00
progress_frame.cpp file: remove use of g_get_current_time 2019-07-17 06:25:28 +00:00
progress_frame.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
progress_frame.ui
proto_tree.cpp Qt: Remove DisplayFilterMimeData 2019-11-04 11:39:48 +00:00
proto_tree.h Qt: Make enum truly anonymous (CID1452175) 2019-10-20 22:44:20 +00:00
protocol_hierarchy_dialog.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
protocol_hierarchy_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
protocol_hierarchy_dialog.ui
protocol_preferences_menu.cpp Qt: Connect destroyed() signal to flushAppSignals() 2019-10-21 17:34:00 +00:00
protocol_preferences_menu.h
recent_file_status.cpp
recent_file_status.h
remote_capture_dialog.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
remote_capture_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
remote_capture_dialog.ui
remote_settings_dialog.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
remote_settings_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
remote_settings_dialog.ui
resolved_addresses_dialog.cpp Qt: Reduce use of CaptureFile 2019-10-07 21:00:31 +00:00
resolved_addresses_dialog.h Qt: Reduce use of CaptureFile 2019-10-07 21:00:31 +00:00
resolved_addresses_dialog.ui Qt: Rework Resolved Addresses dialog 2019-09-01 09:02:51 +00:00
response_time_delay_dialog.cpp Get rid of some GTK+-only stuff. 2018-05-12 23:01:14 +00:00
response_time_delay_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
rpc_service_response_time_dialog.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
rpc_service_response_time_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
rsa_keys_frame.cpp Fix build without GnuTLS 2019-01-31 13:14:22 +00:00
rsa_keys_frame.h Fix build without GnuTLS 2019-01-31 13:14:22 +00:00
rsa_keys_frame.ui Qt: Add support for RSA private key file selection 2019-01-29 23:34:14 +00:00
rtp_analysis_dialog.cpp rtp_analysis_dialog.cpp: Correct src/dst info for two independent streams 2019-11-03 13:28:45 +00:00
rtp_analysis_dialog.h Fixing some implicit coversations (-Wshorten-64-to-32) 2019-02-08 12:12:18 +00:00
rtp_analysis_dialog.ui
rtp_audio_stream.cpp RTP: rtp_audio_stream.cpp: fixed excess silence in visualisation on waveform 2019-11-05 11:50:09 +00:00
rtp_audio_stream.h RTP: Common functions for allocation/deallocation of rtpstream_info_t 2018-06-25 14:16:26 +00:00
rtp_player_dialog.cpp RTP: rtp_audio_stream.cpp: fixed excess silence in visualisation on waveform 2019-11-05 11:50:09 +00:00
rtp_player_dialog.h Qt: Do not use exec() in RTP dialogs 2019-10-02 20:26:43 +00:00
rtp_player_dialog.ui Qt UI: remove empty jitter buffer label tooltip 2019-09-08 06:12:29 +00:00
rtp_stream_dialog.cpp Qt: Add macro for g_list_next for C++ 2019-08-30 13:37:25 +00:00
rtp_stream_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
rtp_stream_dialog.ui
scsi_service_response_time_dialog.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
scsi_service_response_time_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
sctp_all_assocs_dialog.cpp Qt: Add macro for g_list_next for C++ 2019-08-30 13:37:25 +00:00
sctp_all_assocs_dialog.h No need for a per-instance private sctp_allassocs_info_t pointer. 2019-03-17 22:04:00 +00:00
sctp_all_assocs_dialog.ui
sctp_assoc_analyse_dialog.cpp Qt: Add macro for g_list_next for C++ 2019-08-30 13:37:25 +00:00
sctp_assoc_analyse_dialog.h Qt: fix several crashes in the SCTP Dialogs 2018-08-20 05:01:11 +00:00
sctp_assoc_analyse_dialog.ui
sctp_chunk_statistics_dialog.cpp Qt: Add copy from another profile in UAT dialogs 2018-10-05 12:38:32 +00:00
sctp_chunk_statistics_dialog.h Qt: fix several crashes in the SCTP Dialogs 2018-08-20 05:01:11 +00:00
sctp_chunk_statistics_dialog.ui
sctp_graph_arwnd_dialog.cpp Qt: Add macro for g_list_next for C++ 2019-08-30 13:37:25 +00:00
sctp_graph_arwnd_dialog.h Qt: fix several crashes in the SCTP Dialogs 2018-08-20 05:01:11 +00:00
sctp_graph_arwnd_dialog.ui
sctp_graph_byte_dialog.cpp Qt: Add macro for g_list_next for C++ 2019-08-30 13:37:25 +00:00
sctp_graph_byte_dialog.h Qt: fix several crashes in the SCTP Dialogs 2018-08-20 05:01:11 +00:00
sctp_graph_byte_dialog.ui
sctp_graph_dialog.cpp Qt: Add macro for g_list_next for C++ 2019-08-30 13:37:25 +00:00
sctp_graph_dialog.h Qt: fix several crashes in the SCTP Dialogs 2018-08-20 05:01:11 +00:00
sctp_graph_dialog.ui SCTP: Add a checkbox to show relative TSNs 2018-06-08 10:23:34 +00:00
search_frame.cpp Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
search_frame.h Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
search_frame.ui
sequence_diagram.cpp Update to qcustomplot 2.0.1 2019-09-17 08:34:46 +00:00
sequence_diagram.h Qt: Fix issues found by clang. 2019-09-17 19:23:56 +00:00
sequence_dialog.cpp Update to qcustomplot 2.0.1 2019-09-17 08:34:46 +00:00
sequence_dialog.h Qt: Sequence Dialog simplify context menu 2019-08-05 12:33:04 +00:00
sequence_dialog.ui Qt: Sequence Dialog simplify context menu 2019-08-05 12:33:04 +00:00
service_response_time_dialog.cpp Get rid of some GTK+-only stuff. 2018-05-13 19:46:45 +00:00
service_response_time_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
show_packet_bytes_dialog.cpp epan: Guard g_base64_decode_inplace() against zero length string 2018-09-05 17:19:42 +00:00
show_packet_bytes_dialog.h HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
show_packet_bytes_dialog.ui Qt: Enable select hint text in Show Packet Bytes 2018-08-23 12:18:09 +00:00
simple_dialog.cpp Qt: add missing include in simple_dialog. 2019-05-21 12:17:02 +00:00
simple_dialog.h Qt: Add asynchronous simple dialog 2019-05-20 12:53:38 +00:00
simple_statistics_dialog.cpp Get rid of some GTK+-only stuff. 2018-05-13 20:21:14 +00:00
simple_statistics_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
stats_tree_dialog.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
stats_tree_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
supported_protocols_dialog.cpp
supported_protocols_dialog.h
supported_protocols_dialog.ui
tabnav_tree_widget.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
tabnav_tree_widget.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
tap_parameter_dialog.cpp Use the display name in "Save As..." output for statistics taps. 2018-07-06 02:11:09 +00:00
tap_parameter_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
tap_parameter_dialog.ui
tcp_stream_dialog.cpp Qt: Fix issues found by clang. 2019-09-17 19:23:56 +00:00
tcp_stream_dialog.h Update to qcustomplot 2.0.1 2019-09-17 08:34:46 +00:00
tcp_stream_dialog.ui Qt, http2: Add Follow HTTP/2 Stream functionality 2019-09-22 05:29:30 +00:00
time_shift_dialog.cpp Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
time_shift_dialog.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
time_shift_dialog.ui
traffic_table_dialog.cpp Qt: traffic table: remove file_closed_ 2019-06-13 05:37:50 +00:00
traffic_table_dialog.h Qt: traffic table: remove file_closed_ 2019-06-13 05:37:50 +00:00
traffic_table_dialog.ui
uat_dialog.cpp Qt: Move CopyFrom from menu to button 2019-08-26 06:34:31 +00:00
uat_dialog.h Qt: Move CopyFrom from menu to button 2019-08-26 06:34:31 +00:00
uat_dialog.ui Qt: Convert the list management icons to templates. 2019-06-20 20:50:25 +00:00
uat_frame.cpp Qt: Move CopyFrom from menu to button 2019-08-26 06:34:31 +00:00
uat_frame.h Qt: Move CopyFrom from menu to button 2019-08-26 06:34:31 +00:00
uat_frame.ui Qt: Move CopyFrom from menu to button 2019-08-26 06:34:31 +00:00
voip_calls_dialog.cpp Qt: Speed up filtering in VoIP dialog 2019-10-28 17:31:16 +00:00
voip_calls_dialog.h Qt: Rework VOIP Dialog context menu 2019-08-02 19:14:55 +00:00
voip_calls_dialog.ui Qt: Rework VOIP Dialog context menu 2019-08-02 19:14:55 +00:00
welcome_page.cpp Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
welcome_page.h Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
welcome_page.ui Qt: Welcome page dark mode fixes. 2019-03-22 05:20:07 +00:00
wireless_frame.cpp Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
wireless_frame.h Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
wireless_frame.ui
wireshark_application.cpp Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
wireshark_application.h Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
wireshark_de.ts [Automatic update for 2019-11-10] 2019-11-10 08:20:55 +00:00
wireshark_dialog.cpp Qt: Simplify Wireshark Dialog class 2019-10-08 10:32:11 +00:00
wireshark_dialog.h Qt: Simplify Wireshark Dialog class 2019-10-08 10:32:11 +00:00
wireshark_en.ts [Automatic update for 2019-11-10] 2019-11-10 08:20:55 +00:00
wireshark_fr.ts [Automatic update for 2019-11-10] 2019-11-10 08:20:55 +00:00
wireshark_it.ts [Automatic update for 2019-11-10] 2019-11-10 08:20:55 +00:00
wireshark_ja_JP.ts [Automatic update for 2019-11-10] 2019-11-10 08:20:55 +00:00
wireshark_pl.ts [Automatic update for 2019-11-10] 2019-11-10 08:20:55 +00:00
wireshark_ru.ts [Automatic update for 2019-11-10] 2019-11-10 08:20:55 +00:00
wireshark_sv.ts [Automatic update for 2019-11-10] 2019-11-10 08:20:55 +00:00
wireshark_uk.ts [Automatic update for 2019-11-10] 2019-11-10 08:20:55 +00:00
wireshark_zh_CN.ts [Automatic update for 2019-11-10] 2019-11-10 08:20:55 +00:00
wlan_statistics_dialog.cpp Qt: unchecked dynamic cast 2019-05-24 16:18:25 +00:00
wlan_statistics_dialog.h Add a "failed" return for tap packet routines. 2019-01-01 05:03:42 +00:00