wireshark/ui
Gerald Combs 56697c244e Qt: Add name resolution menu items.
Change the text from "Enable for" to "Resolve". Make the tooltips more
descriptive. List them in OSI model order.

Change-Id: Ie671ba9d55c609ce475f1681add0ad7d975f19cd
Reviewed-on: https://code.wireshark.org/review/5737
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-12-12 20:40:53 +00:00
..
cli Presumably the intent is to dump *non*-dummy entries. 2014-11-23 20:53:11 +00:00
gtk Add a heur_dissector_table_foreach() function. 2014-12-11 04:16:33 +00:00
qt Qt: Add name resolution menu items. 2014-12-12 20:40:53 +00:00
win32 win32: use target file format when checking if it supports comments 2014-11-30 19:44:18 +00:00
CMakeLists.txt voip_calls: Move to ui. 2014-11-18 00:48:34 +00:00
Makefile.am
Makefile.common voip_calls: Move to ui. 2014-11-18 00:48:34 +00:00
Makefile.nmake Use forward slashes in paths to runlex.sh 2014-07-20 13:15:59 +00:00
alert_box.c
alert_box.h
capture.c Add editor modelines; Adjust whitespace as needed. 2014-10-12 18:58:32 +00:00
capture.h Always put editor-modelines at the end of the file ... 2014-10-14 20:08:29 +00:00
capture_globals.h Move capture_session.h to capchild; what it declares is defined there. 2014-06-30 05:09:31 +00:00
capture_ui_utils.c isdigit -> g_ascii_isdigit to make the build work. 2014-10-17 08:52:10 +00:00
capture_ui_utils.h Always put editor-modelines at the end of the file ... 2014-10-14 20:08:29 +00:00
console.c Move the console log handling code to ui/console.[ch]. 2014-09-26 14:15:45 +00:00
console.h Move the console log handling code to ui/console.[ch]. 2014-09-26 14:15:45 +00:00
decode_as_utils.c Adjust some whitespace to match editor modelines. 2014-10-06 02:55:49 +00:00
decode_as_utils.h Always put editor-modelines at the end of the file ... 2014-10-14 20:08:29 +00:00
doxygen.cfg.in
export_object.c
export_object.h Adjust some whitespace to match editor modelines. 2014-10-06 03:42:51 +00:00
export_object_dicom.c
export_object_http.c
export_object_smb.c Adjust some whitespace to match editor modelines. 2014-10-06 02:55:49 +00:00
export_object_tftp.c
file_dialog.h
filters.c Use g_ascii_isspace() instead of isascii() && isspace(). 2014-10-17 06:54:54 +00:00
filters.h Always put editor-modelines at the end of the file ... 2014-10-14 20:08:29 +00:00
follow.c
follow.h
help_url.c Qt: Initial VoIP Calls dialog. 2014-12-09 21:25:33 +00:00
help_url.h Qt: Initial VoIP Calls dialog. 2014-12-09 21:25:33 +00:00
iface_lists.c Adjust some whitespace to match editor modelines. 2014-10-06 02:55:49 +00:00
iface_lists.h
io_graph_item.c
io_graph_item.h Strip some trailing whitespace; Fix some indentation; Add editor-modelines as needed. 2014-07-11 03:20:54 +00:00
language.c Qt: Dynamic languages 2014-11-04 08:21:55 +00:00
language.h Qt: Dynamic languages 2014-11-04 08:21:55 +00:00
last_open_dir.h
main_statusbar.h
packet_list_utils.c
packet_list_utils.h
persfilepath_opt.c Don't use <ctype.h> macros, and eliminate an include of <ctype.h>. 2014-10-17 06:41:58 +00:00
persfilepath_opt.h Always put editor-modelines at the end of the file ... 2014-10-14 20:08:29 +00:00
preference_utils.c
preference_utils.h Always put editor-modelines at the end of the file ... 2014-10-14 20:08:29 +00:00
profile.c
profile.h Always put editor-modelines at the end of the file ... 2014-10-14 20:08:29 +00:00
progress_dlg.h
proto_hier_stats.c Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata. 2014-12-01 00:31:03 +00:00
proto_hier_stats.h Always put editor-modelines at the end of the file ... 2014-10-14 20:08:29 +00:00
recent.c Don't use <ctype.h> macros, and eliminate an include of <ctype.h>. 2014-10-17 06:41:58 +00:00
recent.h Adjust some whitespace to match editor modelines. 2014-10-06 03:42:51 +00:00
recent_utils.h
rtp_analysis.h Always put editor-modelines at the end of the file ... 2014-10-14 20:08:29 +00:00
rtp_stream.h Always put editor-modelines at the end of the file ... 2014-10-14 20:08:29 +00:00
simple_dialog.h Adjust some whitespace to match editor modelines. 2014-10-06 03:42:51 +00:00
software_update.c
software_update.h
ssl_key_export.c
ssl_key_export.h
tap-megaco-common.c Add editor modelines; Adjust whitespace as needed. 2014-10-12 18:58:32 +00:00
tap-megaco-common.h Always put editor-modelines at the end of the file ... 2014-10-14 20:08:29 +00:00
tap-rtp-common.c
tap-rtp-common.h Always put editor-modelines at the end of the file ... 2014-10-14 20:08:29 +00:00
tap-sctp-analysis.c Add editor modelines; Adjust whitespace as needed. 2014-10-12 18:58:32 +00:00
tap-sctp-analysis.h Always put editor-modelines at the end of the file ... 2014-10-14 20:08:29 +00:00
tap-sequence-analysis.c Qt: Initial VoIP Calls dialog. 2014-12-09 21:25:33 +00:00
tap-sequence-analysis.h Qt: Initial VoIP Calls dialog. 2014-12-09 21:25:33 +00:00
tap-tcp-stream.c
tap-tcp-stream.h
tap_export_pdu.c Fix warning: no previous prototype for ... [-Wmissing-prototypes] 2014-08-18 13:12:45 +00:00
tap_export_pdu.h Cleanup the "export PDU" common code. 2014-07-15 20:15:59 +00:00
text_import.c [pedantic] Replace usage of 'long' and 'long long' 2014-11-19 16:31:42 +00:00
text_import.h
text_import_scanner.h
text_import_scanner.l
time_shift.c Don't use <ctype.h> macros, and eliminate an include of <ctype.h>. 2014-10-17 06:41:58 +00:00
time_shift.h Always put editor-modelines at the end of the file ... 2014-10-14 20:08:29 +00:00
traffic_table_ui.c Qt: Add the "Map" button to the Endpoints dialog. 2014-09-17 20:04:28 +00:00
traffic_table_ui.h Qt: Add the "Map" button to the Endpoints dialog. 2014-09-17 20:04:28 +00:00
ui_util.h Qt: Packet list column sorting. 2014-10-06 21:10:11 +00:00
utf8_entities.h Revert "Qt: Try to fix a Visual C++ encoding warning." 2014-10-06 23:34:56 +00:00
util.c Move the console log handling code to ui/console.[ch]. 2014-09-26 14:15:45 +00:00
util.h
voip_calls.c Consolidate sequence analysis code. 2014-11-26 00:04:05 +00:00
voip_calls.h Qt: Initial VoIP Calls dialog. 2014-12-09 21:25:33 +00:00