wireshark/ui/gtk
Guy Harris 2c44a7f930 Clean up handling of enabled/disabled protocols/heuristic dissectors.
Add a "report a warning message" routine to the "report_err" code in
libwsutil, and rename files and routines appropriately, as they don't
only handle errors any more.

Have a routine read_enabled_and_disabled_protos() that reads all the
files that enable or disable protocols or heuristic dissectors, enables
and disables them based on the contents of those files, and reports
errors itself (as warnings) using the new "report a warning message"
routine.  Fix that error reporting to report separately on the disabled
protocols, enabled protocols, and heuristic dissectors files.

Have a routine to set up the enabled and disabled protocols and
heuristic dissectors from the command-line arguments, so it's done the
same way in all programs.

If we try to enable or disable an unknown heuristic dissector via a
command-line argument, report an error.

Update a bunch of comments.

Update the name of disabled_protos_cleanup(), as it cleans up
information for disabled *and* enabled protocols and for heuristic
dissectors.

Support the command-line flags to enable and disable protocols and
heuristic dissectors in tfshark.

Change-Id: I9b8bd29947cccdf6dc34a0540b5509ef941391df
Reviewed-on: https://code.wireshark.org/review/20966
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-04-08 20:40:08 +00:00
..
.editorconfig Remove proto_help.[ch] 2016-08-01 04:19:56 +00:00
CMakeLists.txt CMake: Use find_program to find a program. 2016-11-09 18:03:49 +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 Remove proto_help.[ch] 2016-08-01 04:19:56 +00:00
Makefile_custom.common Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
STATUS.gtk3 Remove proto_help.[ch] 2016-08-01 04:19:56 +00:00
about_dlg.c Adjust startup count for extcap. 2017-02-07 05:15:59 +00:00
about_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
addr_resolution_dlg.c addr_resolv: change g_hash to wmem_map. 2016-06-14 19:33:04 +00:00
addr_resolution_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
airpcap_dlg.c Yell at the user less. 2017-02-20 16:53:17 +00:00
airpcap_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
airpcap_gui_utils.c Add wmem allocator parameter to format_uri 2017-01-31 17:08:54 +00:00
airpcap_gui_utils.h Add the wireless toolbar. 2015-06-16 03:45:54 +00:00
bytes_view.c Pacify GTK checkAPIs.pl warnings. 2016-07-24 20:03:29 +00:00
bytes_view.h Fix diagnostics macros and squelch a gcc warning. 2015-02-14 19:46:42 +00:00
capture_dlg.c Prevent crash/assert on access to "uninitialized" device.if_info.name. 2017-03-29 20:12:58 +00:00
capture_dlg.h GTK Remote Capturing 2014-07-11 04:29:46 +00:00
capture_file_dlg.c Qt: Show merge progress. 2017-01-21 06:50:30 +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 GTK+: Yell at the user less. 2017-01-23 18:53:07 +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 Add GResource message to configure script 2016-02-25 04:50:59 +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 add the wiretap directory to the list of include directories. 2016-02-18 12:55:26 +00:00
cfilter_combo_utils.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
color_dlg.c Add some missing curly braces. 2016-01-12 05:24:11 +00:00
color_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
color_edit_dlg.c gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27: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 No need for toolkit-dependent color initialization. 2016-01-01 04:15:29 +00:00
color_utils.h No need for toolkit-dependent color initialization. 2016-01-01 04:15:29 +00:00
compare_stat.c Clean up handling of enabled/disabled protocols/heuristic dissectors. 2017-04-08 20:40:08 +00:00
conversation_hastables_dlg.c Convert conversation hash tables to use wmem. 2017-02-10 13:26:14 +00:00
conversation_hastables_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
conversations_table.c Switch conversations to use wmem_tree_t instead of (sorted) GSList. 2017-03-06 11:41:54 +00:00
conversations_table.h Qt: Refactor ConversationDialog for endpoints. 2014-09-05 01:06:53 +00:00
dcerpc_stat.c gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +00:00
decode_as_dlg.c Internalize struct preference 2017-01-22 10:43:57 +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 Use glib-compat 2017-03-02 15:20:05 +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 GTK: add a missing cast in dissector_tables_dlg.c 2016-01-01 15:11:40 +00:00
dissector_tables_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
dlg_utils.c gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +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 Qt: Reject drag and drop if we're capturing. 2017-01-23 01:26:41 +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: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +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 Gtk: remove atoi calls and use ws_strtoi functions. 2016-10-26 21:45:03 +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 Enable exporting objects with tshark 2016-12-02 16:07:35 +00:00
export_object_dlg.h Enable exporting objects with tshark 2016-12-02 16:07:35 +00:00
export_pdu_dlg.c Implement Export PDU for tshark 2016-05-03 10:17:46 +00:00
export_pdu_dlg.h The plural is "PDUs", not "PDU:s". 2014-07-16 01:10:53 +00:00
export_sslkeys.c gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +00:00
export_sslkeys.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
extcap_gtk.c Gtk: add initializers. 2016-12-22 09:44:55 +00:00
extcap_gtk.h extcap: add new option type (timestamp). 2016-12-09 04:49:33 +00:00
file_dlg.c A bunch of "{Mac} OS X" -> "macOS" changes. 2017-04-05 19:16:22 +00:00
file_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
file_import_dlg.c Don't wire in 262144, use WTAP_MAX_PACKET_SIZE. 2017-03-28 10:34:15 +00:00
file_import_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
fileset_dlg.c On UN*X, st_ctime is the last status change time, not the creation time. 2016-10-22 05:20:22 +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 gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +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 filter: rename shadow var 2016-06-26 06:02:09 +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 gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +00:00
filter_utils.h [WIP] Add a conversation dialog. 2014-07-21 23:19:09 +00:00
find_dlg.c Don't add the wiretap directory to the list of include directories. 2016-02-18 12:55:26 +00:00
find_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
firewall_dlg.c Qt: Firewall Rules dialog. 2016-06-01 23:37:25 +00:00
firewall_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
flow_graph.c gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +00:00
follow_stream.c tcp: Fix Follow TCP tap data and when its tapped. 2016-11-10 20:48:18 +00:00
follow_stream.h Refactor "Follow Stream" functionality on all GUI interfaces. 2016-01-12 15:08:18 +00:00
font_utils.c Refactor "Follow Stream" functionality on all GUI interfaces. 2016-01-12 15:08:18 +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 gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +00:00
goto_dlg.c Move the declaration of packet_list_select_last_row() to ui/gtk/packet_list.h. 2016-12-12 21:12:58 +00:00
goto_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
graph_analysis.c Pacify GTK checkAPIs.pl warnings. 2016-07-24 20:03:29 +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 Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +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 Remove some GtkCList comments and code. 2016-12-12 23:39:42 +00:00
gui_utils.c Pacify GTK checkAPIs.pl warnings. 2016-07-24 20:03:29 +00:00
gui_utils.h Add GResource message to configure script 2016-02-25 04:50: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 Qt: update endpoint statistics column labels to match GTK ones 2017-03-28 13:43:18 +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 Fix some errors from the previous commit. 2016-10-22 03:10:17 +00:00
io_stat.c More checks for localtime() and gmtime() returning NULL. 2016-10-22 02:27:32 +00:00
keys.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
lbm_stream_dlg.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
lbm_stream_dlg.h Clean up modelines and indentation. 2016-02-25 21:34:36 +00:00
lbm_uimflow_dlg.c gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +00:00
lbm_uimflow_dlg.h Clean up modelines and indentation. 2016-02-25 21:34:36 +00:00
mac_lte_stat_dlg.c gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +00:00
macros_dlg.c GTK: Keep display filter applied when switching profiles 2016-06-22 07:49:02 +00:00
macros_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main.c Clean up handling of enabled/disabled protocols/heuristic dissectors. 2017-04-08 20:40:08 +00:00
main.gresources.xml [GTK] Replace deprecated gdk_pixbuf_new_from_inline() 2015-11-12 07:14:32 +00:00
main.h Add JSON export to Qt/GTK UI 2016-06-20 01:22:57 +00:00
main_80211_toolbar.c Gtk: remove atoi calls and use ws_strtoi functions. 2016-10-26 21:45:03 +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 Yell at the user less. 2017-02-20 16:53:17 +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 A bunch of "{Mac} OS X" -> "macOS" changes. 2017-04-05 19:16:22 +00:00
main_menubar_private.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_statusbar.c Qt: Show merge progress. 2017-01-21 06:50:30 +00:00
main_statusbar_private.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_titlebar.c Link version code statically again 2016-04-21 18:59:56 +00:00
main_titlebar.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
main_toolbar.c Fix Access Violation in plugin_if_mainwindow_get_ws_info(...) 2017-01-18 15:07:01 +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 Make GTK compile with HAVE_PCAP_REMOTE on Linux with gcc6 2017-03-19 16:18:46 +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 Mark the file as having unsaved data if you change address resolution. 2016-07-18 23:04:59 +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 gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +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 More checks for localtime() and gmtime() returning NULL. 2016-10-22 02:27:32 +00:00
menus.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
mtp3_summary.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +00:00
old-gtk-compat.h lbm_uimflow_dlg.c: Pacify another GTK checkAPIs.pl warning. 2016-07-31 15:30:19 +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 Don't copy details of hidden columns. 2016-06-05 10:02:06 +00:00
packet_list.h Move the declaration of packet_list_select_last_row() to ui/gtk/packet_list.h. 2016-12-12 21:12:58 +00:00
packet_list_store.c gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +00:00
packet_list_store.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
packet_panes.c gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +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 More "FT_BOOLEAN is 64-bit" fixes. 2016-03-15 23:08:08 +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 GTK: the maximum packet size is WTAP_MAX_PACKET_SIZE, not 65535 2017-03-28 05:02:31 +00:00
prefs_capture.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_column.c *_stdup_printf -> strdup for "single string only" formatting. 2016-06-06 06:03:58 +00:00
prefs_column.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_dlg.c GTK: Wrap static preference labels. 2017-02-07 05:15:28 +00:00
prefs_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_filter_expressions.c filter: rename shadow var 2016-06-26 06:02:09 +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 Refactor "Follow Stream" functionality on all GUI interfaces. 2016-01-12 15:08:18 +00:00
prefs_font_color.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_gui.c A bunch of "{Mac} OS X" -> "macOS" changes. 2017-04-05 19:16:22 +00:00
prefs_gui.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
prefs_layout.c Add GResource message to configure script 2016-02-25 04:50:59 +00:00
prefs_layout.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
print_dlg.c gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +00:00
profile_dlg.c profile_name_is_valid() returns a malloced string [-Wcast-qual] 2016-01-21 02:32:46 +00:00
profile_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
progress_dlg.c const gpointer -> gconstpointer 2016-02-16 05:10:49 +00:00
proto_dlg.c proto_dlg.c: Convert GSList into wmem_tree 2017-03-16 11:40:17 +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_hier_stats_dlg.c Yell at the user less. 2017-02-20 16:53:17 +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 Don't add the wiretap directory to the list of include directories. 2016-02-18 12:55:26 +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 Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList. 2017-02-08 14:24:42 +00:00
response_time_delay_table.h Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList. 2017-02-08 14:24:42 +00:00
rlc_lte_graph.c A bunch of "{Mac} OS X" -> "macOS" changes. 2017-04-05 19:16:22 +00:00
rlc_lte_stat_dlg.c Gtk: remove atoi calls and use ws_strtoi functions. 2016-10-26 21:45:03 +00:00
rpc_stat.c gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +00:00
rtp_analysis.c Make some items that don't need to be size_t guint. 2016-12-15 11:52:49 +00:00
rtp_player.c Clean up handling of enabled/disabled protocols/heuristic dissectors. 2017-04-08 20:40:08 +00:00
rtp_player.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
rtp_stream_dlg.c gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +00:00
rtp_stream_dlg.h Qt: Add the RTP Streams dialog. 2015-01-30 06:48:32 +00:00
sctp_assoc_analyse.c *_stdup_printf -> strdup for "single string only" formatting. 2016-06-06 06:03:58 +00:00
sctp_byte_graph_dlg.c gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +00:00
sctp_chunk_stat.c Revert "tap: change glib functions to wmem." 2016-06-19 10:47:10 +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 Fix segfault, when only one TSN is captured 2017-01-24 13:57:21 +00:00
sctp_stat_dlg.c gtk: fix compilation with GTK+ before 2.18 2016-09-01 08:27:59 +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 Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList. 2017-02-08 14:24:42 +00:00
service_response_time_table.h service_response_time_table (GTK) fix parameter 'data' not found in the function declaration [-Wdocumentation] 2017-02-10 10:21:34 +00:00
simple_dialog.c Clean up handling of enabled/disabled protocols/heuristic dissectors. 2017-04-08 20:40:08 +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 Switch stat tap to use wmem_tree_t instead of (sorted) GSList. 2017-02-08 14:25:07 +00:00
simple_stattable.h Switch stat tap to use wmem_tree_t instead of (sorted) GSList. 2017-02-08 14:25:07 +00:00
stats_tree_stat.c Clean up handling of enabled/disabled protocols/heuristic dissectors. 2017-04-08 20:40:08 +00:00
stock_icons.c Add GResource message to configure script 2016-02-25 04:50:59 +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 No need to check for string option values being null. 2016-07-21 00:28:18 +00:00
summary_dlg.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
supported_protos_dlg.c Don't add the wiretap directory to the list of include directories. 2016-02-18 12:55:26 +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 Don't add the wiretap directory to the list of include directories. 2016-02-18 12:55:26 +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 A bunch of "{Mac} OS X" -> "macOS" changes. 2017-04-05 19:16:22 +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 Clean up handling of enabled/disabled protocols/heuristic dissectors. 2017-04-08 20:40:08 +00:00
uat_gui.h Spelling fixes for errors found by lintian 2015-12-07 07:11:54 +00:00
voip_calls_dlg.c Don't add the wiretap directory to the list of include directories. 2016-02-18 12:55:26 +00:00
voip_calls_dlg.h voip_calls: Move to ui. 2014-11-18 00:48:34 +00:00
webbrowser.c A bunch of "{Mac} OS X" -> "macOS" changes. 2017-04-05 19:16:22 +00:00
webbrowser.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
wlan_stat_dlg.c format_text_wmem -> format_text 2017-01-31 17:08:47 +00:00