wireshark/ui/gtk
Peter Wu c647faa8a9 Fix various memleaks
Found by starting Wireshark within an empty profile, opening
Preferences, search for Protocol "IEEE 802.11" (because it has radio
buttons), then close everything again.

Many fixes are trivial, but the various recent_read_* functions in
recent.c were changed to return a boolean such that the result can
always be checked even if errno==0.

QButtonGroup leak was hinted by Clang Static Analyzer, all other
memleaks were found using ASAN/LSan.

Change-Id: Ia73f5d4c09d92f22e72377be59e23342f8ad7211
Reviewed-on: https://code.wireshark.org/review/10776
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-10-04 15:45:02 +00:00
..
CMakeLists.txt Convert the WSP stats to generic stat API. 2015-09-01 01:01:32 +00:00
CMakeListsCustom.txt.example Having CmakeListsCustom.txt in git defeats the purpose of its existence: 2014-09-18 07:02:00 +00:00
Makefile.am Regenerate *-tap-register.c when associated Makefile.common is updated (*nix) 2015-06-25 21:36:45 +00:00
Makefile.common Move IAX2 analysis to the ui directory. 2015-09-03 21:48:48 +00:00
Makefile.nmake Add Makefile_common.common to wireshark-tap-register.c dependencies (windows) 2015-06-25 21:45:40 +00:00
Makefile_custom.common Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
STATUS.gtk3 Continue to remove $Id$ from top of file 2014-03-31 16:00:04 +00:00
about_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
about_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
addr_resolution_dlg.c Fix misaligned read and buffer overrun 2015-09-13 02:38:19 +00:00
addr_resolution_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
airpcap_dlg.c Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hides 2015-07-02 15:28:03 +00:00
airpcap_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
airpcap_gui_utils.c Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hides 2015-07-02 15:28:03 +00:00
airpcap_gui_utils.h Add the wireless toolbar. 2015-06-16 03:45:54 +00:00
bytes_view.c G_STRUCT_OFFSET gives warnings turned errors with MSVC2015, 2015-06-03 10:44:16 +00:00
bytes_view.h Fix diagnostics macros and squelch a gcc warning. 2015-02-14 19:46:42 +00:00
capture_comment_icons.h
capture_dlg.c Initialize extcap for pipes 2015-08-22 11:55:21 +00:00
capture_dlg.h GTK Remote Capturing 2014-07-11 04:29:46 +00:00
capture_file_dlg.c Clean up ftype-conversion and dfilter error message string handling. 2015-01-18 10:22:59 +00:00
capture_file_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_if_details_dlg_win32.c win32: update the list of NdisMedium and NdisPhysicalMedium defines used by GTK UI 2015-08-25 07:25:37 +00:00
capture_if_details_dlg_win32.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
capture_if_dlg.c The official #define for 32-bit and 64-bit Windows is _WIN32. 2015-09-02 22:59:10 +00:00
capture_if_dlg.h Move utility routines for capturing into a libcaputils static library. 2014-07-04 07:25:26 +00:00
capture_info_dlg.c Have a common routine for constructing strings listing interfaces. 2015-04-05 23:43:01 +00:00
cfilter_combo_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
color_dlg.c Remove unneeded includes from ui folder 2015-01-01 23:11:10 +00:00
color_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
color_edit_dlg.c Clean up ftype-conversion and dfilter error message string handling. 2015-01-18 10:22:59 +00:00
color_edit_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
color_utils.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
color_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
compare_stat.c [CLI, GTK] comparestat: Fix typos, output format, argument parsing 2015-08-22 14:46:14 +00:00
conversation_hastables_dlg.c Remove unneeded includes from ui folder 2015-01-01 23:11:10 +00:00
conversation_hastables_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_table.c Replace tabs by spaces when editor modelines has "expandtab" 2015-02-13 17:34:53 +00:00
conversations_table.h Qt: Refactor ConversationDialog for endpoints. 2014-09-05 01:06:53 +00:00
dcerpc_stat.c Add DCE-RPC and ONC-RPC service response time dialogs. 2015-08-12 20:17:35 +00:00
decode_as_dlg.c Fix 'Decode As' when used with IPv6-in-IPv6 packets 2015-09-19 09:28:18 +00:00
decode_as_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
dfilter_expr_dlg.c Add the Display Filter Expression dialog. 2015-06-03 02:27:00 +00:00
dfilter_expr_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
dissector_tables_dlg.c Qt: Add the Dissector Tables dialog. 2015-09-27 16:19:05 +00:00
dissector_tables_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
dlg_utils.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
dlg_utils.h Gtk Utils: fix unknown command tag name 'parm'; did you mean 'param'? (-Wdocumentation) 2014-11-14 09:57:43 +00:00
doxygen.cfg.in Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
drag_and_drop.c Improve file merging for mergecap and wireshark 2015-08-18 14:52:00 +00:00
drag_and_drop.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
edit_packet_comment_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
edit_packet_comment_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
expert_comp_dlg.c Make sure per-packet tap callbacks return gbooleans. 2015-08-03 03:06:00 +00:00
expert_comp_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
expert_comp_table.c expert_comp_table (GTK): fix will never be executed [-Wunreachable-code] 2015-09-04 14:36:49 +00:00
expert_comp_table.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
expert_indicators.h Add green bullet to indicate success. 2012-08-09 13:23:47 +00:00
export_object_dlg.c GTK UI: remove eo_saveable_pathname in favor of eo_massage_str 2015-05-05 23:49:28 +00:00
export_object_dlg.h Add Object (file) export for files transferred over TFTP. 2014-06-05 18:00:49 +00:00
export_pdu_dlg.c Add missing #include ( "ui/gtk/old-gtk-compat.h" ) 2015-01-09 09:17:42 +00:00
export_pdu_dlg.h The plural is "PDUs", not "PDU:s". 2014-07-16 01:10:53 +00:00
export_sslkeys.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
export_sslkeys.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
extcap_gtk.c extcap: Implement QT extcap options 2015-05-05 09:35:10 +00:00
extcap_gtk.h Convert "4 space tabs" to spaces; Adjust editor modelines. 2014-10-06 18:29:40 +00:00
file_dlg.c gtk,qt: Fix minor buffer underrun 2015-06-22 22:54:19 +00:00
file_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
file_import_dlg.c Fix memory leaks of dumper SHB and IDB infos 2015-08-21 04:55:20 +00:00
file_import_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
fileset_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
fileset_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
filter_autocomplete.c ui/gtk: use GTK+ 2 name for control keys 2015-02-23 12:32:35 +00:00
filter_autocomplete.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
filter_dlg.c Qt: Add the capture and display filter dialog. 2015-06-05 19:19:46 +00:00
filter_dlg.h Fix filter valid/invalid test for multifield custom type 2014-12-20 17:59:25 +00:00
filter_expression_save_dlg.c Clear the filter expression list in prefs.c. 2015-02-20 23:16:54 +00:00
filter_expression_save_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
filter_utils.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
filter_utils.h [WIP] Add a conversation dialog. 2014-07-21 23:19:09 +00:00
find_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
find_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
firewall_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
firewall_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
flow_graph.c Fix Flow Graph never using Standard Addresses when requested 2015-09-09 20:04:31 +00:00
follow_ssl.c Make sure per-packet tap callbacks return gbooleans. 2015-08-03 03:06:00 +00:00
follow_ssl.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
follow_stream.c Remove unnecessary includes of <ctype.h>. 2014-10-17 06:57:41 +00:00
follow_stream.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
follow_tcp.c ep_<protocol>_port_to_display -> <protocol>_port_to_display 2015-01-08 05:32:32 +00:00
follow_tcp.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
follow_udp.c Make sure per-packet tap callbacks return gbooleans. 2015-08-03 03:06:00 +00:00
follow_udp.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
font_utils.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
font_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
funnel_stat.c Added Reload Lua plugins. 2015-08-11 12:09:07 +00:00
goto_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
goto_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
graph_analysis.c Replace ep_display_to_address with wmem equivalent display_to_address. 2015-01-05 13:55:04 +00:00
graph_analysis.h voip_calls: Regression fixes. 2014-11-18 23:37:35 +00:00
gsm_map_summary.c gsm map summary (GTK): fix no previous prototype for ‘gsm_map_stat_gtk_sum_cb’ [-Wmissing-prototypes] 2015-08-21 04:59:44 +00:00
gtk_iface_monitor.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
gtk_iface_monitor.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gtkglobals.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
gui_stat_menu.h fix_bug_10199: enhancement Telephony VoIP Call add ability to show all SIP Flows. 2014-06-25 16:14:58 +00:00
gui_stat_util.c Create very basic "generic" stat tap API to create a "GUI" independent table. 2015-07-03 23:08:28 +00:00
gui_stat_util.h Create very basic "generic" stat tap API to create a "GUI" independent table. 2015-07-03 23:08:28 +00:00
gui_utils.c Disable overlay scrolling 2015-06-30 20:57:08 +00:00
gui_utils.h Clean up ftype-conversion and dfilter error message string handling. 2015-01-18 10:22:59 +00:00
help_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
help_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
hostlist_table.c Stop using atof/strtod (fixes column sorting of float types) 2015-06-25 15:38:45 +00:00
hostlist_table.h GTK (hostlist_table) fix indent (use 4 spaces) and modelines info 2014-10-04 16:19:29 +00:00
iax2_analysis.c Add the IAX2 Analysis dialog. 2015-09-09 21:57:08 +00:00
io_stat.c Get rid of an unused structure member. 2015-03-07 04:41:09 +00:00
keys.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
layouts.h Add an interface list icon. Some of the new capture icons were 1 pixel 2013-03-27 18:09:00 +00:00
lbm_stream_dlg.c bytes_to_ep_str -> bytes_to_str 2015-01-08 05:43:51 +00:00
lbm_stream_dlg.h Remove unneeded include of config.h 2014-08-12 17:02:49 +00:00
lbm_uimflow_dlg.c GTK/Qt: fix crash when closing SIP Flows dialog 2015-09-04 18:24:27 +00:00
lbm_uimflow_dlg.h Remove unneeded include of config.h 2014-08-12 17:02:49 +00:00
mac_lte_stat_dlg.c lte/ui: fix 'time' var name. 2015-09-11 06:15:59 +00:00
macros_dlg.c Add the display filter macros dialog. 2015-08-22 01:51:04 +00:00
macros_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main.c Fix various memleaks 2015-10-04 15:45:02 +00:00
main.h Improved deregistering fields. 2014-11-10 08:01:12 +00:00
main_80211_toolbar.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
main_80211_toolbar.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_airpcap_toolbar.c Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hides 2015-07-02 15:28:03 +00:00
main_airpcap_toolbar.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_filter_toolbar.c PluginIF: Fix GTK PluginIF interface 2015-09-09 04:12:11 +00:00
main_filter_toolbar.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_menubar.c PluginIF: Fix GTK PluginIF interface 2015-09-09 04:12:11 +00:00
main_menubar_private.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_statusbar.c Add missing callback support. 2015-08-26 17:22:44 +00:00
main_statusbar_private.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_titlebar.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
main_titlebar.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_toolbar.c main_toolbar (GTK): Fix no previous prototype for ‘plugin_if_maintoolbar_goto_frame’ [-Wmissing-prototypes] 2015-09-18 10:46:09 +00:00
main_toolbar.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_toolbar_private.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_welcome.c Add missing callback support. 2015-08-26 17:22:44 +00:00
main_welcome.h Show a list of interfaces on the welcome screen when capturing. 2015-04-06 08:01:28 +00:00
main_welcome_private.h Give the welcome screen its own set of callbacks. 2015-04-05 20:02:20 +00:00
manual_addr_resolv.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
manual_addr_resolv.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
mcast_stream_dlg.c UDP multicast stream dialog. 2015-08-18 20:17:20 +00:00
mcast_stream_dlg.h Multicast Stream: Move mcast_stream.[ch] to ui 2015-02-08 22:22:33 +00:00
memory_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
menus.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
mtp3_summary.c MTP3 Summary: fix no previous prototype for ‘register_tap_listener_gtk_mtp3_summary’ [-Wmissing-prototypes] 2015-09-15 12:59:06 +00:00
network_icons.h Add an interface list icon. Some of the new capture icons were 1 pixel 2013-03-27 18:09:00 +00:00
old-gtk-compat.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_history.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
packet_history.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_list.c PluginIF: Fix GTK PluginIF interface 2015-09-09 04:12:11 +00:00
packet_list.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_list_store.c GTK packet list string chunk fixups. 2015-09-03 18:51:50 +00:00
packet_list_store.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_panes.c Remove the last deprecated tvb_length calls 2015-06-24 17:32:40 +00:00
packet_panes.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_win.c Take all epan_column_info members that always get allocated to "number of columns" to share their own data structure. 2015-06-29 02:11:04 +00:00
packet_win.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
pipe_icon.h
pixmap_save.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
pixmap_save.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
plugins_dlg.c Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
plugins_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_capture.c Fix retrieval of data link type supported by remote interfaces with authentication 2015-07-22 07:10:10 +00:00
prefs_capture.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_column.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
prefs_column.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_dlg.c Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hides 2015-07-02 15:28:03 +00:00
prefs_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_filter_expressions.c Remove unneeded includes from ui folder 2015-01-01 23:11:10 +00:00
prefs_filter_expressions.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_font_color.c Add missing #include ( "ui/gtk/old-gtk-compat.h" ) 2015-01-09 09:17:42 +00:00
prefs_font_color.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_gui.c Remove unneeded includes from ui folder 2015-01-01 23:11:10 +00:00
prefs_gui.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_layout.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
prefs_layout.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
print_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
profile_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
profile_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
progress_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
proto_dlg.c Qt: Add the Dissector Tables dialog. 2015-09-27 16:19:05 +00:00
proto_dlg.h Proto dialog (GTK) : fix indent (use 2 spaces) and add modelines 2015-01-28 12:46:31 +00:00
proto_help.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
proto_help.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
proto_hier_stats_dlg.c Qt: Add the Protocol Hierarchy statistics dialog. 2015-02-04 02:06:01 +00:00
proto_hier_stats_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
proto_hier_tree_model.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
proto_hier_tree_model.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
proto_tree_model.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
proto_tree_model.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
range_utils.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
range_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
remote_icons.h
response_time_delay_table.c Add ResponseTimeDelayDialog. 2015-07-07 23:17:51 +00:00
response_time_delay_table.h Refactor RTD stats. 2015-06-22 15:13:39 +00:00
rlc_lte_graph.c ui/gtk: fix weird check for axis orientation 2015-09-27 17:09:19 +00:00
rlc_lte_stat_dlg.c Use a 'recent' setting to persist the checkbox controlling the source of PDUs to use in LTE RLC statistics 2015-09-30 12:55:51 +00:00
rpc_stat.c Bugfix GTK RPC SRT dialog use of direct hashing. 2015-07-10 03:28:54 +00:00
rtp_analysis.c Qt: Initial RTP playback. 2015-10-02 18:26:05 +00:00
rtp_player.c Qt: Initial RTP playback. 2015-10-02 18:26:05 +00:00
rtp_player.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
rtp_stream_dlg.c Fix crashes related to RTP Streams analysis 2015-10-01 20:46:50 +00:00
rtp_stream_dlg.h Qt: Add the RTP Streams dialog. 2015-01-30 06:48:32 +00:00
sctp_assoc_analyse.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
sctp_byte_graph_dlg.c Fix a few issues reported by PVS-Studio 2015-06-05 21:15:37 +00:00
sctp_chunk_stat.c Revert "SCTP: Add I_DATA support" 2015-10-01 14:22:12 +00:00
sctp_chunk_stat_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
sctp_error_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
sctp_graph_dlg.c Revert "SCTP: Add I_DATA support" 2015-10-01 14:22:12 +00:00
sctp_stat_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
sctp_stat_gtk.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
service_response_time_table.c Add ServiceResponseTimeDialog. 2015-07-03 23:09:13 +00:00
service_response_time_table.h Add ServiceResponseTimeDialog. 2015-07-03 23:09:13 +00:00
simple_dialog.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
simple_dialog.h UI (simple_dialog): fix warning: redundant redeclaration of .. [-Wredundant-decls] 2014-10-06 21:15:25 +00:00
simple_stattable.c Fixup stat_tap table freeing. 2015-08-06 21:22:13 +00:00
simple_stattable.h Create very basic "generic" stat tap API to create a "GUI" independent table. 2015-07-03 23:08:28 +00:00
sip_stat.c Create very basic "generic" stat tap API to create a "GUI" independent table. 2015-07-03 23:08:28 +00:00
stats_tree_stat.c Create very basic "generic" stat tap API to create a "GUI" independent table. 2015-07-03 23:08:28 +00:00
stock_icons.c Remove unneeded includes from ui folder 2015-01-01 23:11:10 +00:00
stock_icons.h Migrate GTK icon handling to GTK 3.10 API 2014-03-11 05:38:01 +00:00
summary_dlg.c Remove unneeded includes from ui folder 2015-01-01 23:11:10 +00:00
summary_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
supported_protos_dlg.c Replace tabs in files with editor modeline "expandtab" 2015-06-11 02:15:35 +00:00
supported_protos_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
tap_param_dlg.c Convert the MTP3 stats to new "generic stat API". 2015-08-31 23:06:09 +00:00
tap_param_dlg.h Convert H.225 tap stats to new "generic stat API". 2015-08-04 16:36:22 +00:00
tcp_graph.c ui/gtk: fix weird check for axis orientation 2015-09-27 17:09:19 +00:00
text_page_utils.c Remove unneeded includes from ui folder 2015-01-01 23:11:10 +00:00
text_page_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
time_shift_dlg.c ui/gtk/*.c: Add editor modelines; As needed: Fix indentation 2015-02-15 19:02:30 +00:00
time_shift_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
toolbar_icons.h Update the capture start, stop, and restart icons and development badge 2013-04-26 21:10:35 +00:00
uat_gui.c Make UAT record update callbacks return a success/failure indication. 2015-02-18 00:41:09 +00:00
uat_gui.h Continue to remove $Id$ from top of file 2014-03-31 15:59:51 +00:00
voip_calls_dlg.c Qt: Initial RTP playback. 2015-10-02 18:26:05 +00:00
voip_calls_dlg.h voip_calls: Move to ui. 2014-11-18 00:48:34 +00:00
webbrowser.c [MSVC 2015] Use intptr_t to make MSVC happy. 2015-06-10 08:01:37 +00:00
webbrowser.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wlan_stat_dlg.c Add the WLAN statistics dialog. 2015-08-20 23:12:37 +00:00
wsicon.h More icon updates. 2013-03-26 19:51:33 +00:00
wsiconcap.h Replace the capture start and restart icons with a green fin similar to 2013-04-11 16:52:03 +00:00
wssplash.h Update the capture start, stop, and restart icons and development badge 2013-04-26 21:10:35 +00:00