[tcpdump-workers] libpcap changes required for BPF on Solaris

2009-04-10 Thread Darren Reed
Guy, The URL below contains the necessary changes for BPF on Solaris to "just work". To summarise, Solaris needs a few extra includes and for BPF to be checked before DLPI. http://www.opensolaris.org/os/community/networking/files/libpcap.diff.gz Cheers, Darren - This is the tcpdump-workers lis

Re: [tcpdump-workers] libpcap changes required for BPF on Solaris

2009-04-13 Thread Guy Harris
On Apr 10, 2009, at 8:23 PM, Darren Reed wrote: The URL below contains the necessary changes for BPF on Solaris to "just work". To summarise, Solaris needs a few extra includes @ -37,6 +37,12 @@ static const char rcsid[] _U_ = #include #include #include +#ifdef HAVE_SYS_FCNTL_H +#includ

Re: [tcpdump-workers] libpcap changes required for BPF on Solaris

2009-04-18 Thread Guy Harris
On Apr 10, 2009, at 8:23 PM, Darren Reed wrote: The URL below contains the necessary changes for BPF on Solaris to "just work". To summarise, Solaris needs a few extra includes and for BPF to be checked before DLPI. http://www.opensolaris.org/os/community/networking/files/libpcap.diff.gz I'v

Re: [tcpdump-workers] libpcap changes required for BPF on Solaris

2009-04-27 Thread Darren Reed
On 13/04/09 10:58 AM, Guy Harris wrote: On Apr 10, 2009, at 8:23 PM, Darren Reed wrote: The URL below contains the necessary changes for BPF on Solaris to "just work". To summarise, Solaris needs a few extra includes @ -37,6 +37,12 @@ static const char rcsid[] _U_ = #include #include #i

Re: [tcpdump-workers] libpcap changes required for BPF on Solaris

2009-04-27 Thread Darren Reed
There's another change that I think should be made that I'd like to discuss and that's the change from using "test -r" to "test -a" or "test -c". With the device as rwx--, "test -r" will fail for doing "configure" as non-root. I don't consider that to be ideal. At least I like to build softwar

Re: [tcpdump-workers] libpcap changes required for BPF on Solaris

2009-07-15 Thread Darren Reed
On 18/04/09 01:07 PM, Guy Harris wrote: On Apr 10, 2009, at 8:23 PM, Darren Reed wrote: The URL below contains the necessary changes for BPF on Solaris to "just work". To summarise, Solaris needs a few extra includes and for BPF to be checked before DLPI. http://www.opensolaris.org/os/communi