[tcpdump-workers] Building IPv6 code in tcpdump on systems without native IPv6 support

2004-07-21 Thread Guy Harris
I have some changes to support that. The main change is to add a union h6addr to tcpdump-stdinc.h, along with defintions of IN6_IS_ADDR_UNSPECIFIED, AF_INET6, and NI_MAXHOST if they're not defined. Some side-effects of this: 1) it defines DEFAULT_SNAPLEN as 96 unconditionally, rather

Re: [tcpdump-workers] Building tcpdump 3.8.3 undex Solaris 2.9

2004-07-21 Thread Guy Harris
On Tue, Jul 20, 2004 at 03:25:03PM -0400, Michael Richardson wrote: Guy == Guy Harris [EMAIL PROTECTED] writes: Guy Michael, should we put out a libpcap 0.8.4/tcpdump 3.8.4 Guy release with the fixes that have been added since then? I guess. Are there other things that should

Re: [tcpdump-workers] Building IPv6 code in tcpdump on systems without

2004-07-21 Thread Darren Reed
In some email I received from Guy Harris, sie wrote: I have some changes to support that. The main change is to add a union h6addr to tcpdump-stdinc.h, along with defintions of IN6_IS_ADDR_UNSPECIFIED, AF_INET6, and NI_MAXHOST if they're not defined. Some side-effects of this: 1)

Re: [tcpdump-workers] Building IPv6 code in tcpdump on systems without native IPv6 support

2004-07-21 Thread John Hawkinson
Guy Harris [EMAIL PROTECTED] wrote on Tue, 20 Jul 2004 at 23:21:17 -0700 in [EMAIL PROTECTED]: 1) it defines DEFAULT_SNAPLEN as 96 unconditionally, rather than, as is done now, as 68 if INET6 isn't defined and as 96 if it is defined; The first seems OK to me, although

Re: [tcpdump-workers] Building IPv6 code in tcpdump on systems without

2004-07-21 Thread Darren Reed
In some email I received from John Hawkinson, sie wrote: Guy Harris [EMAIL PROTECTED] wrote on Tue, 20 Jul 2004 at 23:21:17 -0700 in [EMAIL PROTECTED]: 1) it defines DEFAULT_SNAPLEN as 96 unconditionally, rather than, as is done now, as 68 if INET6 isn't defined and as 96

Re: [tcpdump-workers] HP-UX compiles - redux...

2004-07-21 Thread Rick Jones
Guy Harris wrote: I've checked that in (with the code inside #ifdef bogus/#endif removed rather than #ifdeffed out), along with some changes that might get rid of the compiler warnings - are there still warnings with version 1.106? just the inline and yylex stuff, which IIRC have been there for