wireshark/ui/qt
Peter Wu 7c0c8189a6 Qt: fix "Follow stream" in Conversations dialog
If no stream is given to FollowStreamDialog::follow(), then it
overwrites the display filter with a conversation filter for the first
packet in the capture file.

Pass an explicit stream number and the "Follow stream" button will set a
correct display filter.

Test: open pcap with three TCP streams. Statistics -> Conversations.
Select last TCP conversation (expect "tcp.stream eq 2"). Select the
second conversation (expect "tcp.stream eq 1") and activate "Filter Out"
button (expect "!(tcp.stream eq 1)" and not "!(tcp.stream eq 2) and
!(tcp.stream eq 1)").

Bug: 14254
Change-Id: I28744d7f76f5034b07ea5660b45399566e3a7d2c
Reviewed-on: https://code.wireshark.org/review/26520
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2018-03-21 16:56:21 +00:00
..
manager replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
models Epan+Qt: Invalidate cached column strings. 2018-03-15 12:19:23 +00:00
utils Generalize wtap_pkthdr into a structure for packet and non-packet records. 2018-02-09 00:29:51 +00:00
widgets Qt: Handle UAT editor dialogs explicitly. 2018-03-07 10:09:47 +00:00
CMakeLists.txt spdx: more licenses converted. 2018-03-07 15:56:44 +00:00
CMakeListsCustom.txt.example spdx: more licenses converted. 2018-03-07 15:56:44 +00:00
Makefile.am Convert coloring rules dialog to use model. 2018-02-14 07:45:47 +00:00
Makefile_custom.common
about_dialog.cpp Qt 4.8 compatibility for escaping HTML 2018-03-15 20:00:41 +00:00
about_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
about_dialog.ui Qt: Always show the Plugins tab in the about box. 2018-02-01 16:55:03 +00:00
accordion_frame.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
accordion_frame.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
address_editor_frame.cpp Generalize wtap_pkthdr into a structure for packet and non-packet records. 2018-02-09 00:29:51 +00:00
address_editor_frame.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
address_editor_frame.ui
bluetooth_att_server_attributes_dialog.cpp Generalize wtap_pkthdr into a structure for packet and non-packet records. 2018-02-09 00:29:51 +00:00
bluetooth_att_server_attributes_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
bluetooth_att_server_attributes_dialog.ui
bluetooth_device_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
bluetooth_device_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
bluetooth_device_dialog.ui
bluetooth_devices_dialog.cpp Generalize wtap_pkthdr into a structure for packet and non-packet records. 2018-02-09 00:29:51 +00:00
bluetooth_devices_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
bluetooth_devices_dialog.ui
bluetooth_hci_summary_dialog.cpp Generalize wtap_pkthdr into a structure for packet and non-packet records. 2018-02-09 00:29:51 +00:00
bluetooth_hci_summary_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
bluetooth_hci_summary_dialog.ui
byte_view_tab.cpp Qt: fix crash in packet dialog on changing selection 2018-02-14 08:03:10 +00:00
byte_view_tab.h Qt: fix crash in packet dialog on changing selection 2018-02-14 08:03:10 +00:00
capture_file.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
capture_file.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
capture_file_dialog.cpp Qt: allow keyboard navigation in Unsaved packets dialog 2018-03-18 14:10:41 +00:00
capture_file_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
capture_file_properties_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
capture_file_properties_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
capture_file_properties_dialog.ui Qt: Move sized toolbar images to stock_icons. 2018-01-05 03:27:15 +00:00
capture_filter_syntax_worker.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
capture_filter_syntax_worker.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
capture_info_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
capture_info_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
capture_interfaces_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
capture_interfaces_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
capture_interfaces_dialog.ui Use pcapng as the name of the file format. 2018-01-09 00:38:51 +00:00
capture_preferences_frame.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
capture_preferences_frame.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
capture_preferences_frame.ui Qt: Don't use the term "extcap" interfaces in UI 2018-01-13 13:44:25 +00:00
coloring_rules_dialog.cpp coloring rules dialogue: remove unused signal 2018-03-04 11:34:30 +00:00
coloring_rules_dialog.h Convert coloring rules dialog to use model. 2018-02-14 07:45:47 +00:00
coloring_rules_dialog.ui Convert coloring rules dialog to use model. 2018-02-14 07:45:47 +00:00
column_editor_frame.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
column_editor_frame.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
column_editor_frame.ui Qt: Improve ColumnEditorFrame stretching 2017-12-20 19:40:40 +00:00
column_preferences_frame.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
column_preferences_frame.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
column_preferences_frame.ui Qt: Move sized toolbar images to stock_icons. 2018-01-05 03:27:15 +00:00
compiled_filter_output.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
compiled_filter_output.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
compiled_filter_output.ui
conversation_colorize_action.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
conversation_colorize_action.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
conversation_dialog.cpp Qt: fix "Follow stream" in Conversations dialog 2018-03-21 16:56:21 +00:00
conversation_dialog.h Qt: fix "Follow stream" in Conversations dialog 2018-03-21 16:56:21 +00:00
conversation_hash_tables_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
conversation_hash_tables_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
conversation_hash_tables_dialog.ui
decode_as_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
decode_as_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
decode_as_dialog.ui Qt: Move sized toolbar images to stock_icons. 2018-01-05 03:27:15 +00:00
display_filter_expression_dialog.cpp Don't cast away constness. 2018-02-20 22:08:52 +00:00
display_filter_expression_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
display_filter_expression_dialog.ui
dissector_tables_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
dissector_tables_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
dissector_tables_dialog.ui Qt: Filter Dissector tables properly 2017-12-20 19:42:11 +00:00
doxygen.cfg.in
enabled_protocols_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
enabled_protocols_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
enabled_protocols_dialog.ui Convert Enabled protocols dialog to use model. 2017-12-19 08:21:19 +00:00
endpoint_dialog.cpp Transition from GeoIP Legacy to MaxMindDB. 2018-03-06 18:02:21 +00:00
endpoint_dialog.h Transition from GeoIP Legacy to MaxMindDB. 2018-03-06 18:02:21 +00:00
expert_info_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
expert_info_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +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 replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
export_dissection_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
export_object_action.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
export_object_action.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
export_object_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
export_object_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
export_object_dialog.ui Convert Export Objects dialog to use a model. 2017-12-27 03:13:38 +00:00
export_pdu_dialog.cpp Constify an argument, remove no-longer-necessary removal of constness. 2018-02-20 20:06:36 +00:00
export_pdu_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
export_pdu_dialog.ui
extcap_argument.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
extcap_argument.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
extcap_argument_file.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
extcap_argument_file.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
extcap_argument_multiselect.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
extcap_argument_multiselect.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
extcap_options_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
extcap_options_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
extcap_options_dialog.ui
file_set_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
file_set_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00: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 replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
filter_action.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
filter_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
filter_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
filter_dialog.ui Qt: Move sized toolbar images to stock_icons. 2018-01-05 03:27:15 +00:00
filter_expression_frame.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
filter_expression_frame.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
filter_expression_frame.ui
firewall_rules_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
firewall_rules_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
firewall_rules_dialog.ui
follow_stream_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
follow_stream_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
follow_stream_dialog.ui
font_color_preferences_frame.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
font_color_preferences_frame.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
font_color_preferences_frame.ui
funnel_statistics.cpp Don't gratuitously cast away constness. 2018-02-20 19:47:45 +00:00
funnel_statistics.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
funnel_string_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
funnel_string_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
funnel_string_dialog.ui
funnel_text_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
funnel_text_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
funnel_text_dialog.ui
geometry_state_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
geometry_state_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
gpl-template.txt replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
gsm_map_summary_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
gsm_map_summary_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
gsm_map_summary_dialog.ui
i18n.qrc.in
iax2_analysis_dialog.cpp Generalize wtap_pkthdr into a structure for packet and non-packet records. 2018-02-09 00:29:51 +00:00
iax2_analysis_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
iax2_analysis_dialog.ui
import_text_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
import_text_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
import_text_dialog.ui
interface_frame.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
interface_frame.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
interface_frame.ui
interface_toolbar.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
interface_toolbar.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
interface_toolbar.ui
interface_toolbar_reader.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
interface_toolbar_reader.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
io_graph_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
io_graph_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
io_graph_dialog.ui Qt: Move sized toolbar images to stock_icons. 2018-01-05 03:27:15 +00:00
layout_preferences_frame.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
layout_preferences_frame.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
layout_preferences_frame.ui Qt: Small layout improvement in preferences 2017-11-28 21:09:58 +00:00
lbm_lbtrm_transport_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
lbm_lbtrm_transport_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
lbm_lbtrm_transport_dialog.ui Qt: Miscellaneous translation hints. 2017-12-29 14:15:21 +00:00
lbm_lbtru_transport_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
lbm_lbtru_transport_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
lbm_lbtru_transport_dialog.ui Qt: Miscellaneous translation hints. 2017-12-29 14:15:21 +00:00
lbm_stream_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
lbm_stream_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
lbm_stream_dialog.ui
lte_mac_statistics_dialog.cpp Type casts without const lose constness. 2018-02-20 19:38:36 +00:00
lte_mac_statistics_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
lte_rlc_graph_dialog.cpp RLC graph: fix zooming, both in normal case and when graph direction has been switched 2018-02-09 05:30:55 +00:00
lte_rlc_graph_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00: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 Type casts without const lose constness. 2018-02-20 19:38:36 +00:00
lte_rlc_statistics_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
main_status_bar.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
main_status_bar.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
main_welcome.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
main_welcome.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
main_welcome.ui
main_window.cpp Qt: allow keyboard navigation in Unsaved packets dialog 2018-03-18 14:10:41 +00:00
main_window.h Qt: fix "Follow stream" in Conversations dialog 2018-03-21 16:56:21 +00:00
main_window.ui Generate HTTP Referer statistics 2018-02-07 05:37:51 +00:00
main_window_preferences_frame.cpp Qt: ensure field is visible on selection from bytes view 2018-03-18 00:30:49 +00:00
main_window_preferences_frame.h Qt: ensure field is visible on selection from bytes view 2018-03-18 00:30:49 +00:00
main_window_preferences_frame.ui Qt: ensure field is visible on selection from bytes view 2018-03-18 00:30:49 +00:00
main_window_slots.cpp Qt: fix "Follow stream" in Conversations dialog 2018-03-21 16:56:21 +00:00
manage_interfaces_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
manage_interfaces_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
manage_interfaces_dialog.ui Qt: Move sized toolbar images to stock_icons. 2018-01-05 03:27:15 +00:00
module_preferences_scroll_area.cpp Qt: rework routine in module_preferences_scroll_area. 2018-03-07 10:43:49 +00:00
module_preferences_scroll_area.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
module_preferences_scroll_area.ui
mtp3_summary_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
mtp3_summary_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
mtp3_summary_dialog.ui
multicast_statistics_dialog.cpp Qt: Implement MulticastStatisticsDialog::treeItemData 2018-03-12 17:25:41 +00:00
multicast_statistics_dialog.h Qt: Implement MulticastStatisticsDialog::treeItemData 2018-03-12 17:25:41 +00:00
packet_comment_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
packet_comment_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
packet_comment_dialog.ui
packet_dialog.cpp Qt: fix crash in packet dialog on changing selection 2018-02-14 08:03:10 +00:00
packet_dialog.h Generalize wtap_pkthdr into a structure for packet and non-packet records. 2018-02-09 00:29:51 +00:00
packet_dialog.ui
packet_format_group_box.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
packet_format_group_box.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
packet_format_group_box.ui
packet_list.cpp Epan+Qt: Invalidate cached column strings. 2018-03-15 12:19:23 +00:00
packet_list.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
packet_range_group_box.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
packet_range_group_box.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
packet_range_group_box.ui
preference_editor_frame.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
preference_editor_frame.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
preference_editor_frame.ui
preferences_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
preferences_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
preferences_dialog.ui Convert preference dialog to use more models. 2018-01-04 21:20:59 +00:00
print_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
print_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
print_dialog.ui
profile_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
profile_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
profile_dialog.ui Qt: Move sized toolbar images to stock_icons. 2018-01-05 03:27:15 +00:00
progress_frame.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
progress_frame.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
progress_frame.ui
proto_tree.cpp Qt: ensure field is visible on selection from bytes view 2018-03-18 00:30:49 +00:00
proto_tree.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
protocol_hierarchy_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
protocol_hierarchy_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
protocol_hierarchy_dialog.ui
protocol_preferences_menu.cpp Qt: remove leak from protocol_preferences_menu (found by clang). 2018-03-07 16:46:48 +00:00
protocol_preferences_menu.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
recent_file_status.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
recent_file_status.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
remote_capture_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
remote_capture_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
remote_capture_dialog.ui
remote_settings_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
remote_settings_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
remote_settings_dialog.ui
resolved_addresses_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
resolved_addresses_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
resolved_addresses_dialog.ui
response_time_delay_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
response_time_delay_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
rpc_service_response_time_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
rpc_service_response_time_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
rtp_analysis_dialog.cpp Generalize wtap_pkthdr into a structure for packet and non-packet records. 2018-02-09 00:29:51 +00:00
rtp_analysis_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
rtp_analysis_dialog.ui
rtp_audio_stream.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
rtp_audio_stream.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
rtp_player_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
rtp_player_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
rtp_player_dialog.ui
rtp_stream_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
rtp_stream_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
rtp_stream_dialog.ui
scsi_service_response_time_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
scsi_service_response_time_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sctp_all_assocs_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sctp_all_assocs_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sctp_all_assocs_dialog.ui
sctp_assoc_analyse_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sctp_assoc_analyse_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sctp_assoc_analyse_dialog.ui Qt: Move sized toolbar images to stock_icons. 2018-01-05 03:27:15 +00:00
sctp_chunk_statistics_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sctp_chunk_statistics_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sctp_chunk_statistics_dialog.ui
sctp_graph_arwnd_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sctp_graph_arwnd_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sctp_graph_arwnd_dialog.ui
sctp_graph_byte_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sctp_graph_byte_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sctp_graph_byte_dialog.ui
sctp_graph_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sctp_graph_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sctp_graph_dialog.ui
search_frame.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
search_frame.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
search_frame.ui
sequence_diagram.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sequence_diagram.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sequence_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sequence_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
sequence_dialog.ui
service_response_time_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
service_response_time_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
show_packet_bytes_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
show_packet_bytes_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
show_packet_bytes_dialog.ui
simple_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
simple_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
simple_statistics_dialog.cpp Qt: remove leak in simple_statistics_dialog (found by clang). 2018-03-07 16:52:58 +00:00
simple_statistics_dialog.h Get rid of more new_ prefixes for statistics functions and types. 2018-02-19 00:12:51 +00:00
splash_overlay.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
splash_overlay.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
splash_overlay.ui Qt: Speed up the splash overlay. 2017-12-06 00:46:38 +00:00
stats_tree_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
stats_tree_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
supported_protocols_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
supported_protocols_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
supported_protocols_dialog.ui Convert Supported Protocols dialog to use model 2017-12-16 15:20:50 +00:00
tabnav_tree_widget.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
tabnav_tree_widget.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
tap_parameter_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
tap_parameter_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
tap_parameter_dialog.ui
tcp_stream_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
tcp_stream_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
tcp_stream_dialog.ui
time_shift_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
time_shift_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
time_shift_dialog.ui
traffic_table_dialog.cpp Don't cast away constness. 2018-02-20 20:13:29 +00:00
traffic_table_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
traffic_table_dialog.ui
uat_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
uat_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
uat_dialog.ui Qt: Move sized toolbar images to stock_icons. 2018-01-05 03:27:15 +00:00
uat_frame.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
uat_frame.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
uat_frame.ui Qt: Move sized toolbar images to stock_icons. 2018-01-05 03:27:15 +00:00
voip_calls_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
voip_calls_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
voip_calls_dialog.ui
wireless_frame.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
wireless_frame.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
wireless_frame.ui
wireless_timeline.cpp Cast away constness at the point where it can't be avoided. 2018-02-20 19:52:15 +00:00
wireless_timeline.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
wireshark_application.cpp Epan+Qt: Invalidate cached column strings. 2018-03-15 12:19:23 +00:00
wireshark_application.h Epan+Qt: Invalidate cached column strings. 2018-03-15 12:19:23 +00:00
wireshark_de.ts [Automatic update for 2018-03-18] 2018-03-18 08:11:48 +00:00
wireshark_dialog.cpp replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
wireshark_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
wireshark_en.ts [Automatic update for 2018-03-18] 2018-03-18 08:11:48 +00:00
wireshark_fr.ts [Automatic update for 2018-03-18] 2018-03-18 08:11:48 +00:00
wireshark_it.ts [Automatic update for 2018-03-18] 2018-03-18 08:11:48 +00:00
wireshark_ja_JP.ts [Automatic update for 2018-03-18] 2018-03-18 08:11:48 +00:00
wireshark_pl.ts [Automatic update for 2018-03-18] 2018-03-18 08:11:48 +00:00
wireshark_zh_CN.ts [Automatic update for 2018-03-18] 2018-03-18 08:11:48 +00:00
wlan_statistics_dialog.cpp Constify some method arguments, and don't cast away constness. 2018-02-20 20:00:59 +00:00
wlan_statistics_dialog.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00