wireshark/ui/qt
Martin Kaiser 5d3eea14a3 ConversationDialog: fix a TCP graph race condition
When the user opens the conversation dialog, selects a tcp conversation and
presses the Graph button, the ConversationDialog kicks off these two actions

1.) apply a display filter "tcp.stream eq X" (where X is the number of the stream)
2.) open the tcp stream graph

Both actions are asynchronous and, at least on my machines, the graph is opened
before the filter is applied. The graph requires that the current packet be
part of the selected tcp conversation. If it's not (because the filter isn't
applied yet), we get the "Selected packet isn't a TCP segment or is truncated"
error message and the graph is not shown.

Fix this by enforcing the correct order for the two actions. MainWindow sends
the displayFilterSuccess signal when a display filter was applied. Listen to this
signal in ConversationDialog and launch the tcp graph when the filter was
applied successfully.

Change-Id: I63debe2125ba8f0a737ff4882a9fca0a7bcdb0f5
Reviewed-on: https://code.wireshark.org/review/37130
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Petri-Dish: Martin Kaiser <wireshark@kaiser.cx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-05-07 03:48:47 +00:00
..
manager Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
models Qt: Allow renaming personal profile 2020-04-30 11:19:41 +00:00
utils wireshark_zip_helper(Qt): fix no previous prototype for function 2020-04-20 16:21:32 +00:00
widgets Qt: Stretch last packet list header section 2020-05-06 03:50:18 +00:00
CMakeLists.txt Don't build code to handle capturing if we don't have pcap. 2020-03-26 08:33:50 +00:00
CMakeListsCustom.txt.example
about_dialog.cpp ui: Define plugins_add_description() unconditionally 2020-01-20 07:50:37 +00:00
about_dialog.h About Dialog: Add a copy to clipboard button for the version info 2019-11-16 23:20:43 +00:00
about_dialog.ui About Dialog: Add a copy to clipboard button for the version info 2019-11-16 23:20:43 +00:00
accordion_frame.cpp
accordion_frame.h
address_editor_frame.cpp Edit Resolved Name: Allow user to remove name 2020-03-01 06:49:20 +00:00
address_editor_frame.h Edit Resolved Name: Don't add duplicate IPs 2020-02-24 07:45:00 +00:00
address_editor_frame.ui
bluetooth_att_server_attributes_dialog.cpp UI: Fix compilation with Qt 5.14 2019-12-21 20:25:51 +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 filling bluetooth device address 2020-04-19 14:44:27 +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 Bluetooth HCI: Add support for Bluetooth v5.2 2020-01-31 05:13:15 +00:00
bluetooth_devices_dialog.cpp Qt: Fix filling bluetooth device address 2020-04-19 14:44:27 +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 UI: Fix compilation with Qt 5.14 2019-12-21 20:25:51 +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 Qt: Fix a memory leak in ByteViewTab 2020-04-13 13:29:15 +00:00
byte_view_tab.h Qt: Remove frameSelect signal 2019-11-21 10:59:05 +00:00
capture_event.h
capture_file.cpp Qt: Remove some extraneous qDebug()s. 2019-11-04 17:46:48 +00:00
capture_file.h
capture_file_dialog.cpp Fix formatting of the start time and elapsed time. 2020-03-08 19:13:22 +00:00
capture_file_dialog.h Qt+macOS: Add /Volumes to the file dialog sidebar. 2019-11-26 05:37:37 +00:00
capture_file_properties_dialog.cpp Remove some single-SHB assumptions. 2020-05-01 19:46:42 +00:00
capture_file_properties_dialog.h
capture_file_properties_dialog.ui
capture_filter_syntax_worker.cpp UI: Fix compilation with Qt 5.14 2019-12-21 20:25:51 +00:00
capture_filter_syntax_worker.h
capture_info_dialog.cpp UI: Fix compilation with Qt 5.14 2019-12-21 20:25:51 +00:00
capture_info_dialog.h UI: Fix compilation with Qt 5.14 2019-12-21 20:25:51 +00:00
capture_info_dialog.ui
capture_options_dialog.cpp Qt: don't use a widget if not set. 2020-04-13 01:10:24 +00:00
capture_options_dialog.h Qt: Rename the Capture Interfaces dialog to Capture Options. 2019-12-03 03:16:16 +00:00
capture_options_dialog.ui WSUG: Update the capture chapter. 2019-12-05 05:36:43 +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
capture_preferences_frame.ui
coloring_rules_dialog.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +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 ColumnPreferencesFrame: fix memory leaks 2020-04-19 14:43:57 +00:00
column_preferences_frame.h ColumnPreferencesFrame: fix memory leaks 2020-04-19 14:43:57 +00:00
column_preferences_frame.ui Qt: Move reset to contextmenu 2019-10-22 11:50:20 +00:00
compiled_filter_output.cpp Qt: Rename the Capture Interfaces dialog to Capture Options. 2019-12-03 03:16:16 +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
conversation_dialog.cpp ConversationDialog: fix a TCP graph race condition 2020-05-07 03:48:47 +00:00
conversation_dialog.h ConversationDialog: fix a TCP graph race condition 2020-05-07 03:48:47 +00:00
conversation_hash_tables_dialog.cpp
conversation_hash_tables_dialog.h
conversation_hash_tables_dialog.ui
credentials_dialog.cpp UI: Fix compilation with Qt 5.14 2019-12-21 20:25:51 +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
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
display_filter_expression_dialog.ui
dissector_tables_dialog.cpp
dissector_tables_dialog.h
dissector_tables_dialog.ui
enabled_protocols_dialog.cpp UI: Fix compilation with Qt 5.14 2019-12-21 20:25:51 +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 Qt: fix endpoint map file creation and presentation 2020-04-06 06:07:15 +00:00
endpoint_dialog.h Re-implement "Map" feature for Endpoints 2019-02-16 21:11:12 +00:00
expert_info_dialog.cpp
expert_info_dialog.h
expert_info_dialog.ui
export_dissection_dialog.cpp Qt: Fix export of dissection 2020-04-27 16:00:03 +00:00
export_dissection_dialog.h Qt: Fix export of dissection 2020-04-27 16:00:03 +00:00
export_object_action.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
export_object_action.h
export_object_dialog.cpp Qt: Fix profile zip import on Windows 2020-02-29 10:15:29 +00:00
export_object_dialog.h Qt: Refactor ExportObjectsDialog 2019-11-22 05:10:16 +00:00
export_object_dialog.ui Qt: Refactor ExportObjectsDialog 2019-11-22 05:10:16 +00:00
export_pdu_dialog.cpp
export_pdu_dialog.h
export_pdu_dialog.ui
extcap_argument.cpp Check the validator in ExtArgText::isValid(). 2020-04-24 11:27:39 +00:00
extcap_argument.h Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
extcap_argument_file.cpp Qt: Allow creating new files in extcap fileselect 2020-02-15 15:43:32 +00:00
extcap_argument_file.h Qt: Allow creating new files in extcap fileselect 2020-02-15 15:43:32 +00:00
extcap_argument_multiselect.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +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: Cleanup space inside parentheses 2019-11-17 20:43:10 +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 Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
file_set_dialog.h
file_set_dialog.ui
filter_action.cpp UI: Fix compilation with Qt 5.14 2019-12-21 20:25:51 +00:00
filter_action.h Qt: Extend filterbutton context menu 2019-08-29 11:44:16 +00:00
filter_dialog.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +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 space inside parentheses 2019-11-17 20:43:10 +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
firewall_rules_dialog.h
firewall_rules_dialog.ui
follow_stream_dialog.cpp Qt: Bump our minimum Qt version from 5.2. to 5.3. 2019-12-10 08:48:57 +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: Fix Lua GUI issues and get rid of casts. 2020-03-25 08:32:16 +00:00
funnel_statistics.h Qt: Fix Lua GUI issues and get rid of casts. 2020-03-25 08:32:16 +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
funnel_text_dialog.ui
geometry_state_dialog.cpp
geometry_state_dialog.h
gpl-template.txt
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
gsm_map_summary_dialog.ui
i18n.qrc.in
iax2_analysis_dialog.cpp Qt+wslua: Add back progress bar titles. 2020-03-31 04:11:56 +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 Qt: update import via GUI to match import features using text2pcap 2020-04-22 21:31:48 +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 Qt: fix compilation without pcap. 2020-02-07 17:05:48 +00:00
interface_frame.h Qt: Make it possible to hide welcome screen warnings. 2020-02-07 07:36:03 +00:00
interface_frame.ui Qt: Make it possible to hide welcome screen warnings. 2020-02-07 07:36:03 +00:00
interface_toolbar.cpp Qt: Add some null checks. 2019-12-11 05:12:17 +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
interface_toolbar_reader.h
io_graph_dialog.cpp WSUG: Update the I/O Graphs section. 2020-03-13 04:38:29 +00:00
io_graph_dialog.h IO Graph does no return to 0 if there are no fields for y 2020-01-25 10:04:50 +00:00
io_graph_dialog.ui Qt: Add a splitter to the I/O Graphs dialog. 2020-01-13 07:42:55 +00:00
layout_preferences_frame.cpp Qt: Fix PacketListHeader column 2020-01-09 12:32:34 +00:00
layout_preferences_frame.h Qt: Fix PacketListHeader column 2020-01-09 12:32:34 +00:00
layout_preferences_frame.ui Qt: Fix PacketListHeader column 2020-01-09 12:32:34 +00:00
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 LteMacStatisticsDialog: fix memory leaks 2020-04-29 03:35:44 +00:00
lte_mac_statistics_dialog.h LteMacStatisticsDialog: fix memory leaks 2020-04-29 03:35:44 +00:00
lte_rlc_graph_dialog.cpp Qt: Make sure shortcuts are visible in context menus. 2020-01-13 18:58:28 +00:00
lte_rlc_graph_dialog.h
lte_rlc_graph_dialog.ui
lte_rlc_statistics_dialog.cpp Last batch of changes from PVS-Studio scan. 2020-05-05 18:41:30 +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 Test+Qt: Add an automatic update check. 2020-02-15 11:13:25 +00:00
main_status_bar.cpp Qt: Support ampersand in profile name 2020-01-18 17:46:20 +00:00
main_status_bar.h Qt: Remove frameSelect signal 2019-11-21 10:59:05 +00:00
main_window.cpp Qt: Remove unnecessary private variable 2020-04-17 06:26:33 +00:00
main_window.h Qt: Remove unnecessary private variable 2020-04-17 06:26:33 +00:00
main_window.ui QT/UI: Fix shortcut 2020-04-01 15:04:07 +00:00
main_window_layout.cpp Qt: Stretch last packet list header section 2020-05-06 03:50:18 +00:00
main_window_preferences_frame.cpp Qt: Add window title settings the preferences dialog 2020-02-10 07:45:57 +00:00
main_window_preferences_frame.h Qt: Add window title settings the preferences dialog 2020-02-10 07:45:57 +00:00
main_window_preferences_frame.ui Qt: Restore space and add tooltips 2020-02-12 07:50:41 +00:00
main_window_slots.cpp Qt: Fix Copy Description from context menu 2020-03-09 04:47:54 +00:00
manage_interfaces_dialog.cpp Fix some places where we forgot to mention Npcap. 2020-03-12 18:59:44 +00:00
manage_interfaces_dialog.h
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
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
packet_comment_dialog.cpp
packet_comment_dialog.h
packet_comment_dialog.ui
packet_dialog.cpp Qt: Remove frameSelect signal 2019-11-21 10:59:05 +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
packet_format_group_box.h
packet_format_group_box.ui
packet_list.cpp Qt: Stretch last packet list header section 2020-05-06 03:50:18 +00:00
packet_list.h Qt: Remove frameSelect signal 2019-11-21 10:59:05 +00:00
packet_range_group_box.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
packet_range_group_box.h Qt: Multiselection in PacketList 2019-11-17 12:20:29 +00:00
packet_range_group_box.ui
preference_editor_frame.cpp Protobuf: add dissecting protobuf fields as wireshark fields preferences, etc. 2019-12-19 05:04:17 +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 Protobuf: add dissecting protobuf fields as wireshark fields preferences, etc. 2019-12-19 05:04:17 +00:00
preferences_dialog.h Qt: We show preference panes using their module names. 2019-12-04 20:31:59 +00:00
preferences_dialog.ui Qt: add initial RSA Keys preference frame 2019-01-29 23:34:01 +00:00
print_dialog.cpp Qt: Multiselection in PacketList 2019-11-17 12:20:29 +00:00
print_dialog.h Qt: Multiselection in PacketList 2019-11-17 12:20:29 +00:00
print_dialog.ui
profile_dialog.cpp Qt: Allow renaming personal profile 2020-04-30 11:19:41 +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 Qt: Fix a deprecation issue. 2020-03-31 21:21:22 +00:00
progress_frame.h Qt+wslua: Add back progress bar titles. 2020-03-31 04:11:56 +00:00
progress_frame.ui Qt+wslua: Add back progress bar titles. 2020-03-31 04:11:56 +00:00
proto_tree.cpp Qt: Re-highlight packet bytes when re-selecting packet tree item 2020-03-09 18:38:17 +00:00
proto_tree.h Qt: Re-highlight packet bytes when re-selecting packet tree item 2020-03-09 18:38:17 +00:00
protocol_hierarchy_dialog.cpp
protocol_hierarchy_dialog.h
protocol_hierarchy_dialog.ui
protocol_preferences_menu.cpp Protobuf: add dissecting protobuf fields as wireshark fields preferences, etc. 2019-12-19 05:04:17 +00:00
protocol_preferences_menu.h
recent_file_status.cpp
recent_file_status.h
remote_capture_dialog.cpp
remote_capture_dialog.h
remote_capture_dialog.ui
remote_settings_dialog.cpp
remote_settings_dialog.h
remote_settings_dialog.ui
resolved_addresses_dialog.cpp Qt: allow Resolved Addresses search filter to be cleared 2020-02-04 14:22:25 +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
response_time_delay_dialog.h
rpc_service_response_time_dialog.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
rpc_service_response_time_dialog.h
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 Qt+wslua: Add back progress bar titles. 2020-03-31 04:11:56 +00:00
rtp_analysis_dialog.h rtp_analysis_dialog: Improved codec recognition during saving of audio to .au 2020-01-07 09:18:59 +00:00
rtp_analysis_dialog.ui
rtp_audio_stream.cpp Qt: initialize members (CID: 1457926). 2020-02-17 20:52:43 +00:00
rtp_audio_stream.h rtp_player_dialog: Route audio for a stream to left/right speaker in RTP player 2020-01-08 11:50:16 +00:00
rtp_player_dialog.cpp rtp_play_dialog(.cpp): avoid Dead Store false positive 2020-01-20 14:07:43 +00:00
rtp_player_dialog.h rtp_player_dialog: Route audio for a stream to left/right speaker in RTP player 2020-01-08 11:50:16 +00:00
rtp_player_dialog.ui rtp_player_dialog: Route audio for a stream to left/right speaker in RTP player 2020-01-08 11:50:16 +00:00
rtp_stream_dialog.cpp RTP: Fix rtpdump export 2020-01-30 08:24:50 +00:00
rtp_stream_dialog.h
rtp_stream_dialog.ui
scsi_service_response_time_dialog.cpp
scsi_service_response_time_dialog.h
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
sctp_assoc_analyse_dialog.ui
sctp_chunk_statistics_dialog.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
sctp_chunk_statistics_dialog.h
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
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
sctp_graph_byte_dialog.ui
sctp_graph_dialog.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
sctp_graph_dialog.h
sctp_graph_dialog.ui
search_frame.cpp Remove duplicate status messages. 2020-04-02 08:13:06 +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 Qt: Make sure shortcuts are visible in context menus. 2020-01-13 18:58:28 +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
service_response_time_dialog.h
show_packet_bytes_dialog.cpp Qt: Bump our minimum Qt version from 5.2. to 5.3. 2019-12-10 08:48:57 +00:00
show_packet_bytes_dialog.h HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
show_packet_bytes_dialog.ui
simple_dialog.cpp Qt: Make it possible to hide welcome screen warnings. 2020-02-07 07:36:03 +00:00
simple_dialog.h Qt: Make it possible to hide welcome screen warnings. 2020-02-07 07:36:03 +00:00
simple_statistics_dialog.cpp
simple_statistics_dialog.h
stats_tree_dialog.cpp
stats_tree_dialog.h
supported_protocols_dialog.cpp
supported_protocols_dialog.h
supported_protocols_dialog.ui
tabnav_tree_widget.cpp
tabnav_tree_widget.h
tap_parameter_dialog.cpp
tap_parameter_dialog.h
tap_parameter_dialog.ui
tcp_stream_dialog.cpp TCPStreamDialog: prevent access to uninitialized memory 2020-04-26 06:13:54 +00:00
tcp_stream_dialog.h Qt: Improve tcptrace graph drag responsiveness 2020-03-16 05:05:48 +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
time_shift_dialog.h
time_shift_dialog.ui
traffic_table_dialog.cpp Qt: Remove a duplicate variable. 2019-11-21 00:18:29 +00:00
traffic_table_dialog.h Qt: Remove a duplicate variable. 2019-11-21 00:18:29 +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 rtp_player: Player is able to set start of audio play by double click 2020-01-07 09:38:14 +00:00
voip_calls_dialog.h voip_calls_dialog: avoiding of 'remove_tap_listener(): no listener ...' warning 2020-01-06 09:07:20 +00:00
voip_calls_dialog.ui Qt: Rework VOIP Dialog context menu 2019-08-02 19:14:55 +00:00
welcome_page.cpp Qt: Rename the Capture Interfaces dialog to Capture Options. 2019-12-03 03:16:16 +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 Handle -k better on platforms that don't support it. 2020-04-01 20:31:14 +00:00
wireless_frame.h Qt: Cleanup push/pop Infos 2019-11-12 22:03:23 +00:00
wireless_frame.ui
wireshark_application.cpp Don't build code to handle capturing if we don't have pcap. 2020-03-26 08:33:50 +00:00
wireshark_application.h Qt+Windows: Remove the DBAR check. 2020-01-15 04:48:04 +00:00
wireshark_de.ts [Automatic update for 2020-05-03] 2020-05-03 08:08:59 +00:00
wireshark_dialog.cpp Qt: Cleanup space inside parentheses 2019-11-17 20:43:10 +00:00
wireshark_dialog.h Qt: Simplify Wireshark Dialog class 2019-10-08 10:32:11 +00:00
wireshark_en.ts [Automatic update for 2020-05-03] 2020-05-03 08:08:59 +00:00
wireshark_es.ts [Automatic update for 2020-05-03] 2020-05-03 08:08:59 +00:00
wireshark_fr.ts [Automatic update for 2020-05-03] 2020-05-03 08:08:59 +00:00
wireshark_it.ts [Automatic update for 2020-05-03] 2020-05-03 08:08:59 +00:00
wireshark_ja_JP.ts [Automatic update for 2020-05-03] 2020-05-03 08:08:59 +00:00
wireshark_pl.ts [Automatic update for 2020-05-03] 2020-05-03 08:08:59 +00:00
wireshark_ru.ts [Automatic update for 2020-05-03] 2020-05-03 08:08:59 +00:00
wireshark_sv.ts [Automatic update for 2020-05-03] 2020-05-03 08:08:59 +00:00
wireshark_uk.ts [Automatic update for 2020-05-03] 2020-05-03 08:08:59 +00:00
wireshark_zh_CN.ts [Automatic update for 2020-05-03] 2020-05-03 08:08:59 +00:00
wlan_statistics_dialog.cpp WlanStatisticsDialog: fix memory leaks 2020-04-29 03:35:35 +00:00
wlan_statistics_dialog.h WlanStatisticsDialog: fix memory leaks 2020-04-29 03:35:35 +00:00