wireshark/ui/qt
Roland Knall 28b917a72e extcap: Close pipe on windows properly
Windows implements so called CRT handlers, which will catch any
assertions happening inside so called crt routines and either
displays a debug dialog (Cancel, Retry, Ignore) or outright crashes
the application.

See
https://docs.microsoft.com/en-us/cpp/c-runtime-library/parameter-validation?view=msvc-170
for an explanation of the behaviour.

Now, in the current situation here, close will detect (correctly)
that the pipe it is supposed to be closing is already closed. This
happens (again correctly) because it had been closed by the extcap
application.

The change added, checks for a closed pipe first, and if so just
returns -1 (as it should) silently without calling the CRT routine,
therefore not crashing
2022-05-16 14:48:37 +02:00
..
manager Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
models Qt: Fix File Path editor in table 2022-05-16 09:54:08 +00:00
utils Require Qt 5.9 or later 2022-04-20 18:59:32 -04:00
widgets Qt: Fix File Path editor in table 2022-05-16 09:54:08 +00:00
CMakeLists.txt Qt: Fix File Path editor in table 2022-05-16 09:54:08 +00:00
CMakeListsCustom.txt.example
about_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
about_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
about_dialog.ui Rename the "image" directory to "resources". 2022-03-09 02:07:51 +00:00
accordion_frame.cpp Qt: Use new-style signals+slots in more places. 2021-10-11 16:32:49 +00:00
accordion_frame.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
address_editor_frame.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
address_editor_frame.h Qt: Fix most of Qt6 compile warnings and issues 2022-03-25 11:16:18 -07:00
address_editor_frame.ui
bluetooth_att_server_attributes_dialog.cpp Bluetooth: have BT specific global names contain bluetooth 2022-03-14 20:02:10 +00:00
bluetooth_att_server_attributes_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05: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: Handle qsizetype. 2022-03-25 16:51:55 +00:00
bluetooth_device_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
bluetooth_device_dialog.ui Qt: Disable alternating table rows. 2022-01-02 14:41:53 -08:00
bluetooth_devices_dialog.cpp Qt: Handle qsizetype. 2022-03-25 16:51:55 +00:00
bluetooth_devices_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05: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 First pass pinfo->pool conversion 2021-07-21 05:38:29 +00:00
bluetooth_hci_summary_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
bluetooth_hci_summary_dialog.ui Qt: Disable alternating table rows. 2022-01-02 14:41:53 -08:00
byte_view_tab.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
byte_view_tab.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
capture_event.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
capture_file.cpp Refactor our logging and extend the wslog API 2021-06-11 09:40:28 +00:00
capture_file.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
capture_file_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
capture_file_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
capture_file_properties_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
capture_file_properties_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
capture_file_properties_dialog.ui
capture_filter_syntax_worker.cpp Qt: stop capture syntax worker thread on exit 2021-08-29 08:16:32 +00:00
capture_filter_syntax_worker.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
capture_info_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
capture_info_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
capture_info_dialog.ui
capture_options_dialog.cpp Qt: Remove unrequired setTab 2022-04-22 17:05:29 +00:00
capture_options_dialog.h Qt: Remove unrequired setTab 2022-04-22 17:05:29 +00:00
capture_options_dialog.ui Qt: Remove unrequired setTab 2022-04-22 17:05:29 +00:00
capture_preferences_frame.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
capture_preferences_frame.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05: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: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
coloring_rules_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05: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: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
column_editor_frame.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
column_editor_frame.ui
column_preferences_frame.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
column_preferences_frame.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
column_preferences_frame.ui Qt: Move reset to contextmenu 2019-10-22 11:50:20 +00:00
compiled_filter_output.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
compiled_filter_output.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
compiled_filter_output.ui
conversation_colorize_action.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
conversation_colorize_action.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
conversation_dialog.cpp conversations, endpoints: sort resolved addresses as text. 2022-04-30 19:37:50 -07:00
conversation_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
conversation_hash_tables_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
conversation_hash_tables_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
conversation_hash_tables_dialog.ui
credentials_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
credentials_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
credentials_dialog.ui Qt: Disable alternating table rows. 2022-01-02 14:41:53 -08:00
decode_as_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
decode_as_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05: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: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
display_filter_expression_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
display_filter_expression_dialog.ui
dissector_tables_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
dissector_tables_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
dissector_tables_dialog.ui Qt: Add heuristic description to dissector tables 2021-09-26 10:36:44 +00:00
enabled_protocols_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
enabled_protocols_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
enabled_protocols_dialog.ui Qt: in EnabledProtocolsDialog handle protocol type 2019-09-04 06:45:00 +00:00
endpoint_dialog.cpp conversations, endpoints: sort resolved addresses as text. 2022-04-30 19:37:50 -07:00
endpoint_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
expert_info_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
expert_info_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
expert_info_dialog.ui
export_dissection_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
export_dissection_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
export_object_action.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
export_object_action.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
export_object_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
export_object_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
export_object_dialog.ui Qt: Refactor ExportObjectsDialog 2019-11-22 05:10:16 +00:00
export_pdu_dialog.cpp Strip Headers: Add separate menu dialog, tshark help 2022-02-25 20:29:16 -05:00
export_pdu_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
export_pdu_dialog.ui
extcap_argument.cpp Require Qt 5.9 or later 2022-04-20 18:59:32 -04:00
extcap_argument.h Extcap prefs: Editor remembers empty values 2022-01-06 03:48:27 +00:00
extcap_argument_file.cpp Extcap prefs: Editor remembers empty values 2022-01-06 03:48:27 +00:00
extcap_argument_file.h Extcap prefs: Editor remembers empty values 2022-01-06 03:48:27 +00:00
extcap_argument_multiselect.cpp Extcap prefs: Editor remembers empty values 2022-01-06 03:48:27 +00:00
extcap_argument_multiselect.h Extcap prefs: Editor remembers empty values 2022-01-06 03:48:27 +00:00
extcap_options_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
extcap_options_dialog.h Extcap: Extcaps must be fully configured before start of capture 2022-01-06 07:02:11 +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: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
file_set_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
file_set_dialog.ui
filter_action.cpp Qt: Split MainWindow into WiresharkMainWindow and LogwolfMainWindow. 2022-04-04 09:39:27 -07:00
filter_action.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
filter_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
filter_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05: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: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
filter_expression_frame.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
filter_expression_frame.ui Qt: Undo MR 3422 (filter button separator hint) 2021-06-23 05:12:08 +00:00
firewall_rules_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
firewall_rules_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
firewall_rules_dialog.ui
follow_stream_dialog.cpp Require Qt 5.9 or later 2022-04-20 18:59:32 -04:00
follow_stream_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
follow_stream_dialog.ui UI: Follow Stream "Show and save data as" -> "Show data as" 2020-08-09 23:56:13 +00:00
font_color_preferences_frame.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
font_color_preferences_frame.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
font_color_preferences_frame.ui Qt: Selected item preference updates. 2019-06-12 17:10:35 +00:00
funnel_statistics.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
funnel_statistics.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
funnel_string_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
funnel_string_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
funnel_string_dialog.ui
funnel_text_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
funnel_text_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
funnel_text_dialog.ui
geometry_state_dialog.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
geometry_state_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
gpl-template.txt
gsm_map_summary_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
gsm_map_summary_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
gsm_map_summary_dialog.ui
i18n.qrc.in
iax2_analysis_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
iax2_analysis_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
iax2_analysis_dialog.ui
import_text_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
import_text_dialog.h text_import: Allow fake IP headers with Raw IP encapsulation 2022-01-11 08:46:44 -05:00
import_text_dialog.ui text_import: Allow fake IP headers with Raw IP encapsulation 2022-01-11 08:46:44 -05:00
interface_frame.cpp Qt: Fix proper preselection for remote interfaces 2022-05-10 14:52:27 +00:00
interface_frame.h Qt: Remove unnecessary signal/slot 2022-04-22 09:37:10 +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 extcap: Close pipe on windows properly 2022-05-16 14:48:37 +02:00
interface_toolbar.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
interface_toolbar.ui
interface_toolbar_reader.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
interface_toolbar_reader.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
io_graph_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
io_graph_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
io_graph_dialog.ui IO Graph: Add checkbox to prevent automatic rescans 2021-09-21 12:58:55 +00:00
layout_preferences_frame.cpp Qt: Disable Sorting for the packet List 2022-03-17 16:52:53 +01:00
layout_preferences_frame.h Qt: Disable Sorting for the packet List 2022-03-17 16:52:53 +01:00
layout_preferences_frame.ui Qt: Disable Sorting for the packet List 2022-03-17 16:52:53 +01:00
lbm_lbtrm_transport_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
lbm_lbtrm_transport_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
lbm_lbtrm_transport_dialog.ui
lbm_lbtru_transport_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
lbm_lbtru_transport_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
lbm_lbtru_transport_dialog.ui
lbm_stream_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
lbm_stream_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
lbm_stream_dialog.ui
lte_mac_statistics_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
lte_mac_statistics_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
lte_rlc_graph_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
lte_rlc_graph_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
lte_rlc_graph_dialog.ui
lte_rlc_statistics_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
lte_rlc_statistics_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
main.cpp wsutil: Add configuration namespaces. 2022-04-04 09:39:27 -07:00
main_application.cpp Qt: Split MainWindow into WiresharkMainWindow and LogwolfMainWindow. 2022-04-04 09:39:27 -07:00
main_application.h Allow to filter interface types 2022-04-19 09:19:50 +00:00
main_status_bar.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
main_status_bar.h Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
main_window.cpp Qt: Split MainWindow into WiresharkMainWindow and LogwolfMainWindow. 2022-04-04 09:39:27 -07:00
main_window.h Qt: Update our dynamic menu groups. 2022-04-12 12:14:03 -07:00
main_window_layout.cpp Qt: Remove some unused code. 2022-04-04 21:05:17 +00:00
main_window_preferences_frame.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
main_window_preferences_frame.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
main_window_preferences_frame.ui Qt: Restore space and add tooltips 2020-02-12 07:50:41 +00:00
manage_interfaces_dialog.cpp Qt: Fix File Path editor in table 2022-05-16 09:54:08 +00:00
manage_interfaces_dialog.h Qt: Clean up remote management interface 2022-05-10 16:26:37 +02: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: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
module_preferences_scroll_area.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
module_preferences_scroll_area.ui
mtp3_summary_dialog.cpp Qt: Fix various missing prototype warnings. 2021-04-16 22:25:22 +00:00
mtp3_summary_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
mtp3_summary_dialog.ui
multicast_statistics_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
multicast_statistics_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
packet_comment_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
packet_comment_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
packet_comment_dialog.ui
packet_diagram.cpp Qt: Split MainWindow into WiresharkMainWindow and LogwolfMainWindow. 2022-04-04 09:39:27 -07:00
packet_diagram.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
packet_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
packet_dialog.h Qt: Allow byteview to be hidden 2022-02-07 12:48:18 +00:00
packet_dialog.ui Qt: Fix Packet bytes dialog view 2022-02-07 22:03:01 +00:00
packet_format_group_box.cpp Qt: Allow omitting secondary data sources when printing 2022-02-10 23:28:53 -05:00
packet_format_group_box.h Qt: Allow omitting secondary data sources when printing 2022-02-10 23:28:53 -05:00
packet_format_group_box.ui Qt: Allow omitting secondary data sources when printing 2022-02-10 23:28:53 -05:00
packet_list.cpp Qt: Add a null pointer check. 2022-04-08 19:57:13 +00:00
packet_list.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
packet_range_group_box.cpp Replace g_assert() with ws_assert() 2021-06-19 01:23:31 +00:00
packet_range_group_box.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
packet_range_group_box.ui
preference_editor_frame.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
preference_editor_frame.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
preference_editor_frame.ui Qt: Handle filenames in preference editor frame 2020-07-03 06:12:48 +00:00
preferences_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
preferences_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
preferences_dialog.ui Qt: add initial RSA Keys preference frame 2019-01-29 23:34:01 +00:00
print_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
print_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
print_dialog.ui QT Print Dialog: Make header optional 2021-04-03 14:54:00 +00:00
profile_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
profile_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
profile_dialog.ui Qt, docs, ieee1905: fix some spelling errors 2019-09-21 08:33:58 +00:00
progress_frame.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
progress_frame.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
progress_frame.ui QT: progress UI: Fix TextLabel string to loading 2020-11-04 19:24:36 +00:00
proto_tree.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
proto_tree.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
protocol_hierarchy_dialog.cpp hierarchy stats: Only increment the total packet count once per frame 2022-04-12 13:38:33 +00:00
protocol_hierarchy_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
protocol_hierarchy_dialog.ui hierarchy stats: Only increment the total packet count once per frame 2022-04-12 13:38:33 +00:00
protocol_preferences_menu.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
protocol_preferences_menu.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
qt6-migration-links.txt Get CMake to successfully work with Qt6 2021-11-24 10:31:16 +00:00
recent_file_status.cpp Qt: Fix most of Qt6 compile warnings and issues 2022-03-25 11:16:18 -07:00
recent_file_status.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
remote_capture_dialog.cpp Merge the caputils/ and capchild/ directories 2021-03-29 06:08:02 +01:00
remote_capture_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
remote_capture_dialog.ui
remote_settings_dialog.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
remote_settings_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
remote_settings_dialog.ui
resolved_addresses_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
resolved_addresses_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
resolved_addresses_dialog.ui Qt: Disable alternating table rows. 2022-01-02 14:41:53 -08:00
response_time_delay_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
response_time_delay_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
rpc_service_response_time_dialog.cpp Qt: Handle qsizetype. 2022-03-25 16:51:55 +00:00
rpc_service_response_time_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
rsa_keys_frame.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
rsa_keys_frame.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05: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 Fix: Fixed issue with deadlock when same RTP dialog opened twice 2022-04-06 07:16:59 +00:00
rtp_analysis_dialog.h Fix: Fixed issue with deadlock when same RTP dialog opened twice 2022-04-06 07:16:59 +00:00
rtp_analysis_dialog.ui VoIP dialogs: Improvements and new functions 2021-04-15 21:19:51 +00:00
rtp_audio_stream.cpp Qt: Use new-style signals+slots in more places. 2021-10-11 16:32:49 +00:00
rtp_audio_stream.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
rtp_player_dialog.cpp Fix: Fixed issue with deadlock when same RTP dialog opened twice 2022-04-06 07:16:59 +00:00
rtp_player_dialog.h Fix: Fixed issue with deadlock when same RTP dialog opened twice 2022-04-06 07:16:59 +00:00
rtp_player_dialog.ui Qt UI: fix AutoUic warning 'The name 'label' (QLabel) is already in use' 2021-05-05 22:09:35 +02:00
rtp_stream_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
rtp_stream_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
rtp_stream_dialog.ui Add min/mean delta and min jitter, to the RTP analysis. 2021-05-02 19:58:59 +00:00
scsi_service_response_time_dialog.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
scsi_service_response_time_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
sctp_all_assocs_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
sctp_all_assocs_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
sctp_all_assocs_dialog.ui Qt: Disable alternating table rows. 2022-01-02 14:41:53 -08:00
sctp_assoc_analyse_dialog.cpp Fixed typo. 2021-04-21 04:16:27 +00:00
sctp_assoc_analyse_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
sctp_assoc_analyse_dialog.ui More SCTP Analysis GUI layout fixes. 2021-04-21 04:16:27 +00:00
sctp_chunk_statistics_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
sctp_chunk_statistics_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
sctp_chunk_statistics_dialog.ui Qt: Disable alternating table rows. 2022-01-02 14:41:53 -08:00
sctp_graph_arwnd_dialog.cpp Qt: Use new-style signals+slots in more places. 2021-10-11 16:32:49 +00:00
sctp_graph_arwnd_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
sctp_graph_arwnd_dialog.ui Further SCTP Analysis dialog layout improvements. 2021-04-21 04:16:27 +00:00
sctp_graph_byte_dialog.cpp Qt: Use new-style signals+slots in more places. 2021-10-11 16:32:49 +00:00
sctp_graph_byte_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
sctp_graph_byte_dialog.ui Further SCTP Analysis dialog layout improvements. 2021-04-21 04:16:27 +00:00
sctp_graph_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
sctp_graph_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
sctp_graph_dialog.ui
search_frame.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
search_frame.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
search_frame.ui Enable display filter autocomplete on find packet search. 2020-07-05 07:46:41 +00:00
sequence_diagram.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
sequence_diagram.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
sequence_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
sequence_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
sequence_dialog.ui VoIP Calls: Streams related to calls can be selected in RTP Streams 2021-04-19 20:04:05 +00:00
service_response_time_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
service_response_time_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
show_packet_bytes_dialog.cpp Require Qt 5.9 or later 2022-04-20 18:59:32 -04:00
show_packet_bytes_dialog.h Qt: Add Show as Json in Show Packet Bytes 2022-02-06 10:54:18 +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: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
simple_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
simple_statistics_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
simple_statistics_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
stats_tree_dialog.cpp Qt: Handle qsizetype. 2022-03-25 16:51:55 +00:00
stats_tree_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
strip_headers_dialog.cpp Strip Headers: Add separate menu dialog, tshark help 2022-02-25 20:29:16 -05:00
strip_headers_dialog.h Strip Headers: Add separate menu dialog, tshark help 2022-02-25 20:29:16 -05:00
strip_headers_dialog.ui Strip Headers: Add separate menu dialog, tshark help 2022-02-25 20:29:16 -05:00
supported_protocols_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
supported_protocols_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
supported_protocols_dialog.ui
tabnav_tree_widget.cpp Remove modelines in ui/qt. 2021-03-08 18:11:32 +00:00
tabnav_tree_widget.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
tap_parameter_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
tap_parameter_dialog.h Qt: Collapse/Expand context menu for StatsTreeDlg 2021-12-07 06:04:09 +00:00
tap_parameter_dialog.ui
tcp_stream_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
tcp_stream_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05: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 Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
time_shift_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
time_shift_dialog.ui
traffic_table_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
traffic_table_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
traffic_table_dialog.ui
uat_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
uat_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
uat_dialog.ui Qt: Convert the list management icons to templates. 2019-06-20 20:50:25 +00:00
uat_frame.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
uat_frame.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
uat_frame.ui Qt: Move CopyFrom from menu to button 2019-08-26 06:34:31 +00:00
voip_calls_dialog.cpp Fix: Fixed issue with deadlock when same RTP dialog opened twice 2022-04-06 07:16:59 +00:00
voip_calls_dialog.h Fix: Fixed issue with deadlock when same RTP dialog opened twice 2022-04-06 07:16:59 +00:00
voip_calls_dialog.ui VoIP Calls: Streams related to calls can be selected in RTP Streams 2021-04-19 20:04:05 +00:00
welcome_page.cpp Qt: Dynamically set our "Welcome to" banner in WelcomePage. 2022-04-04 09:39:27 -07:00
welcome_page.h Qt: Allow capture from hidden interfaces 2022-03-18 12:53:42 +00:00
welcome_page.ui Clean up URLs. 2020-10-02 20:13:42 -07:00
wireless_frame.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
wireless_frame.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
wireless_frame.ui
wireshark_application.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
wireshark_application.h Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
wireshark_de.ts [Automatic update for 2022-04-24] 2022-04-24 16:39:41 +00:00
wireshark_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
wireshark_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
wireshark_en.ts [Automatic update for 2022-04-24] 2022-04-24 16:39:41 +00:00
wireshark_es.ts [Automatic update for 2022-04-24] 2022-04-24 16:39:41 +00:00
wireshark_fr.ts [Automatic update for 2022-04-24] 2022-04-24 16:39:41 +00:00
wireshark_it.ts [Automatic update for 2022-05-01] 2022-05-01 17:26:48 +00:00
wireshark_ja_JP.ts [Automatic update for 2022-05-01] 2022-05-01 17:26:48 +00:00
wireshark_main_window.cpp Qt: Update our dynamic menu groups. 2022-04-12 12:14:03 -07:00
wireshark_main_window.h Qt: Split MainWindow into WiresharkMainWindow and LogwolfMainWindow. 2022-04-04 09:39:27 -07:00
wireshark_main_window.ui Qt: Split MainWindow into WiresharkMainWindow and LogwolfMainWindow. 2022-04-04 09:39:27 -07:00
wireshark_main_window_slots.cpp Qt: Remove unrequired setTab 2022-04-22 17:05:29 +00:00
wireshark_pl.ts [Automatic update for 2022-04-24] 2022-04-24 16:39:41 +00:00
wireshark_ru.ts [Automatic update for 2022-04-24] 2022-04-24 16:39:41 +00:00
wireshark_sv.ts [Automatic update for 2022-04-24] 2022-04-24 16:39:41 +00:00
wireshark_tr_TR.ts [Automatic update for 2022-05-01] 2022-05-01 17:26:48 +00:00
wireshark_uk.ts [Automatic update for 2022-04-24] 2022-04-24 16:39:41 +00:00
wireshark_zh_CN.ts [Automatic update for 2022-04-24] 2022-04-24 16:39:41 +00:00
wlan_statistics_dialog.cpp Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
wlan_statistics_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00