wireshark/gtk2
Guy Harris 5e8ecbaf46 From Graeme Hewson:
Currently Ethereal sets and uses a default directory for reading
	and writing, but only in some places.  This set of patches extends
	the setting of the default directory to the -w option as well as
	the -r option, and causes all file dialogs to use and set the
	default consistently.  (I haven't changed the
	Preferences/Printing/File dialog, though, as that's a special
	case.)

	There's also a fix for a bug where Ethereal was issuing the
	message "Ring buffer requested, but capture isn't being saved to
	a permanent file" even though a file was specified with -w.

There also appear to be some other cleanups in his patch.

svn path=/trunk/; revision=6238
2002-09-09 20:39:01 +00:00
..
.cvsignore GTK+ v2 port. 2002-08-31 09:55:22 +00:00
Makefile.am Change naming for rpcstat and rpcprogs 2002-09-07 09:28:05 +00:00
Makefile.nmake Tap system supprot for Gtk1 and both rpc_stat and rpc_progs 2002-09-07 10:02:36 +00:00
STATUS Explain the GTK+ developers' thinking about detecting fixed-width fonts 2002-09-08 01:20:02 +00:00
capture_dlg.c From Graeme Hewson: 2002-09-09 20:39:01 +00:00
capture_dlg.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
capture_prefs.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
capture_prefs.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
color_dlg.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
color_dlg.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
color_utils.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
color_utils.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
colors.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
colors.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
column_prefs.c GtkCList to GtkTreeView conversion. 2002-09-07 21:21:56 +00:00
column_prefs.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
decode_as_dlg.c Strings copied from a TreeModel must be freed after usage. 2002-09-07 18:35:16 +00:00
decode_as_dlg.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
dfilter_expr_dlg.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
dfilter_expr_dlg.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
display_opts.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
display_opts.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
dlg_utils.c Fix accelarators/mnemonics in dialogs containing radio or check buttons. 2002-09-01 09:46:54 +00:00
dlg_utils.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
file_dlg.c From Graeme Hewson: 2002-09-09 20:39:01 +00:00
file_dlg.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
filter_prefs.c Add missing gtk_tree_path_free() 2002-09-07 21:21:14 +00:00
filter_prefs.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
find_dlg.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
find_dlg.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
follow_dlg.c From Graeme Hewson: 2002-09-09 20:39:01 +00:00
follow_dlg.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
goto_dlg.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
goto_dlg.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
gtkglobals.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
gui_prefs.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
gui_prefs.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
help_dlg.c Add back more string.h includes 2002-09-07 00:02:24 +00:00
help_dlg.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
keys.h Remove trailing whitespaces. 2002-08-31 10:46:54 +00:00
main.c From Graeme Hewson: 2002-09-09 20:39:01 +00:00
main.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
menu.c Change naming for rpcstat and rpcprogs 2002-09-07 09:28:05 +00:00
menu.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
nameres_prefs.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
nameres_prefs.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
packet_win.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
packet_win.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
plugins_dlg.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
prefs_dlg.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
prefs_dlg.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
print_dlg.c From Graeme Hewson: 2002-09-09 20:39:01 +00:00
print_mswin.c Put back missing include of <stdio.h>. 2002-09-09 20:16:12 +00:00
print_mswin.h Add/fix cvs id tags 2002-09-09 20:32:32 +00:00
print_prefs.c GTK+ v2 port. 2002-08-31 09:55:22 +00:00
print_prefs.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
progress_dlg.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
proto_dlg.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
proto_dlg.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
proto_draw.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
proto_draw.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
proto_hier_stats_dlg.c GTK+ v2 port. 2002-08-31 09:55:22 +00:00
proto_hier_stats_dlg.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
rpc_progs.c Change naming for rpcstat and rpcprogs 2002-09-07 09:28:05 +00:00
rpc_progs.h Change naming for rpcstat and rpcprogs 2002-09-07 09:28:05 +00:00
rpc_stat.c Change naming for rpcstat and rpcprogs 2002-09-07 09:28:05 +00:00
rpc_stat.h Change naming for rpcstat and rpcprogs 2002-09-07 09:28:05 +00:00
simple_dialog.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
stream_prefs.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
stream_prefs.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
summary_dlg.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
summary_dlg.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00
tcp_graph.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
tcp_graph.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
ui_util.c Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
ui_util.h GTK+ v2 port. 2002-08-31 09:55:22 +00:00