wireshark/gtk
Guy Harris 9d13d08eef Use "isprint()", rather than "isgraph()" followed by a check for space,
as "isprint()" is defined to be "isgraph() or space" (or, historically
speaking, "isgraph()", which came later, is defined to be "isprint()
except for space).

Make the characters in "packet_hex_print()" be "guchar" rather than
"gchar", so that they don't get sign-extended if the 8th bit is set, and
thus don't cause "isprint()" and company to give random answers.

svn path=/trunk/; revision=1893
2000-04-27 20:39:21 +00:00
..
.cvsignore
capture_dlg.c Disable "Update list of packets in real tiem" and 2000-04-07 15:37:59 +00:00
capture_dlg.h
color_dlg.c Remove some unnecessary includes from "gtk/color_dlg.c" and 2000-02-12 08:42:28 +00:00
color_dlg.h Split the color manipulation stuff into "color_dlg.[ch]", containing the 2000-02-12 08:31:49 +00:00
colors.c Remove some unnecessary includes from "gtk/color_dlg.c" and 2000-02-12 08:42:28 +00:00
colors.h Split the color manipulation stuff into "color_dlg.[ch]", containing the 2000-02-12 08:31:49 +00:00
column_prefs.c
column_prefs.h
display_opts.c Heikki Vatiainen's patch to add a flag to control whether to interpret 2000-01-24 04:44:58 +00:00
display_opts.h
file_dlg.c Have separate global variables for the current "File:Open" and 2000-04-10 18:40:13 +00:00
file_dlg.h Move the declarations of the routines in "gtk/file_dlg.c" out of 2000-02-12 06:58:42 +00:00
filter_prefs.c Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up a 2000-04-01 12:03:42 +00:00
filter_prefs.h Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up a 2000-04-01 12:03:42 +00:00
find_dlg.c Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up a 2000-04-01 12:03:42 +00:00
find_dlg.h
goto_dlg.c Give the entry box in the "Find Frame" and "Go To Frame" dialog boxes 2000-03-15 08:54:24 +00:00
goto_dlg.h
gtkclist.c Add GTK+-1.2.7 fixes to gtkclist.c, w/o removing our speed enhancements. 2000-02-17 18:27:04 +00:00
gtkclist.h
gtkglobals.h Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up a 2000-04-01 12:03:42 +00:00
gui_prefs.c Jeff Foster's changes, with my additions, to allow the user to pop up a 2000-02-29 06:24:41 +00:00
gui_prefs.h
keys.h
main.c On Win32, build Ethereal as a Windows-subsystem program rather than a 2000-04-14 09:00:25 +00:00
main.h Add "Resolve Name" item in detailed tree popup. 2000-02-20 14:52:28 +00:00
Makefile.am Jeff Foster's changes, with my additions, to allow the user to pop up a 2000-02-29 06:24:41 +00:00
Makefile.nmake The Win32 port of libpcap requires that programs with which it's built 2000-04-04 08:22:13 +00:00
menu.c Define "popup_menu_object" only in "gtk/menu.c", and just declare it as 2000-04-06 06:52:10 +00:00
menu.h Define "popup_menu_object" only in "gtk/menu.c", and just declare it as 2000-04-06 06:52:10 +00:00
packet_win.c Consolidate flags in struct frame_data, and add "visited" flag. Use 2000-04-13 20:39:38 +00:00
packet_win.h Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and to 2000-03-02 07:05:57 +00:00
plugins_dlg.c Code changes, but not Makefile changes, for enabling plugins for Win32. 2000-02-07 17:08:27 +00:00
prefs_dlg.c
prefs_dlg.h Make the routines internal to the filter-editing dialog box static. 2000-02-12 06:46:54 +00:00
print_dlg.c
print_prefs.c
print_prefs.h
proto_draw.c Use "isprint()", rather than "isgraph()" followed by a check for space, 2000-04-27 20:39:21 +00:00
proto_draw.h Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and to 2000-03-02 07:05:57 +00:00
simple_dialog.c
stream_prefs.c
stream_prefs.h
summary_dlg.c As we always have to have a filter string (thanks to a bug in the Linux 2000-04-13 09:17:09 +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
ui_util.c