Ethereal-dev: Re: [ethereal-dev] ipv6

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Jun-ichiro itojun Hagino <itojun@xxxxxxxxxx>
Date: Mon, 22 Mar 1999 15:58:52 +0900
>> Can I get rid of the #ifdef __KAME__ clause and just use the structs that
>> are defined in packet-ipsec.c? I'll go ahead and convert them to glib
>> fields like guint8.
>I seem to remember that the last patch used "u_int64_t"; there doesn't
>seem to be a "guint64", at least for GTK+/Glib 1.0[.x].

	That structure (struct icmp6_namelookup) is for non-standard protocol,
	(draft-ietf-ipngwg-icmp-namelookups-02.txt) it is okay if you remove
	that definition.  I believe I haven't used that in the source code.

itojun