wireshark/ui/qt
João Valverde 967a3c3df9 Qt: Check field autocomplete for syntactical validity
Currently the autocompletion engine always suggests a protocol
field completion, even in places where it isn't syntactically
valid.

Fix that by compiling the preamble to the token under the cursor
and checking the returned error. If it is DF_ERROR_UNEXPECTED_END
that indicates a field or literal value was expected. Otherwise
a field replacement is not valid in this position.

Fixes #12811.
2022-12-01 22:50:09 +00:00
..
manager Qt: Split MainApplication out from WiresharkApplication. 2022-04-04 09:39:27 -07:00
models Qt: Fix crash when clicking on expanded entry in Expert Info Dialog 2022-11-21 20:36:41 -05:00
utils Fix build on OpenSUSE 15.3 2022-11-16 08:21:13 +00:00
widgets Qt: Check field autocomplete for syntactical validity 2022-12-01 22:50:09 +00:00
CMakeLists.txt CMake: Fix Qt -Werror compilation flag 2022-10-04 17:08:31 +00:00
CMakeListsCustom.txt.example spdx: more licenses converted. 2018-03-07 15:56:44 +00:00
about_dialog.cpp ui: Fix Qt deprecation messages 2022-09-21 16:29:10 +02:00
about_dialog.h Convert Acknowledgements to markdown and update GUI 2022-08-02 00:09:29 +00:00
about_dialog.ui Qt: Remove capitalization of preposition in title 2022-08-02 13:48:43 +01: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 Qt: Move all utility widgets to widgets subdirectory 2017-07-11 21:30:29 +00:00
bluetooth_att_server_attributes_dialog.cpp Change some `wmem_packet_scope()` to `pinfo->pool` 2022-11-01 14:03:44 +00:00
bluetooth_att_server_attributes_dialog.h tap: Adding flags for tap_packet 2022-06-10 05:46:15 +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: Do not spin new event loop on menu show 2022-07-03 13:41:30 +02:00
bluetooth_device_dialog.h tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00:00
bluetooth_device_dialog.ui Qt: Disable alternating table rows. 2022-01-02 14:41:53 -08:00
bluetooth_devices_dialog.cpp Qt: Do not spin new event loop on menu show 2022-07-03 13:41:30 +02:00
bluetooth_devices_dialog.h tap: Adding flags for tap_packet 2022-06-10 05:46:15 +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: Do not spin new event loop on menu show 2022-07-03 13:41:30 +02:00
bluetooth_hci_summary_dialog.h tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00: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 Ui: Cleanup row number and select packet 2022-06-28 14:56:06 +02:00
capture_file.h Ui: Cleanup row number and select packet 2022-06-28 14:56:06 +02:00
capture_file_dialog.cpp QT: When opening files, filter on All Capture Files immediately 2022-10-31 14:35:49 +00:00
capture_file_dialog.h Qt: Fix leak in CaptureFileDialog 2022-06-02 12:31:01 +00:00
capture_file_properties_dialog.cpp Qt: fix speling. 2022-08-02 23:31:44 -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 qt: capture file properties: add a splitter 2018-04-11 02:16:34 +00:00
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 Qt: Save the Capture Information dialog geometry. 2018-05-16 18:44:59 +00:00
capture_options_dialog.cpp Capture options dialog: Fix start of capture by double click 2022-10-31 14:07:49 +00:00
capture_options_dialog.h Capture options dialog: Fix start of capture by double click 2022-10-31 14:07:49 +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 dfilter: Return an error object instead of string 2022-11-28 15:46:44 +00: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 epan: Rearrange column includes 2022-08-13 19:37:28 +00:00
column_editor_frame.h Qt: Add resolved button to Edit Columns 2022-06-30 08:28:54 -04:00
column_editor_frame.ui Qt: Add resolved button to Edit Columns 2022-06-30 08:28:54 -04:00
column_preferences_frame.cpp epan: Rearrange column includes 2022-08-13 19:37:28 +00: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 ui: Fix Qt deprecation messages 2022-09-21 16:29:10 +02:00
conversation_colorize_action.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
conversation_dialog.cpp TrafficTree: Fix wrong element choosen in context menu 2022-10-30 10:07:13 +00:00
conversation_dialog.h conversation_dialog.h: Fix -Wdocumentation 2022-06-28 21:37:32 +00:00
conversation_hash_tables_dialog.cpp CMake: Move clang warnings 2022-11-17 01:35:16 +00: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 tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00:00
credentials_dialog.h tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00: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: if regex not valid don't attempt search 2022-09-22 12:47:08 -05:00
display_filter_expression_dialog.h Qt: Concurrently fill display filter expression dialog 2022-07-11 16:36:43 +00:00
display_filter_expression_dialog.ui Qt: Update display filter expression dialog with any/all 2022-07-17 19:23:15 +00:00
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 Qt: initialize endpoints name resolution 2022-07-30 15:25:07 -05:00
endpoint_dialog.h Qt: Remove unnecessary cli option 2022-06-08 17:42:58 +02:00
expert_info_dialog.cpp Qt: Add ProgressFrame to the Expert Information dialog 2022-10-31 14:15:18 +00:00
expert_info_dialog.h Qt: Autoset limit to display filter for expert dialog 2022-06-12 15:30:12 +00:00
expert_info_dialog.ui Add a model to use for Expert Info dialog. 2017-12-13 16:07:07 +00:00
export_dissection_dialog.cpp Qt: Connect ExportDissectionDialog to filesSelected 2022-09-07 00:54:42 +00:00
export_dissection_dialog.h Qt: Connect ExportDissectionDialog to filesSelected 2022-09-07 00:54:42 +00: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 Qt: Move all utility widgets to widgets subdirectory 2017-07-11 21:30:29 +00:00
extcap_argument.cpp Qt+extcap: editselect value fixups. 2022-10-09 00:44:27 +00:00
extcap_argument.h Qt+extcap: Add editable extcap selectors. 2022-10-07 17:01:17 +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: Add an "x-reset" icon and use to reset extcap options. 2022-08-07 20:21:12 +00: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 Convert the file set dialog treewidget to a treeview+model. 2017-12-05 18:27:23 +00:00
filter_action.cpp Qt: Add stream number to conversations 2022-06-21 10:01:18 +02:00
filter_action.h Qt: Add stream number to conversations 2022-06-21 10:01:18 +02: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 follow_stream_dialoag(qt): Fix Clang Analyzer Warning 2022-10-10 11:57:29 +00: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 Revert "Qt: remove unnecessary method from FunnelStatistics" 2022-07-29 13:13:36 +00: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
glib_mainloop_on_qeventloop.cpp Qt: Setup GLib mainloop when needed 2022-07-24 20:57:18 +02:00
glib_mainloop_on_qeventloop.h Qt: Setup GLib mainloop when needed 2022-07-24 20:57:18 +02:00
gpl-template.txt Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
gsm_map_summary_dialog.cpp tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00: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 dfilter: Return an error object instead of string 2022-11-28 15:46:44 +00:00
iax2_analysis_dialog.h tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00:00
iax2_analysis_dialog.ui Qt: Move utils to separate utils directory 2017-07-26 10:11:55 +00:00
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 Capture options dialog: Fix start of capture by double click 2022-10-31 14:07:49 +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 Qt: Enable compilation on gcc 12.1 and Qt6 2022-08-23 12:38:20 +00:00
interface_toolbar.h Qt: Fix interface auto slot 2022-08-05 08:56:22 +00: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 dfilter: Return an error object instead of string 2022-11-28 15:46:44 +00:00
io_graph_dialog.h tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00: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: Fix 29West dialog deletion. 2022-09-11 12:44:46 -07:00
lbm_lbtrm_transport_dialog.h Qt: Fix 29West dialog deletion. 2022-09-11 12:44:46 -07:00
lbm_lbtrm_transport_dialog.ui Qt: Miscellaneous translation hints. 2017-12-29 14:15:21 +00:00
lbm_lbtru_transport_dialog.cpp Qt: Fix 29West dialog deletion. 2022-09-11 12:44:46 -07:00
lbm_lbtru_transport_dialog.h Qt: Fix 29West dialog deletion. 2022-09-11 12:44:46 -07:00
lbm_lbtru_transport_dialog.ui Qt: Miscellaneous translation hints. 2017-12-29 14:15:21 +00:00
lbm_stream_dialog.cpp Qt: Fix 29West dialog deletion. 2022-09-11 12:44:46 -07:00
lbm_stream_dialog.h Qt: Fix 29West dialog deletion. 2022-09-11 12:44:46 -07:00
lbm_stream_dialog.ui Qt: Move all utility widgets to widgets subdirectory 2017-07-11 21:30:29 +00:00
lte_mac_statistics_dialog.cpp Qt: Fix setTextAlignment() deprecation 2022-10-04 17:08:31 +00:00
lte_mac_statistics_dialog.h tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00:00
lte_rlc_graph_dialog.cpp RLC Graph: store secs in time_t 2022-08-20 19:56:34 +00: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 Allow switching direction in LTE RLC graph 2017-12-09 13:58:19 +00:00
lte_rlc_statistics_dialog.cpp Qt: Fix setTextAlignment() deprecation 2022-10-04 17:08:31 +00:00
lte_rlc_statistics_dialog.h tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00:00
main.cpp dfilter: Return an error object instead of string 2022-11-28 15:46:44 +00:00
main_application.cpp Qt: Make sure our font setting is backward compatible. 2022-10-27 10:46:06 -07:00
main_application.h Add Logray capture icons. 2022-09-10 23:35:27 +00:00
main_status_bar.cpp Qt: Prevent dangling object for profile dialog 2022-10-31 10:10:42 +00:00
main_status_bar.h Qt: Edit->Preferences resets titlebar and statusBar to defaults 2022-07-13 18:08:22 +00:00
main_window.cpp TCP: Overriding of the automatic SEQ Analysis 2022-11-01 10:01:35 +00:00
main_window.h TCP: Overriding of the automatic SEQ Analysis 2022-11-01 10:01:35 +00: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 TCP: Overriding of the automatic SEQ Analysis 2022-11-01 10:01:35 +00:00
module_preferences_scroll_area.h TCP: Overriding of the automatic SEQ Analysis 2022-11-01 10:01:35 +00:00
module_preferences_scroll_area.ui
mtp3_summary_dialog.cpp tap: Adding flags for tap_packet 2022-06-10 05:46:15 +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: Do not spin new event loop on menu show 2022-07-03 13:41:30 +02:00
packet_diagram.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
packet_dialog.cpp epan: Respect custom column resolved/unresolved status everywhere 2022-07-12 00:22:11 +00: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 Packet List: preserve horizontal scroll extent for PgUp/PgDn 2022-11-05 21:56:19 +00:00
packet_list.h Ui: Remove time column reformat callback 2022-06-28 14:23:05 +02: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 Qt: Move all utility widgets to widgets subdirectory 2017-07-11 21:30:29 +00:00
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: Move generic methods to utils 2022-11-01 18:12:07 +00:00
profile_dialog.h Qt: Move generic methods to utils 2022-11-01 18:12:07 +00:00
profile_dialog.ui Qt, docs, ieee1905: fix some spelling errors 2019-09-21 08:33:58 +00:00
progress_frame.cpp Qt: Increase animation speed for progress frame 2022-06-27 14:03:34 +00:00
progress_frame.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
progress_frame.ui Qt: Avoid clipping the text label field in progressFrame 2022-09-06 17:05:38 +00:00
proto_tree.cpp Qt: Speed up ProtoTreeModel with lots of items 2022-11-14 06:28:16 -05:00
proto_tree.h Qt: Speed up ProtoTreeModel with lots of items 2022-11-14 06:28:16 -05:00
protocol_hierarchy_dialog.cpp Qt: Use new-style syntax for signal & slots connected by name. 2022-09-27 21:43:05 +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: Fix a deprecated warning 2022-11-06 22:33:25 +00:00
protocol_preferences_menu.h TCP: Overriding of the automatic SEQ Analysis 2022-11-01 10:01:35 +00: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 Qt6: migrate obsolete currentIndexChanged(QString) 2022-09-12 22:10:11 +00:00
remote_capture_dialog.h Qt6: migrate obsolete currentIndexChanged(QString) 2022-09-12 22:10:11 +00: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: Resolved Addresses - display filename if present 2022-10-24 00:07:09 +00:00
resolved_addresses_dialog.h Qt: Fix resolved addresses dialog sorting, filtering, Ethernet groups 2022-09-09 01:03:36 +00: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: Don't use obsolete signal in DCE-RPC/ONC-RPC SRT 2022-09-08 03:55:43 +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 RTP Analysis dialog: Fix of clock drift freq drift calculation 2022-06-21 19:08:28 +00:00
rtp_analysis_dialog.h tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00:00
rtp_analysis_dialog.ui VoIP dialogs: Improvements and new functions 2021-04-15 21:19:51 +00:00
rtp_audio_stream.cpp RTP Player: Fix: Only silence played on Windows with Qt 6.x 2022-10-08 09:30:52 +00:00
rtp_audio_stream.h Qt: Update the RTP stream UI to support Qt6Multimedia. 2022-07-21 20:09:52 +00:00
rtp_player_dialog.cpp RTP Player: Fix: Playback marker do not move after resume with Qt6 2022-11-24 15:32:36 +00:00
rtp_player_dialog.h Qt6: Audio code review 2022-07-21 20:09:52 +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: Use new-style syntax for signal & slots connected by name. 2022-09-27 21:43:05 +00: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: Do not spin new event loop on menu show 2022-07-03 13:41:30 +02: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 SCTP: Add a checkbox to show relative TSNs 2018-06-08 10:23:34 +00:00
search_frame.cpp Convert capture file regex search to PCRE2. 2022-07-27 11:21:03 +00:00
search_frame.h Convert capture file regex search to PCRE2. 2022-07-27 11:21:03 +00: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: Do not spin new event loop on menu show 2022-07-03 13:41:30 +02: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 packet bytes: do a simpler test for "is this ASCII?" 2022-10-21 00:42:42 -07:00
show_packet_bytes_dialog.h Qt: Add percent-encoding to Show Packet Bytes 2022-09-03 17:25:28 +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 Fix more unused variables and enable unused-but-set-variable errors. 2022-11-08 13:49:44 -08: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: Supported Protocols search - increase debounce timeout 2022-07-12 15:25:06 +00:00
supported_protocols_dialog.h Add UI header files to Doxygen 2021-11-30 08:01:36 -05:00
supported_protocols_dialog.ui Convert Supported Protocols dialog to use model 2017-12-16 15:20:50 +00:00
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: Use new-style syntax for signal & slots connected by name. 2022-09-27 21:43:05 +00:00
tap_parameter_dialog.h Qt: Collapse/Expand context menu for StatsTreeDlg 2021-12-07 06:04:09 +00:00
tap_parameter_dialog.ui Qt: Move all utility widgets to widgets subdirectory 2017-07-11 21:30:29 +00:00
tcp_stream_dialog.cpp Qt: Set a minimum width for our stream spinboxes. 2022-09-29 16:42:56 +00: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 Qt: Move all utility widgets to widgets subdirectory 2017-07-11 21:30:29 +00:00
traffic_table_dialog.cpp Qt: Filter TrafficListTypes 2022-07-01 11:30:57 +02:00
traffic_table_dialog.h Qt: Cleanup TrafficTypesList 2022-07-01 08:02:47 +00:00
traffic_table_dialog.ui Qt: Filter TrafficListTypes 2022-07-01 11:30:57 +02:00
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 Qt: Do not spin new event loop on menu show 2022-07-03 13:41:30 +02:00
voip_calls_dialog.h tap: Adding flags for tap_packet 2022-06-10 05:46:15 +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: Do not spin new event loop on menu show 2022-07-03 13:41:30 +02:00
welcome_page.h Qt: Allow capture from hidden interfaces 2022-03-18 12:53:42 +00:00
welcome_page.ui Adding some SharkFest info to the welcome screen 2022-08-25 16:43:56 +00: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 Add Logray capture icons. 2022-09-10 23:35:27 +00:00
wireshark_application.h Add Logray capture icons. 2022-09-10 23:35:27 +00:00
wireshark_de.ts [Automatic update for 2022-11-13] 2022-11-13 18:12:27 +00:00
wireshark_dialog.cpp tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00:00
wireshark_dialog.h tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00:00
wireshark_en.ts [Automatic update for 2022-11-13] 2022-11-13 18:12:27 +00:00
wireshark_es.ts [Automatic update for 2022-11-13] 2022-11-13 18:12:27 +00:00
wireshark_fr.ts [Automatic update for 2022-11-13] 2022-11-13 18:12:27 +00:00
wireshark_it.ts [Automatic update for 2022-11-20] 2022-11-20 16:46:55 +00:00
wireshark_ja_JP.ts [Automatic update for 2022-11-20] 2022-11-20 16:46:55 +00:00
wireshark_main_window.cpp dfilter: Return an error object instead of string 2022-11-28 15:46:44 +00:00
wireshark_main_window.h TCP: Overriding of the automatic SEQ Analysis 2022-11-01 10:01:35 +00:00
wireshark_main_window.ui LTP: Enhance with generated items, sequence analysis, and statistics 2022-10-13 09:30:55 +00:00
wireshark_main_window_slots.cpp dfilter: Return an error object instead of string 2022-11-28 15:46:44 +00:00
wireshark_pl.ts [Automatic update for 2022-11-13] 2022-11-13 18:12:27 +00:00
wireshark_ru.ts [Automatic update for 2022-11-13] 2022-11-13 18:12:27 +00:00
wireshark_sv.ts [Automatic update for 2022-11-13] 2022-11-13 18:12:27 +00:00
wireshark_tr_TR.ts [Automatic update for 2022-11-20] 2022-11-20 16:46:55 +00:00
wireshark_uk.ts [Automatic update for 2022-11-13] 2022-11-13 18:12:27 +00:00
wireshark_zh_CN.ts [Automatic update for 2022-11-13] 2022-11-13 18:12:27 +00:00
wlan_statistics_dialog.cpp Qt: Fix setTextAlignment() deprecation 2022-10-04 17:08:31 +00:00
wlan_statistics_dialog.h tap: Adding flags for tap_packet 2022-06-10 05:46:15 +00:00