On Mon, Jul 15, 2002 at 01:24:37AM +0200, Joerg Mayer wrote: > - packet-ip.c: Change struct addr to guint32 which is the way it is > used anyway.
Checked in. > - packet-pflog.h, packet-pflog.c: Replace NTOHx by their glib.h > equivalents. Checked in, with the "g_ntoh" calls changed to assign the result of "g_ntoh*" to the variable passed to "g_ntoh*" ("NTOHx" does a conversion in place, if necessary; "g_ntoh*" doesn't modify its argument, it just returns the converted value). > - text2pcap.c: Replace our own definitions of TRUE/FALSE by their > glib.h equivalents. Put sys/types.h into ifdefs. Checked in.