On Fri, Mar 15, 2002 at 06:39:36PM +0900, SUGYO Kazushi wrote:
> Here is a patch for draft-ietf-mobileip-ipv6-15.
I'd check it in, but I don't have IPv6 support on my home machine, so
the code doesn't get compiled, so I can't check whether it works - there
appeared to be a newline missing from the end of the patch, and I don't
know if that means it's incomplete or not.
Also:
> +struct ha_discov_req { /* HA Address Discovery Request */
> + struct icmp6_hdr ha_dreq_hdr;
> +} __attribute__((__packed__));
> +
That's a GCCism; GCC is not the only compiler supported for compiling
tcpdump, so you need to write the code in such a way that it can be
compiled by compilers other than GCC (most UNIX vendors' compilers, for
example, should be able to compile it as well - and so should MSVC++,
given the existence of WinDump), *and* so that the resulting code works
correctly.
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe