wireshark/ui/qt
Roland Knall 57716e1365 Qt: Implement "Apply as Column" for packet context
Implement the same functionality for "Apply as Column" as it
 exists in the GTK version of Wireshark. Especially for the
 context menu in the packet view panel.

Change-Id: Id25b7797616ff3b3acf7aa920395516c8a4e9bf9
Reviewed-on: https://code.wireshark.org/review/7604
Reviewed-by: Roland Knall <rknall@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Tested-by: Michal Labedzki <michal.labedzki@tieto.com>
2015-05-15 06:05:01 +00:00
..
CMakeLists.txt Expert Info dialog. 2015-05-08 04:29:59 +00:00
Makefile.am Expert Info dialog. 2015-05-08 04:29:59 +00:00
Makefile.common Expert Info dialog. 2015-05-08 04:29:59 +00:00
Makefile_custom.common Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
Wireshark.pro Expert Info dialog. 2015-05-08 04:29:59 +00:00
about_dialog.cpp Removed duplicated #include lines 2014-12-28 00:02:39 +00:00
about_dialog.h Replace QTableWidgets with QLabels + HTML tables. 2014-04-13 18:32:55 +00:00
about_dialog.ui Qt: Remove windowIcon property from our .ui files. 2015-01-23 19:15:29 +00:00
accordion_frame.cpp Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
accordion_frame.h Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
bluetooth_att_server_attributes_dialog.cpp Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
bluetooth_att_server_attributes_dialog.h Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
bluetooth_att_server_attributes_dialog.ui Bluetooth/GUI: ATT: Add Server Attribute Table 2015-02-07 16:35:39 +00:00
byte_view_tab.cpp Byte view tab (Qt): Fix Dead Store (Dead assignement/Dead increment) warning found by Clang 2015-04-07 18:34:38 +00:00
byte_view_tab.h Qt: Constify a bunch of strings. 2015-03-05 20:17:29 +00:00
byte_view_text.cpp Byte view text (Qt): Fix Dead Store (Dead assignement/Dead increment) warning found by Clang 2015-03-02 19:02:24 +00:00
byte_view_text.h Qt: Constify a bunch of strings. 2015-03-05 20:17:29 +00:00
capture_file.cpp Show a count in the status bar for all captures. 2015-04-06 21:56:49 +00:00
capture_file.h Show a count in the status bar for all captures. 2015-04-06 21:56:49 +00:00
capture_file_dialog.cpp Qt: Apply recent settings. 2015-02-24 09:58:03 +00:00
capture_file_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_file_properties_dialog.cpp Qt: Show the full file path in the status bar. 2015-03-05 00:49:11 +00:00
capture_file_properties_dialog.h Fix out-of-tree build includes of config.h 2015-01-04 00:26:13 +00:00
capture_file_properties_dialog.ui Qt: Remove windowIcon property from our .ui files. 2015-01-23 19:15:29 +00:00
capture_filter_combo.cpp Qt: Constify a bunch of strings. 2015-03-05 20:17:29 +00:00
capture_filter_combo.h Qt: Constify a bunch of strings. 2015-03-05 20:17:29 +00:00
capture_filter_edit.cpp Use setPlaceholderText in CaptureFilterEdit. 2015-05-11 17:26:51 +00:00
capture_filter_edit.h Use setPlaceholderText in CaptureFilterEdit. 2015-05-11 17:26:51 +00:00
capture_filter_syntax_worker.cpp The filter string can only be valid, if an interface is selected. 2014-05-14 10:46:15 +00:00
capture_filter_syntax_worker.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_info_dialog.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_info_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_interfaces_dialog.cpp Let capture_dev_user_pmode_find() say "not found". 2015-04-04 21:03:34 +00:00
capture_interfaces_dialog.h Fix out-of-tree build includes of config.h 2015-01-04 00:26:13 +00:00
capture_interfaces_dialog.ui qt: minor string change in capture options 2015-05-10 16:17:24 +00:00
capture_preferences_frame.cpp Don't use capture_interface_list() in this dialog. 2014-07-25 22:49:35 +00:00
capture_preferences_frame.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_preferences_frame.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
color_utils.cpp Expert Info dialog. 2015-05-08 04:29:59 +00:00
color_utils.h Expert Info dialog. 2015-05-08 04:29:59 +00:00
coloring_rules_dialog.cpp Include "config.h" first, even before <glib.h>, as is done in other files. 2015-04-26 21:55:41 +00:00
coloring_rules_dialog.h Qt: Add the Coloring Rules dialog. 2015-02-07 00:30:30 +00:00
coloring_rules_dialog.ui Qt: Add the Coloring Rules dialog. 2015-02-07 00:30:30 +00:00
column_editor_frame.cpp Qt: Add a context menu to the packet list header. 2015-01-06 15:22:04 +00:00
column_editor_frame.h Qt: Add a context menu to the packet list header. 2015-01-06 15:22:04 +00:00
column_editor_frame.ui Qt: Add a context menu to the packet list header. 2015-01-06 15:22:04 +00:00
column_preferences_frame.cpp Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
column_preferences_frame.h Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
column_preferences_frame.ui Qt: Add a context menu to the packet list header. 2015-01-06 15:22:04 +00:00
compiled_filter_output.cpp Use a QTreeWidget instead of QTableWidget. 2014-08-08 05:57:01 +00:00
compiled_filter_output.h Use a QTreeWidget instead of QTableWidget. 2014-08-08 05:57:01 +00:00
compiled_filter_output.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
conversation_dialog.cpp Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
conversation_dialog.h Qt: Add a WiresharkDialog convenience class. 2014-12-29 01:42:13 +00:00
decode_as_dialog.cpp Unused parameters are done differently in C++. 2015-03-19 00:24:39 +00:00
decode_as_dialog.h Qt: Fix DecodeAs 2015-03-14 14:26:17 +00:00
decode_as_dialog.ui Qt: Convert more dialog titles. 2014-12-31 22:48:17 +00:00
display_filter_16.svg Add Filter Expressions^WButton^WShortcut^WBookmark preferences. 2013-02-06 18:22:54 +00:00
display_filter_combo.cpp Qt: Add display filter completion. 2015-05-11 16:08:28 +00:00
display_filter_combo.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
display_filter_edit.cpp Pop the display filter status when it loses focus. 2015-05-14 22:41:42 +00:00
display_filter_edit.h Pop the display filter status when it loses focus. 2015-05-14 22:41:42 +00:00
doxygen.cfg.in Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
elided_label.cpp Qt: Show the full file path in the status bar. 2015-03-05 00:49:11 +00:00
elided_label.h Qt: ElidedLabel doesn't support rich text / HTML. 2015-02-13 00:50:20 +00:00
endpoint_dialog.cpp Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
endpoint_dialog.h Qt: Add a WiresharkDialog convenience class. 2014-12-29 01:42:13 +00:00
expert_info_dialog.cpp Expert Info dialog. 2015-05-08 04:29:59 +00:00
expert_info_dialog.h Expert Info dialog. 2015-05-08 04:29:59 +00:00
expert_info_dialog.ui Expert Info dialog. 2015-05-08 04:29:59 +00:00
export_dissection_dialog.cpp Qt: Convert more dialog titles. 2014-12-31 22:48:17 +00:00
export_dissection_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
export_object_dialog.cpp Fix "Save All" for Export Objects. 2015-03-17 18:47:30 +00:00
export_object_dialog.h Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
export_object_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
export_pdu_dialog.cpp qt: fix use-after-free pattern 2014-12-01 00:56:26 +00:00
export_pdu_dialog.h Add Export PDU Dialog (Wireshark Qt) 2014-03-12 09:29:43 +00:00
export_pdu_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
extcap_argument.cpp extcap: Implement QT extcap options 2015-05-05 09:35:10 +00:00
extcap_argument.h extcap: Implement QT extcap options 2015-05-05 09:35:10 +00:00
extcap_argument_file.cpp extcap: Implement QT extcap options 2015-05-05 09:35:10 +00:00
extcap_argument_file.h extcap: Implement QT extcap options 2015-05-05 09:35:10 +00:00
extcap_options_dialog.cpp extcap: Implement QT extcap options 2015-05-05 09:35:10 +00:00
extcap_options_dialog.h extcap: Implement QT extcap options 2015-05-05 09:35:10 +00:00
extcap_options_dialog.ui extcap: Implement QT extcap options 2015-05-05 09:35:10 +00:00
file_set_dialog.cpp Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
file_set_dialog.h Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
file_set_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
filter_action.cpp Qt: Add the Protocol Hierarchy statistics dialog. 2015-02-04 02:06:01 +00:00
filter_action.h Qt: Add the Protocol Hierarchy statistics dialog. 2015-02-04 02:06:01 +00:00
filter_expressions_preferences_frame.cpp Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
filter_expressions_preferences_frame.h Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
filter_expressions_preferences_frame.ui Add Filter Expressions^WButton^WShortcut^WBookmark preferences. 2013-02-06 18:22:54 +00:00
follow_stream_dialog.cpp ep_<protocol>_port_to_display -> <protocol>_port_to_display 2015-01-08 05:32:32 +00:00
follow_stream_dialog.h Fix out-of-tree build includes of config.h 2015-01-04 00:26:13 +00:00
follow_stream_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
follow_stream_text.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
follow_stream_text.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
font_color_preferences_frame.cpp Qt: Convert more dialog titles. 2014-12-31 22:48:17 +00:00
font_color_preferences_frame.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
font_color_preferences_frame.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
gpl-template.txt Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
i18n.qrc Added italian translation to qt. 2014-10-16 18:55:33 +00:00
import_text_dialog.cpp Qt: Convert more dialog titles. 2014-12-31 22:48:17 +00:00
import_text_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
import_text_dialog.ui Qt: Convert more dialog titles. 2014-12-31 22:48:17 +00:00
interface_tree.cpp extcap: Implement QT extcap options 2015-05-05 09:35:10 +00:00
interface_tree.h extcap: Implement QT extcap options 2015-05-05 09:35:10 +00:00
io_graph_dialog.cpp Get rid of an unused structure member. 2015-03-07 04:41:09 +00:00
io_graph_dialog.h Qt: More #include → forward declarations. 2015-02-13 02:31:16 +00:00
io_graph_dialog.ui Qt: Add the Coloring Rules dialog. 2015-02-07 00:30:30 +00:00
label_stack.cpp Qt: Paint elided LableStack text by hand. 2015-03-08 16:16:30 +00:00
label_stack.h Qt: Show the full file path in the status bar. 2015-03-05 00:49:11 +00:00
layout_preferences_frame.cpp Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
layout_preferences_frame.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
layout_preferences_frame.ui Add an initial layout preference pane. Set SVN properties. 2013-01-21 05:29:14 +00:00
lbm_lbtrm_transport_dialog.cpp Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
lbm_lbtrm_transport_dialog.h Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
lbm_lbtrm_transport_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
lbm_lbtru_transport_dialog.cpp Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
lbm_lbtru_transport_dialog.h Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
lbm_lbtru_transport_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
lbm_stream_dialog.cpp Qt: Add address conversion convenience routines 2015-01-29 22:51:43 +00:00
lbm_stream_dialog.h GUI modules for LBM aka 29West dissectors. 2014-05-04 02:55:45 +00:00
lbm_stream_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
lbm_uimflow_dialog.cpp Qt: More #include → forward declarations. 2015-02-13 02:31:16 +00:00
lbm_uimflow_dialog.h Qt: More #include → forward declarations. 2015-02-13 02:31:16 +00:00
lbm_uimflow_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
main_status_bar.cpp Qt: Expert info → Expert information. 2015-05-12 00:17:07 +00:00
main_status_bar.h Expert Info dialog. 2015-05-08 04:29:59 +00:00
main_welcome.cpp Qt: Fix the main welcome banner. 2015-05-11 21:02:31 +00:00
main_welcome.h extcap: Implement QT extcap options 2015-05-05 09:35:10 +00:00
main_welcome.ui Qt: Fix the main welcome banner. 2015-05-11 21:02:31 +00:00
main_window.cpp Qt: Column preference fixes. 2015-05-14 15:37:35 +00:00
main_window.h Qt: Implement "Apply as Column" for packet context 2015-05-15 06:05:01 +00:00
main_window.ui Qt: Implement "Apply as Column" for packet context 2015-05-15 06:05:01 +00:00
main_window_preferences_frame.cpp Qt: fix crash when opening Preferences window on Windows 2015-01-01 17:52:36 +00:00
main_window_preferences_frame.h Qt: Obey main toolbar icon preferences. 2014-12-10 01:51:09 +00:00
main_window_preferences_frame.ui Qt: Obey main toolbar icon preferences. 2014-12-10 01:51:09 +00:00
main_window_slots.cpp Qt: Implement "Apply as Column" for packet context 2015-05-15 06:05:01 +00:00
manage_interfaces_dialog.cpp Fix another capture_dev_user_pmode_find() call. 2015-04-04 21:43:53 +00:00
manage_interfaces_dialog.h Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
manage_interfaces_dialog.ui Qt: Rework the "Manage Interfaces" dialog. 2014-08-29 00:24:02 +00:00
module_preferences_scroll_area.cpp Qt: Escape ampersands in checkboxes and radio buttons. 2015-02-24 18:35:16 +00:00
module_preferences_scroll_area.h Qt: Escape ampersands in checkboxes and radio buttons. 2015-02-24 18:35:16 +00:00
module_preferences_scroll_area.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
packet_comment_dialog.cpp Qt: Continue using the new window title format. 2014-12-30 16:37:34 +00:00
packet_comment_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_comment_dialog.ui Qt: Continue using the new window title format. 2014-12-30 16:37:34 +00:00
packet_dialog.cpp Don't create a packet dialog if we don't have a packet. 2015-03-02 04:01:43 +00:00
packet_dialog.h Don't create a packet dialog if we don't have a packet. 2015-03-02 04:01:43 +00:00
packet_dialog.ui Qt: Add the "new packet" window^Wdialog^Wwindow. 2015-02-12 23:32:54 +00:00
packet_format_group_box.cpp Qt: Flatten group boxes. 2014-11-12 22:42:46 +00:00
packet_format_group_box.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_format_group_box.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
packet_list.cpp Fix packet list font zooming. 2015-05-14 18:04:09 +00:00
packet_list.h Qt: Column preference fixes. 2015-05-14 15:37:35 +00:00
packet_list_model.cpp Qt: Fix packet list column resizing. 2015-05-07 20:15:29 +00:00
packet_list_model.h Qt: Fix packet list column resizing. 2015-05-07 20:15:29 +00:00
packet_list_record.cpp Qt: Allow multiple lines in the packet list. 2015-03-12 16:29:58 +00:00
packet_list_record.h Qt: Allow multiple lines in the packet list. 2015-03-12 16:29:58 +00:00
packet_range_group_box.cpp Remove emem APIs from UAT functionality. 2015-01-12 14:25:12 +00:00
packet_range_group_box.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_range_group_box.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
preferences_dialog.cpp Qt: Apply protocol preferences. 2015-05-14 16:31:38 +00:00
preferences_dialog.h Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
preferences_dialog.ui Qt: Continue using the new window title format. 2014-12-30 16:37:34 +00:00
print_dialog.cpp Qt: Convert more dialog titles. 2014-12-31 22:48:17 +00:00
print_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
print_dialog.ui Qt: Convert more dialog titles. 2014-12-31 22:48:17 +00:00
profile_dialog.cpp Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
profile_dialog.h Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
profile_dialog.ui Qt: Continue using the new window title format. 2014-12-30 16:37:34 +00:00
progress_bar.cpp Windows Qt: Add taskbar progress support 2014-08-13 23:00:25 +00:00
progress_bar.h Adjust some whitespace to match editor modelines. 2014-10-06 03:42:51 +00:00
progress_overlay.png
progress_overlay.svg
proto_tree.cpp Qt: Implement "Apply as Column" for packet context 2015-05-15 06:05:01 +00:00
proto_tree.h Expert Info dialog. 2015-05-08 04:29:59 +00:00
protocol_hierarchy_dialog.cpp Qt: More #include → forward declarations. 2015-02-13 02:31:16 +00:00
protocol_hierarchy_dialog.h Qt: Add "Copy As..." to the Protocol Hierarchy stats. 2015-02-04 18:26:01 +00:00
protocol_hierarchy_dialog.ui Qt: Add "Copy As..." to the Protocol Hierarchy stats. 2015-02-04 18:26:01 +00:00
qcustomplot.cpp QCustomPlot: fix division(or modulo) by zero found by Clang and Coverity (CID 1159170 & 1159171) 2015-05-13 17:38:04 +00:00
qcustomplot.h Update to QCustomPlot 1.3.0 2015-01-05 10:28:04 +00:00
qt_ui_utils.cpp Qt: Fix a couple of resource leaks found by Coverity. 2015-03-06 04:05:26 +00:00
qt_ui_utils.h ui uitls (Qt): fix parameter 'val' not found in the function declaration [-Wdocumentation] 2015-03-10 07:21:25 +00:00
recent_file_status.cpp Qt: Fix recent files threads 2015-03-18 08:51:55 +00:00
recent_file_status.h Qt: Fix recent files threads 2015-03-18 08:51:55 +00:00
related_packet_delegate.cpp One check mark for ACKs, two check marks for dup ACKs. 2015-03-12 16:47:17 +00:00
related_packet_delegate.h One check mark for ACKs, two check marks for dup ACKs. 2015-03-12 16:47:17 +00:00
remote_capture_dialog.cpp qt: use qstring_strdup 2014-12-01 01:13:54 +00:00
remote_capture_dialog.h Fix modeline (use Wireshark standard with C comment and no C++ comment) 2014-08-11 11:28:10 +00:00
remote_capture_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
remote_settings_dialog.cpp Qt: Rework the "Manage Interfaces" dialog. 2014-08-29 00:24:02 +00:00
remote_settings_dialog.h Fix modeline (use Wireshark standard with C comment and no C++ comment) 2014-08-11 11:28:10 +00:00
remote_settings_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
rtp_stream_dialog.cpp Fix RTP crash on RTP analysis attempt 2015-02-07 02:16:06 +00:00
rtp_stream_dialog.h Fix RTP crash on RTP analysis attempt 2015-02-07 02:16:06 +00:00
rtp_stream_dialog.ui Qt: Add the RTP Streams dialog. 2015-01-30 06:48:32 +00:00
sctp_all_assocs_dialog.cpp Add minimize and maximize buttons to the SCTP analysis windows. 2014-11-21 21:52:22 +00:00
sctp_all_assocs_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sctp_all_assocs_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
sctp_assoc_analyse_dialog.cpp Qt: Add address conversion convenience routines 2015-01-29 22:51:43 +00:00
sctp_assoc_analyse_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sctp_assoc_analyse_dialog.ui Qt: Remove windowIcon property from our .ui files. 2015-01-23 19:15:29 +00:00
sctp_chunk_statistics_dialog.cpp uat_load() and uat_save() return a success indication; use it. 2015-01-13 21:01:28 +00:00
sctp_chunk_statistics_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
sctp_chunk_statistics_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
sctp_graph_arwnd_dialog.cpp Qt: More #include → forward declarations. 2015-02-13 02:31:16 +00:00
sctp_graph_arwnd_dialog.h Qt: More #include → forward declarations. 2015-02-13 02:31:16 +00:00
sctp_graph_arwnd_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
sctp_graph_byte_dialog.cpp Qt: More #include → forward declarations. 2015-02-13 02:31:16 +00:00
sctp_graph_byte_dialog.h Qt: More #include → forward declarations. 2015-02-13 02:31:16 +00:00
sctp_graph_byte_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
sctp_graph_dialog.cpp Qt: More #include → forward declarations. 2015-02-13 02:31:16 +00:00
sctp_graph_dialog.h Qt: More #include → forward declarations. 2015-02-13 02:31:16 +00:00
sctp_graph_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
search_frame.cpp Qt: More #include → forward declarations. 2015-02-13 02:31:16 +00:00
search_frame.h Qt: Constify a bunch of strings. 2015-03-05 20:17:29 +00:00
search_frame.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
sequence_diagram.cpp Qt: Fix a couple of resource leaks found by Coverity. 2015-03-06 04:05:26 +00:00
sequence_diagram.h Qt: Fix a couple of resource leaks found by Coverity. 2015-03-06 04:05:26 +00:00
sequence_dialog.cpp Replace ep_display_to_address with wmem equivalent display_to_address. 2015-01-05 13:55:04 +00:00
sequence_dialog.h Qt: Convert more dialogs to WiresharkDialog. 2014-12-30 03:34:03 +00:00
sequence_dialog.ui Qt: Convert more dialogs to WiresharkDialog. 2014-12-30 03:34:03 +00:00
simple_dialog.cpp Use plain old ASCII for the SimpleDialog delimiter. 2015-02-18 20:08:41 +00:00
simple_dialog.h Fix out-of-tree build includes of config.h 2015-01-04 00:26:13 +00:00
sparkline_delegate.cpp Use a QTreeWidget instead of QTableWidget. 2014-08-08 05:57:01 +00:00
sparkline_delegate.h Use a QTreeWidget instead of QTableWidget. 2014-08-08 05:57:01 +00:00
splash_overlay.cpp Remove unused RA_PYTHON_REGISTER and RA_PYTHON_HANDOFF. 2014-10-31 12:10:59 +00:00
splash_overlay.h Fix out-of-tree build includes of config.h 2015-01-04 00:26:13 +00:00
splash_overlay.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
stats_tree_dialog.cpp Qt: Convert more dialog titles. 2014-12-31 22:48:17 +00:00
stats_tree_dialog.h Qt: Convert more dialogs to WiresharkDialog. 2014-12-30 03:34:03 +00:00
stats_tree_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
stock_icon.cpp Qt: Initial VoIP Calls dialog. 2014-12-09 21:25:33 +00:00
stock_icon.h Qt: Add stock icons. 2014-09-20 19:54:04 +00:00
syntax_line_edit.cpp Qt: Add the RTP Streams dialog. 2015-01-30 06:48:32 +00:00
syntax_line_edit.h Clean up ftype-conversion and dfilter error message string handling. 2015-01-18 10:22:59 +00:00
tango_colors.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
tcp_stream_dialog.cpp Qt: Add address conversion convenience routines 2015-01-29 22:51:43 +00:00
tcp_stream_dialog.h [WIP] Add a conversation dialog. 2014-07-21 23:19:09 +00:00
tcp_stream_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
time_shift_dialog.cpp Qt: Continue using the new window title format. 2014-12-30 16:37:34 +00:00
time_shift_dialog.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
time_shift_dialog.ui Qt: Continue using the new window title format. 2014-12-30 16:37:34 +00:00
toolbar_24.svg
traffic_table_dialog.cpp WSUG and image updates. 2015-02-14 19:47:03 +00:00
traffic_table_dialog.h Qt/C++: Change a bunch of includes to forward declarations. 2015-02-10 19:59:43 +00:00
traffic_table_dialog.ui Remove some ununused/unmatched <resources/> tags. 2014-11-17 00:59:40 +00:00
uat_dialog.cpp Fix handling of invalid UAT items 2015-02-15 23:52:24 +00:00
uat_dialog.h Qt: More #include → forward declarations. 2015-02-13 02:31:16 +00:00
uat_dialog.ui Add a UAT dialog. Make UAT preferences uat_t * instead of void *. 2013-07-25 23:49:47 +00:00
voip_calls_dialog.cpp Qt: Fix side effects of recent WiresharkDialog changes. 2015-02-14 00:19:58 +00:00
voip_calls_dialog.h Qt: Fix side effects of recent WiresharkDialog changes. 2015-02-14 00:19:58 +00:00
voip_calls_dialog.ui Qt: Initial VoIP Calls dialog. 2014-12-09 21:25:33 +00:00
wireshark_application.cpp Qt: Column preference fixes. 2015-05-14 15:37:35 +00:00
wireshark_application.h Qt: Apply recent settings. 2015-02-24 09:58:03 +00:00
wireshark_de.qm [Automatic update for 2015-05-10] 2015-05-10 15:07:36 +00:00
wireshark_de.ts [Automatic update for 2015-05-10] 2015-05-10 15:07:36 +00:00
wireshark_dialog.cpp Set a window icon for WiresharkDialog. 2015-02-17 20:30:52 +00:00
wireshark_dialog.h Qt: Fix side effects of recent WiresharkDialog changes. 2015-02-14 00:19:58 +00:00
wireshark_en.qm Qt: Update translation 2015-02-26 13:04:10 +00:00
wireshark_en.ts [Automatic update for 2015-05-10] 2015-05-10 15:07:36 +00:00
wireshark_fr.qm [Automatic update for 2015-05-10] 2015-05-10 15:07:36 +00:00
wireshark_fr.ts [Automatic update for 2015-05-10] 2015-05-10 15:07:36 +00:00
wireshark_it.qm [Automatic update for 2015-05-10] 2015-05-10 15:07:36 +00:00
wireshark_it.ts [Automatic update for 2015-05-10] 2015-05-10 15:07:36 +00:00
wireshark_ja_JP.qm [Automatic update for 2015-05-10] 2015-05-10 15:07:36 +00:00
wireshark_ja_JP.ts [Automatic update for 2015-05-10] 2015-05-10 15:07:36 +00:00
wireshark_pl.qm [Automatic update for 2015-05-10] 2015-05-10 15:07:36 +00:00
wireshark_pl.ts [Automatic update for 2015-05-10] 2015-05-10 15:07:36 +00:00
wireshark_zh_CN.qm [Automatic update for 2015-05-10] 2015-05-10 15:07:36 +00:00
wireshark_zh_CN.ts [Automatic update for 2015-05-10] 2015-05-10 15:07:36 +00:00