wireshark/gtk
Guy Harris 3aaf65db46 Don't capitalize "Filter" in "Display Filter" in the "Find" dialog box,
just as we don't capitalize "value" in "Hex value" in the same set of
radio buttons.

svn path=/trunk/; revision=11002
2004-05-26 02:33:37 +00:00
..
.cvsignore Add "ethereal-tap-register.c" to the gtk ".cvsignore" file, as it's a 2002-11-06 23:41:21 +00:00
Makefile.am Declare "text_page_new()" in a "gtk/text_page.h" header, rather than 2004-05-22 04:25:57 +00:00
Makefile.common moved the about dialog from main.c to it's own new about_dlg.c, 2004-05-20 12:01:13 +00:00
Makefile.nmake added a depend to ethereal-tap-register.c, 2004-05-20 11:53:52 +00:00
STATUS.gtk2 In gtk2 code : 2002-11-15 22:21:15 +00:00
about_dlg.c next step to save the size and postition of the dialogs (using a hashtable) 2004-05-23 17:37:36 +00:00
about_dlg.h Now that the "About" dialog box's code is in "gtk/about_dlg.c", move the 2004-05-21 08:44:45 +00:00
ansi_a_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
ansi_map_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
bootp_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
capture_combo_utils.c removed some MSVC warnings (moved pcap.h before glib.h) 2003-12-21 12:19:39 +00:00
capture_combo_utils.h Have "get_interface_list()" return a list of "if_info_t" structures 2003-09-10 05:35:26 +00:00
capture_dlg.c Change the punctuation in one tooltip (I think "select the desired one" 2004-04-28 20:47:43 +00:00
capture_dlg.h every GUI action, which will erease a currently unsaved capture file, 2004-01-29 23:11:38 +00:00
capture_info_dlg.c two memory leaks removed 2004-04-14 05:46:34 +00:00
capture_prefs.c Failure to get the list of interfaces should be reported as an error. 2004-04-17 01:10:09 +00:00
capture_prefs.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
color_dlg.c going to have a standard behaviour of the dialogs 2004-05-22 19:56:19 +00:00
color_dlg.h Update to endpoint talkers, 2003-10-07 10:07:47 +00:00
color_filters.c Make "new_color_filter()" take the background and foreground colors, as 2004-04-16 19:36:36 +00:00
color_filters.h Make "new_color_filter()" take the background and foreground colors, as 2004-04-16 19:36:36 +00:00
color_utils.c Change to color filters : 2002-09-23 19:09:52 +00:00
color_utils.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
colors.c Pass ESD_BTN_OK rather than NULL as a second argument to 2004-01-31 03:22:42 +00:00
colors.h Separate the routines to allocate colors from the routines to handle 2003-01-08 01:59:42 +00:00
column_prefs.c replaced every appearance of gtk_scrolled_window_new() with 2004-02-06 19:19:12 +00:00
column_prefs.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
compat_macros.h add some comments about using WIDGET_SET_SIZE() macro 2004-05-23 15:03:09 +00:00
dcerpc_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
decode_as_dlg.c replaced sprintf / snprintf by g_snprintf, 2004-03-13 15:15:26 +00:00
decode_as_dlg.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
dfilter_expr_dlg.c replaced snprintf by g_snprintf and removed #include "snprintf.h" 2004-03-13 11:47:08 +00:00
dfilter_expr_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
dlg_utils.c dlg_destroy_cb() is static 2004-05-24 17:41:26 +00:00
dlg_utils.h next step to save the size and postition of the dialogs (using a hashtable) 2004-05-23 17:37:36 +00:00
endpoint_talkers_eth.c build a conversation (aka endpoint_talkers) dialog, 2004-05-02 17:25:10 +00:00
endpoint_talkers_fc.c build a conversation (aka endpoint_talkers) dialog, 2004-05-02 17:25:10 +00:00
endpoint_talkers_fddi.c build a conversation (aka endpoint_talkers) dialog, 2004-05-02 17:25:10 +00:00
endpoint_talkers_ip.c build a conversation (aka endpoint_talkers) dialog, 2004-05-02 17:25:10 +00:00
endpoint_talkers_ipx.c build a conversation (aka endpoint_talkers) dialog, 2004-05-02 17:25:10 +00:00
endpoint_talkers_table.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
endpoint_talkers_table.h add name resolution to both endpoint and conversation lists 2004-05-03 22:15:22 +00:00
endpoint_talkers_tcpip.c build a conversation (aka endpoint_talkers) dialog, 2004-05-02 17:25:10 +00:00
endpoint_talkers_tr.c build a conversation (aka endpoint_talkers) dialog, 2004-05-02 17:25:10 +00:00
endpoint_talkers_udpip.c build a conversation (aka endpoint_talkers) dialog, 2004-05-02 17:25:10 +00:00
ethclist.c Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify it 2004-01-09 08:36:23 +00:00
ethclist.h Give it an RCS ID. 2004-02-20 22:38:44 +00:00
fc_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
file_dlg.c Get rid of static forward declaration of "toggle_captured_cb()", as it's 2004-04-23 03:22:10 +00:00
file_dlg.h Implemented rudimentary Drag and Drop support. 2004-01-31 18:32:37 +00:00
filter_prefs.c Yes, you do have to free the display filter after compiling it, 2004-02-28 04:21:49 +00:00
filter_prefs.h The string in the Find Frame dialog box isn't necessarily a display 2004-02-28 04:18:47 +00:00
find_dlg.c Don't capitalize "Filter" in "Display Filter" in the "Find" dialog box, 2004-05-26 02:33:37 +00:00
find_dlg.h Forgot to update a prototype in previous patch 2003-10-07 09:50:41 +00:00
follow_dlg.c going to have a standard behaviour of the dialogs 2004-05-22 19:56:19 +00:00
follow_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
goto_dlg.c Pass ESD_BTN_OK rather than NULL as a second argument to 2004-01-31 03:22:42 +00:00
goto_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
gsm_a_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
gsm_map_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
gsm_map_stat.h From Michael Lum: 2004-04-21 17:57:31 +00:00
gsm_map_summary.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
gtk_stat_util.c replaced sprintf / snprintf by g_snprintf, 2004-03-13 15:15:26 +00:00
gtk_stat_util.h From Lars Roland: 2003-08-21 17:48:04 +00:00
gtkglobals.h Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify it 2004-01-09 08:36:23 +00:00
gui_prefs.c Have two strings in an enum_val_t - one that's a short string that is 2004-05-24 02:25:21 +00:00
gui_prefs.h new "Font" preferences page instead of a font dialog in "User Interface" 2004-01-17 00:26:22 +00:00
h225_counter.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
h225_ras_srt.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
help_dlg.c next step to save the size and postition of the dialogs (using a hashtable) 2004-05-23 17:37:36 +00:00
help_dlg.h adding a function to the help dialog, showing a specific topic (context help), 2004-01-25 21:27:16 +00:00
hostlist_eth.c build a endpoints (aka hostlist) dialog, 2004-05-02 21:16:09 +00:00
hostlist_fc.c build a endpoints (aka hostlist) dialog, 2004-05-02 21:16:09 +00:00
hostlist_fddi.c build a endpoints (aka hostlist) dialog, 2004-05-02 21:16:09 +00:00
hostlist_ip.c build a endpoints (aka hostlist) dialog, 2004-05-02 21:16:09 +00:00
hostlist_ipx.c build a endpoints (aka hostlist) dialog, 2004-05-02 21:16:09 +00:00
hostlist_table.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
hostlist_table.h add name resolution to both endpoint and conversation lists 2004-05-03 22:15:22 +00:00
hostlist_tcpip.c build a endpoints (aka hostlist) dialog, 2004-05-02 21:16:09 +00:00
hostlist_tr.c build a endpoints (aka hostlist) dialog, 2004-05-02 21:16:09 +00:00
hostlist_udpip.c build a endpoints (aka hostlist) dialog, 2004-05-02 21:16:09 +00:00
http_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
io_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
isup_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
keys.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
layout_prefs.c Use an enum when initializing "prefs.gui_layout_type". 2004-05-05 07:31:05 +00:00
layout_prefs.h The layout types and pane types don't depend on GTK+, so move their 2004-04-30 00:40:45 +00:00
ldap_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
main.c next step to save the size and postition of the dialogs (using a hashtable) 2004-05-23 17:37:36 +00:00
main.h Now that the "About" dialog box's code is in "gtk/about_dlg.c", move the 2004-05-21 08:44:45 +00:00
menu.c Now that the "About" dialog box's code is in "gtk/about_dlg.c", move the 2004-05-21 08:44:45 +00:00
menu.h update menu check items, if name resolution prefs changed 2004-05-20 10:37:41 +00:00
mgcp_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
mtp3_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
mtp3_stat.h From Michael Lum: 2004-04-21 17:57:31 +00:00
mtp3_summary.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
nameres_prefs.c update menu check items, if name resolution prefs changed 2004-05-20 10:37:41 +00:00
nameres_prefs.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
packet_list.c From Lars Roland: Move timestamp_type into libethereal and provide accessor 2004-03-18 19:04:33 +00:00
packet_list.h added some menuitems "View->Show" including show/hide of all main widgets, 2004-01-19 00:42:12 +00:00
packet_win.c Add a "window_new()" routine that creates a window of a given type, sets 2004-02-13 00:53:37 +00:00
packet_win.h Removed all gtk calls in file.c : 2002-09-21 11:36:30 +00:00
plugins_dlg.c beautify the "About Ethereal" page, put plugin list into the dialog 2004-05-20 18:23:38 +00:00
prefs_dlg.c Have two strings in an enum_val_t - one that's a short string that is 2004-05-24 02:25:21 +00:00
prefs_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
print_dlg.c removed some labels 2004-04-25 22:34:06 +00:00
print_mswin.c added some print dialog flags, to disable some unsupported print features 2003-11-11 13:59:53 +00:00
print_mswin.h Add/fix cvs id tags 2002-09-09 20:32:32 +00:00
print_prefs.c Have two strings in an enum_val_t - one that's a short string that is 2004-05-24 02:25:21 +00:00
print_prefs.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
progress_dlg.c avoid problems when strings becoming too large, 2004-02-01 13:12:10 +00:00
proto_dlg.c replaced every appearance of gtk_scrolled_window_new() with 2004-02-06 19:19:12 +00:00
proto_dlg.h Update my email address in various places since my old one no longer works 2003-01-26 19:35:31 +00:00
proto_draw.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
proto_draw.h From Tomas Kukosa: 2004-03-20 06:34:09 +00:00
proto_hier_stats_dlg.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
proto_hier_stats_dlg.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
range_utils.c changed the print dialog, so it will keep the user settings after reopening the dialog 2004-04-25 08:01:06 +00:00
range_utils.h seperated common packet range code from the save and the print dialog, 2004-04-22 21:31:09 +00:00
recent.c Freely adjustable status line separations. 2004-04-27 19:16:11 +00:00
recent.h removed obsolete comments 2004-05-07 08:12:33 +00:00
rpc_progs.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
rpc_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
rtp_analysis.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
rtp_analysis.h From Lars Ruoff: rewritten RTP analysis module. 2003-09-24 07:48:12 +00:00
rtp_stream.c The HIG's and/or GUI toolkit documentation for: 2004-02-12 22:24:28 +00:00
rtp_stream.h From Lars Ruoff: 2004-01-26 19:16:30 +00:00
rtp_stream_dlg.c ESC key presses Close button 2004-04-12 18:01:27 +00:00
rtp_stream_dlg.h From Lars Ruoff: rewritten RTP analysis module. 2003-09-24 07:48:12 +00:00
service_response_time_table.c rename context menu items: 2004-05-07 12:15:24 +00:00
service_response_time_table.h Add a popup to the ServicveResponseTime tables where the user can select 2003-09-05 10:26:44 +00:00
simple_dialog.c GTK2 only: catch window state event, and call display_queued_messages() 2004-05-17 21:15:28 +00:00
sip_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
smb_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
stream_prefs.c Make the color preferences popup menu shrink to its natural size instead 2004-03-11 00:22:41 +00:00
stream_prefs.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
summary_dlg.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
summary_dlg.h No work need be done when a summary dialog box is destroyed, or when the 2000-04-01 09:16:49 +00:00
supported_protos_dlg.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
supported_protos_dlg.h Give it an RCS ID. 2004-02-20 22:38:44 +00:00
tap_dfilter_dlg.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
tap_dfilter_dlg.h From Lars Roland: 2003-12-19 23:41:55 +00:00
tap_menu.h Changed all items to "Endpoint List" and get rid of the "Host List" group. 2004-02-23 20:28:31 +00:00
tcp_graph.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00
text_page.h Declare "text_page_new()" in a "gtk/text_page.h" header, rather than 2004-05-22 04:25:57 +00:00
toolbar.c bugfix: init the toolbar's Save icons correctly 2004-02-09 18:32:41 +00:00
toolbar.h code cleanup and added some more 2004-01-20 02:21:17 +00:00
ui_util.c Include <string.h> to declare "strlen()". 2004-05-24 09:00:52 +00:00
ui_util.h next step to save the size and postition of the dialogs (using a hashtable) 2004-05-23 17:37:36 +00:00
wsp_stat.c use new functions in window API (ui_util.h), 2004-05-23 23:24:07 +00:00