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.
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
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.
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
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