Subject: Re: ipfilter 3.4beta - ipv6 filtering.
To: Darren Reed <darrenr@reed.wattle.id.au>
From: Martin Husemann <martin@rumolt.teuto.de>
List: tech-net
Date: 02/20/2000 17:36:35
> struct for IPv4 and IPv6.  The problem is that it gets sized differently
> for IPv4 and IPv6 compiles - maybe this should be fixed in another manner.

The Windows (*uh, ah, shudder*) way of fixing this type of ABI problems is
usually to add a "size_t sizeOfThisStructure" member as the first member of
the strucuture.


Martin