Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal globals.h packet-atalk.c packet-ipv6.h
guy 1999/09/10 02:19:45 CDT
Modified files:
. globals.h packet-atalk.c packet-ipv6.h
packet.h resolv.c
Log:
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.
Revision Changes Path
1.3 +57 -0 ethereal/globals.h
1.11 +1 -0 ethereal/packet-atalk.c
1.5 +5 -1 ethereal/packet-ipv6.h
1.95 +1 -12 ethereal/packet.h
1.10 +1 -3 ethereal/resolv.c