[tcpdump-workers] TCPDUMP 4.0.1rc1 and LIBPCAP 1.0.1rc1 available for testing

2008-12-02 Thread Ken Bantoft
Hi -workers, http://www.tcpdump.org/beta/ has the Release Candidates - they contain everything including the dlpisubs.c patch from today. Please give them a test run if you can - provided no bugs, I'm planning to release them for Monday, Dec 8th. Ken - This is the tcpdump-workers list.

Re: [tcpdump-workers] dlpisubs.c patches for libpcap-1.0.0

2008-12-02 Thread Guy Harris
On Dec 1, 2008, at 9:18 AM, Albert Chin wrote: dlpisubs.c uses `DL_IPATM' and `MAXDLBUF' but doesn't define them like in pcap-dlpi.c if unavailable. This is a problem for Solaris 2.6 and HP-UX. Patch attached. Checked into the main and 1.0 branches. - This is the tcpdump-workers list. Visit

Re: [tcpdump-workers] pcap-snoop.c patch for libpcap-1.0.0

2008-12-02 Thread Guy Harris
On Dec 1, 2008, at 9:16 AM, Albert Chin wrote: pcap_activate_snoop() in pcap-snoop.c uses the variable `handle' to access opt.buffer_size instead of what it should, `p'. if (handle->opt.buffer_size != 0) v = handle->opt.buffer_size; Patch attached. Checked into the main and 1.0 branches.

Re: [tcpdump-workers] pcap-dlpi.c patch for 1.0.0

2008-12-02 Thread Guy Harris
On Dec 1, 2008, at 9:08 AM, Albert Chin wrote: pcap-dlpi.c in pcap_activate_dlpi() conditionalizes the `ss' variable: #ifdef HAVE_SYS_BUFMOD_H bpf_u_int32 ss; but then uses it unconditionalized: ss = p->snapshot; Patch attached. Checked into the main and 1.0 branches (with an additional

Re: [tcpdump-workers] Remote capture support in libpcap

2008-12-02 Thread Fulvio Risso
Hi Stig. Wehen I developed the remote part, in 2002, everthying compiled also on Linux and BSD. WinPcap included also a makefile running on these system; it was enough to unpack WinPcap on Unix, type "configure" and bla bla and everything worked. However, it's long time that I don't check the s