wireshark/gtk
Guy Harris dc298db578 Give "globals.h" an RCS ID and copyright/GPL notice.
Move some defines that would be used even by a non-GTK+-based Ethereal
from "gtk/main.h" to "globals.h".

Remove the byte-order #defines from "packet.h", as they're now in
"globals.h" (having been moved there from "gtk/main.h").

Fix up some files that use those #defines to include "globals.h".

"resolv.c" doesn't use any GTK stuff, so it needn't include <gtk/gtk.h>
nor "gtk/main.h" - it only did so to get the byte-order #defines for the
benefit of "packet-ipv6.h", and "packet-ipv6.h" now includes them
itself.

svn path=/trunk/; revision=649
1999-09-10 07:19:51 +00:00
..
Makefile.am Put in an RCS ID (and a copyright notice and GPL notice; unfortunately, 1999-09-09 03:55:49 +00:00
capture_dlg.c More shuffling of GTK-related routines to gtk subdirectory. 1999-09-09 03:32:03 +00:00
capture_dlg.h More shuffling of GTK-related routines to gtk subdirectory. 1999-09-09 03:32:03 +00:00
configure.in Added gtk subdirectory, with patched gtkclist.c in it. We can use this 1999-08-27 22:27:18 +00:00
file_dlg.c Put RCS IDs (and a copyright notice and GPL notice) in several files, 1999-09-09 04:25:49 +00:00
filter_prefs.c We need to catch a "window delete" event for the preferences dialog box 1999-09-10 06:53:32 +00:00
filter_prefs.h We need to catch a "window delete" event for the preferences dialog box 1999-09-10 06:53:32 +00:00
gtkbindings.h Added gtk subdirectory, with patched gtkclist.c in it. We can use this 1999-08-27 22:27:18 +00:00
gtkclist.c A slightly cleaner version - hide the "if it's the last row, the element 1999-08-28 18:48:55 +00:00
gtkclist.h Added gtk subdirectory, with patched gtkclist.c in it. We can use this 1999-08-27 22:27:18 +00:00
gtkdnd.h Added gtk subdirectory, with patched gtkclist.c in it. We can use this 1999-08-27 22:27:18 +00:00
gtkmain.h Added gtk subdirectory, with patched gtkclist.c in it. We can use this 1999-08-27 22:27:18 +00:00
keys.h Put RCS IDs (and a copyright notice and GPL notice) in several files, 1999-09-09 04:25:49 +00:00
main.c More shuffling of GTK-related routines to gtk subdirectory. 1999-09-09 03:32:03 +00:00
main.h Give "globals.h" an RCS ID and copyright/GPL notice. 1999-09-10 07:19:51 +00:00
menu.c More shuffling of GTK-related routines to gtk subdirectory. 1999-09-09 03:32:03 +00:00
menu.h Moved GTK-dependent routines for file dialogues, print dialogues, print 1999-09-01 03:04:24 +00:00
prefs_dlg.c We need to catch a "window delete" event for the preferences dialog box 1999-09-10 06:53:32 +00:00
prefs_dlg.h More shuffling of GTK-related routines to gtk subdirectory. 1999-09-09 03:32:03 +00:00
print_dlg.c Put RCS IDs (and a copyright notice and GPL notice) in several files, 1999-09-09 04:25:49 +00:00
print_prefs.c We need to catch a "window delete" event for the preferences dialog box 1999-09-10 06:53:32 +00:00
print_prefs.h We need to catch a "window delete" event for the preferences dialog box 1999-09-10 06:53:32 +00:00
proto_draw.c More shuffling of GTK-related files to gtk subdirectory. 1999-09-09 02:42:40 +00:00
proto_draw.h More shuffling of GTK-related files to gtk subdirectory. 1999-09-09 02:42:40 +00:00