wireshark/gtk
Guy Harris 2a848c34ad Have the "Save voice data as..." button in the RTP analysis dialog box
pop up a file selection box with the save options, rather than a dialog
box with the save options, a file name, and a button to click to get the
file selection box.

svn path=/trunk/; revision=7331
2003-03-10 02:09:29 +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 From Miha Jemec : 2003-03-06 20:35:12 +00:00
Makefile.nmake From Miha Jemec : 2003-03-06 20:35:12 +00:00
STATUS.gtk2 In gtk2 code : 2002-11-15 22:21:15 +00:00
capture_dlg.c Add a new routine "filter_button_destroy_cb()", and make it the 2003-01-15 05:20:19 +00:00
capture_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
capture_prefs.c Use gtk1/gtk2 compatibility macros. 2002-11-11 18:57:00 +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 In gtk2, the "changed" signal is sent by the GtkTreeSelection, not the 2003-02-17 21:08:37 +00:00
color_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
color_filters.c Separate the routines to allocate colors from the routines to handle 2003-01-08 01:59:42 +00:00
color_filters.h Separate the routines to allocate colors from the routines to handle 2003-01-08 01:59:42 +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 Separate the routines to allocate colors from the routines to handle 2003-01-08 01:59: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 Pointer <--> int converions cause warnings on ia64. 2003-03-10 02:06:33 +00:00
column_prefs.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
compat_macros.h New gtk1/gtk2 compatibility macros used for menu entries. 2002-11-15 23:50:06 +00:00
dcerpc_stat.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
dcerpc_stat.h First step in creating an API to register TAPs for use with ethereal instead of hardcoding them in main.c/menu.c 2002-11-06 10:53:36 +00:00
decode_as_dlg.c Add an "Apply" button to "Decode As" window. 2003-03-01 13:08:59 +00:00
decode_as_dlg.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
dfilter_expr_dlg.c Pointer <--> int converions cause warnings on ia64. 2003-03-10 02:06:33 +00:00
dfilter_expr_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
display_opts.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-10 11:00:29 +00:00
display_opts.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
dlg_utils.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-10 11:00:29 +00:00
dlg_utils.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
file_dlg.c Add a new routine "filter_button_destroy_cb()", and make it the 2003-01-15 05:20:19 +00:00
file_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
filter_prefs.c Add type of filter in capture/display filter windows. 2003-03-02 13:46:01 +00:00
filter_prefs.h Move the code that associates buttons with filter dialogs, and vice 2003-01-15 05:58:50 +00:00
find_dlg.c Add a new routine "filter_button_destroy_cb()", and make it the 2003-01-15 05:20:19 +00:00
find_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
follow_dlg.c From Devin Heitmueller: follow TCP Stream support for showing stream 2003-03-06 04:23:51 +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 Have "goto_frame()" put up error dialog boxes itself, rather than having 2003-03-02 22:07:25 +00:00
goto_dlg.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
gtkclist.c Add/fix cvs id tags 2002-09-09 20:32:32 +00:00
gtkclist.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
gtkglobals.h Update a comment to indicate why there's a problem with printable-but- 2002-12-31 21:49:00 +00:00
gui_prefs.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
gui_prefs.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
help_dlg.c - fix FAQ display (faq_help[] was not initialised before strcat 2003-03-03 21:59:42 +00:00
help_dlg.h Update my email address in various places since my old one no longer works 2003-01-26 19:35:31 +00:00
io_stat.c "gtk_box_pack_end()" expects a GtkBox, not a GtkContainer, as its first 2003-03-05 20:12:04 +00:00
io_stat.h Feature for Gtk2: GUI version of IO-STAT. Looks reasonable with one graph. Looks "sub-optimal" with multiple graphs overwriting eachothers. 2002-11-14 10:32:22 +00:00
keys.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
main.c Put the code to get version numbers of various libraries with which 2003-03-08 07:00:48 +00:00
main.h Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsigned 2002-12-19 02:58:53 +00:00
menu.c Move RTP Analysis to Statistics menu 2003-03-06 21:21:43 +00:00
menu.h Removed trailing whitespaces from .h and .c files using the 2002-08-28 21:04:11 +00:00
nameres_prefs.c Use gtk1/gtk2 compatibility macros. 2002-11-11 18:57:00 +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 In gtk2 code : 2002-11-15 22:21:15 +00:00
packet_win.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
packet_win.h Removed all gtk calls in file.c : 2002-09-21 11:36:30 +00:00
plugins_dlg.c Change some plugin window geometry aspects. 2003-03-02 17:14:08 +00:00
prefs_dlg.c Make last modifications work with gtk2. 2002-12-27 18:32:55 +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 From Pavel Roskin: in the GTK+ 2 code, associate the "Print Detail" 2003-02-21 21:06:27 +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 Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +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 Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
proto_dlg.c Update my email address in various places since my old one no longer works 2003-01-26 19:35:31 +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 gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
proto_draw.h Merge gtk and gtk2 directories. 2002-11-03 17:38:45 +00:00
proto_hier_stats_dlg.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
proto_hier_stats_dlg.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
rpc_progs.c Prettify RPC_PROGRAMS table when reading new capture or when closing and opening it again. 2002-12-16 07:02:05 +00:00
rpc_progs.h First step in creating an API to register TAPs for use with ethereal instead of hardcoding them in main.c/menu.c 2002-11-06 10:53:36 +00:00
rpc_stat.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
rpc_stat.h First step in creating an API to register TAPs for use with ethereal instead of hardcoding them in main.c/menu.c 2002-11-06 10:53:36 +00:00
simple_dialog.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
smb_stat.c New files for the SMB RTT statistics feature 2003-01-22 00:42:05 +00:00
smb_stat.h New files for the SMB RTT statistics feature 2003-01-22 00:42:05 +00:00
stream_prefs.c In gtk2 code, replace gdk_string_width() with the "Pango" way of 2003-02-17 07:50:49 +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 Add an average packet size, as suggested by Daniel Jackson. 2003-03-07 20:27:02 +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
tap_rtp.c Have the "Save voice data as..." button in the RTP analysis dialog box 2003-03-10 02:09:29 +00:00
tap_rtp.h Get rid of CRs. 2003-03-06 22:36:43 +00:00
tcp_graph.c Get rid of unneeded includes of "../ui_util.h". 2003-03-02 22:31:25 +00:00
tcp_graph.h Include cleanups in gtk and gtk2: 2002-09-05 18:48:52 +00:00
ui_util.c Use gtk1/gtk2 compatibility macros to reduce #ifdefs. 2002-11-11 15:39:06 +00:00
ui_util.h Merge gtk and gtk2 directories. 2002-11-03 17:38:45 +00:00