wireshark/ui/gtk
Michael Mann 5e4bbcda98 Refactor GUI dependencies out of color_filters.[ch] and move it to epan directory.
This also moved color.h into color_filters.h

Change-Id: Ic19e27aa1b3ec67e764aa7ee8bbef7b1187bb12e
Reviewed-on: https://code.wireshark.org/review/12831
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-12-28 18:33:41 +00:00
..
CMakeLists.txt CMakeList.txt (ui/gtk/qt) fix indent and modelines 2015-11-17 22:50:31 +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 Fix ISO C forbids an empty translation unit [-Wpedantic] (airpcap) 2015-11-27 22:22:06 +00:00
Makefile.common Fix ISO C forbids an empty translation unit [-Wpedantic] (airpcap) 2015-11-27 22:22:06 +00:00
Makefile.nmake Fix ISO C forbids an empty translation unit [-Wpedantic] (airpcap) 2015-11-27 22:22:06 +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 [GTK] Replace deprecated gdk_pixbuf_new_from_inline() 2015-11-12 07:14:32 +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 Fix ISO C forbids an empty translation unit [-Wpedantic] (airpcap) 2015-11-27 22:22:06 +00:00
airpcap_gui_utils.h Add the wireless toolbar. 2015-06-16 03:45:54 +00:00
bytes_view.c Qt: use recent.gui_bytes_view preference to remember bits / byte view 2015-12-18 06:46:46 +00:00
bytes_view.h Fix diagnostics macros and squelch a gcc warning. 2015-02-14 19:46:42 +00:00
capture_dlg.c Allow "capture info data" to not be a singleton. 2015-12-19 14:22:56 +00:00
capture_dlg.h GTK Remote Capturing 2014-07-11 04:29:46 +00:00
capture_file_dlg.c Refactor GUI dependencies out of color_filters.[ch] and move it to epan directory. 2015-12-28 18:33:41 +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 [GTK] Replace deprecated gdk_pixbuf_new_from_inline() 2015-11-12 07:14:32 +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 Don't limit capture packet counts to a fixed set of protocols. 2015-12-22 05:23:06 +00:00
cfilter_combo_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
color_dlg.c Refactor GUI dependencies out of color_filters.[ch] and move it to epan directory. 2015-12-28 18:33:41 +00:00
color_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
color_edit_dlg.c Refactor GUI dependencies out of color_filters.[ch] and move it to epan directory. 2015-12-28 18:33:41 +00:00
color_edit_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
color_utils.c Refactor GUI dependencies out of color_filters.[ch] and move it to epan directory. 2015-12-28 18:33:41 +00:00
color_utils.h Refactor GUI dependencies out of color_filters.[ch] and move it to epan directory. 2015-12-28 18:33:41 +00:00
compare_stat.c Refactor GUI dependencies out of color_filters.[ch] and move it to epan directory. 2015-12-28 18:33:41 +00:00
conversation_hastables_dlg.c Fix address hashing broken in g4f39c60 2015-12-03 02:00:18 +00:00
conversation_hastables_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_table.c Use address functions instead of ADDRESS macros in ui. 2015-10-22 11:46:12 +00:00
conversations_table.h Qt: Refactor ConversationDialog for endpoints. 2014-09-05 01:06:53 +00:00
dcerpc_stat.c Refactor DCE/RPC dissection to include a real dissector table. 2015-11-04 12:43:35 +00:00
decode_as_dlg.c ui: Plug memory leak in decode_build_reset_list. 2015-12-23 08:45:50 +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 Remove -Wwrite-strings compiler flag 2015-12-12 16:21:19 +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 Remove -Wwrite-strings compiler flag 2015-12-12 16:21:19 +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 Add menu item for capture comment dialog in GTK+ 2015-12-19 20:41:14 +00:00
edit_packet_comment_dlg.h Add menu item for capture comment dialog in GTK+ 2015-12-19 20:41:14 +00:00
expert_comp_dlg.c [GTK] Replace deprecated gdk_pixbuf_new_from_inline() 2015-11-12 07:14:32 +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 Move utf8_entities.h to wsutil 2015-10-05 14:34:53 +00:00
expert_comp_table.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +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 Clean up includes of unistd.h, fcntl.h, and sys/stat.h. 2015-11-07 21:52:23 +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 Add wtap_dump_open_tempfile routines, to write to a temporary file. 2015-11-12 00:59:40 +00:00
file_import_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
fileset_dlg.c Clean up includes of unistd.h, fcntl.h, and sys/stat.h. 2015-11-07 21:52:23 +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 Add COL_CUSTOM_PRIME_REGEX 2015-12-20 20:26:20 +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 Clean up includes of unistd.h, fcntl.h, and sys/stat.h. 2015-11-07 21:52:23 +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 Use address functions instead of ADDRESS macros in ui. 2015-10-22 11:46:12 +00:00
follow_ssl.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
follow_stream.c Clean up includes of unistd.h, fcntl.h, and sys/stat.h. 2015-11-07 21:52:23 +00:00
follow_stream.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
follow_tcp.c Use ws_{read,write,fdopen,close}. 2015-11-08 10:32:09 +00:00
follow_tcp.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
follow_udp.c Use address functions instead of ADDRESS macros in ui. 2015-10-22 11:46:12 +00:00
follow_udp.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
font_utils.c Clamp zooming so that we don't get zero or negative font sizes. 2015-12-12 01:01:46 +00:00
font_utils.h Clamp zooming so that we don't get zero or negative font sizes. 2015-12-12 01:01:46 +00:00
funnel_stat.c Refactor GUI dependencies out of color_filters.[ch] and move it to epan directory. 2015-12-28 18:33:41 +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 Make address_to_display() use proper (non-)constness 2015-11-29 00:25:11 +00:00
graph_analysis.h Only store frame number and not a pointer to frame_data structure in seq_analysis_item_t 2015-10-26 23:57:51 +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 Allow "capture info data" to not be a singleton. 2015-12-19 14:22:56 +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 Remove -Wwrite-strings compiler flag 2015-12-12 16:21:19 +00:00
gui_utils.h [GTK] Replace deprecated gdk_pixbuf_new_from_inline() 2015-11-12 07:14:32 +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 Use address functions instead of ADDRESS macros in ui. 2015-10-22 11:46:12 +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 Make address_to_display() use proper (non-)constness 2015-11-29 00:25:11 +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
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 Only store frame number and not a pointer to frame_data structure in seq_analysis_item_t 2015-10-26 23:57:51 +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 Refactor GUI dependencies out of color_filters.[ch] and move it to epan directory. 2015-12-28 18:33:41 +00:00
main.gresources.xml [GTK] Replace deprecated gdk_pixbuf_new_from_inline() 2015-11-12 07:14:32 +00:00
main.h Improved deregistering fields. 2014-11-10 08:01:12 +00:00
main_80211_toolbar.c Get rid of ws80211_frequency_to_channel(). 2015-11-05 22:56:07 +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 Fix ISO C forbids an empty translation unit [-Wpedantic] (airpcap) 2015-11-27 22:22:06 +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 Refactor GUI dependencies out of color_filters.[ch] and move it to epan directory. 2015-12-28 18:33:41 +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 menu item for capture comment dialog in GTK+ 2015-12-19 20:41:14 +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 [GTK] Replace deprecated gdk_pixbuf_new_from_inline() 2015-11-12 07:14:32 +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 mcast_stream_dlg: fix no previous prototype for function 'mcaststream_dlg_update' [-Wmissing-prototypes] 2015-11-30 14:25:27 +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
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 Refactor GUI dependencies out of color_filters.[ch] and move it to epan directory. 2015-12-28 18:33:41 +00:00
packet_list.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_list_store.c Refactor GUI dependencies out of color_filters.[ch] and move it to epan directory. 2015-12-28 18:33:41 +00:00
packet_list_store.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_panes.c Qt: use recent.gui_bytes_view preference to remember bits / byte view 2015-12-18 06:46:46 +00:00
packet_panes.h Qt: use recent.gui_bytes_view preference to remember bits / byte view 2015-12-18 06:46:46 +00:00
packet_win.c Use address functions instead of ADDRESS macros in ui. 2015-10-22 11:46:12 +00:00
packet_win.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
pixbuf-csource.c [GTK] Replace deprecated gdk_pixbuf_new_from_inline() 2015-11-12 07:14:32 +00:00
pixbuf-csource.h [GTK] Replace deprecated gdk_pixbuf_new_from_inline() 2015-11-12 07:14:32 +00:00
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 memory leaks related to hide_interface function 2015-11-25 12:03:33 +00:00
prefs_capture.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_column.c Qt: Add missing multi-field column validation 2015-12-20 08:21:02 +00:00
prefs_column.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_dlg.c Provide routines to set string-like and range preferences from a string. 2015-12-18 03:19: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 Clamp zooming so that we don't get zero or negative font sizes. 2015-12-12 01:01:46 +00:00
prefs_font_color.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_gui.c Apple calls it just "OS X" these days. 2015-11-10 21:08:45 +00:00
prefs_gui.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_layout.c [GTK] Replace deprecated gdk_pixbuf_new_from_inline() 2015-11-12 07:14:32 +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 Qt: Improved profiles popup menu 2015-11-23 05:45:34 +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 Move utf8_entities.h to wsutil 2015-10-05 14:34:53 +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
response_time_delay_table.c Move utf8_entities.h to wsutil 2015-10-05 14:34:53 +00:00
response_time_delay_table.h Refactor RTD stats. 2015-06-22 15:13:39 +00:00
rlc_lte_graph.c LTE RLC graphs - initial version 2015-10-11 21:59:45 +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 Make address_to_display() use proper (non-)constness 2015-11-29 00:25:11 +00:00
rtp_player.c Make address_to_display() use proper (non-)constness 2015-11-29 00:25:11 +00:00
rtp_player.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
rtp_stream_dlg.c Make address_to_display() use proper (non-)constness 2015-11-29 00:25:11 +00:00
rtp_stream_dlg.h Qt: Add the RTP Streams dialog. 2015-01-30 06:48:32 +00:00
sctp_assoc_analyse.c Use address functions instead of ADDRESS macros in ui. 2015-10-22 11:46:12 +00:00
sctp_byte_graph_dlg.c SCTP: Fix warning found by PVS Studio 2015-12-07 07:14:57 +00:00
sctp_chunk_stat.c Use address functions instead of ADDRESS macros in ui. 2015-10-22 11:46:12 +00:00
sctp_chunk_stat_dlg.c SCTP: Fix warning found by PVS Studio 2015-12-07 07:14:57 +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 sctp_graph_dlg: fix Expression 'tsn->secs >= min_secs' is always true. Unsigned type value is always >= 0 2015-12-19 15:00:31 +00:00
sctp_stat_dlg.c Use address functions instead of ADDRESS macros in ui. 2015-10-22 11:46:12 +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 Move utf8_entities.h to wsutil 2015-10-05 14:34:53 +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 Move utf8_entities.h to wsutil 2015-10-05 14:34:53 +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
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 [GTK] Replace deprecated gdk_pixbuf_new_from_inline() 2015-11-12 07:14:32 +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 Use address functions instead of ADDRESS macros in ui. 2015-10-22 11:46:12 +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
uat_gui.c Spelling fixes for errors found by lintian 2015-12-07 07:11:54 +00:00
uat_gui.h Spelling fixes for errors found by lintian 2015-12-07 07:11:54 +00:00
voip_calls_dlg.c Qt: various fixes to VoIP calls / RTP player windows 2015-12-09 16:54:33 +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 Use address functions instead of ADDRESS macros in ui. 2015-10-22 11:46:12 +00:00