Nick Evans wrote:
-----Original Message-----
From: Darren Reed
To: Nick Evans
Cc: [EMAIL PROTECTED]; [email protected]; [EMAIL PROTECTED]
Sent: 12/5/2005 3:37 PM
Subject: Re: 4.1.x, OOW and a packet capture.
Great! I'll test this as soon as I can, but it may not happen until
Friday
night. If it works will we be able to get a patch against 3.4? All of
my
production networks are still 3.4 based while I've been testing 4.1 on
non-critical networks.
I'll do you a deal - if you can test this in the next 24 hours I'll
also fix the problem in 3.4 at the same time and mail you a patch in
time for the weekend.
I'd really like to get this tested so I can happily brand the "4.1next"
as "4.1.10" without any further changes.
Darren
Fair enough. I can test on the firewall that behaved when disabling window
checks tonight and the 4.1.2 wall that still exhibits the behaviour
tomorrow. Now onto the upgrade jig, I'm receiving this error on 'make
freebsd5':
gcc -Wall -Wuninitialized -Wstrict-prototypes -O -I. -g -I../..
-D_BSD_SOURCE -DIPFILTER_BPF
-I/usr/local/include -c ipf_y.c -o ipf_y.o
../tools/ipf_y.y:6:23: pcap-bpf.h: No such file or directory
Looks like you need to install libpcap from the ports collection.
../tools/ipf_y.y: In function `dobpf':
../tools/ipf_y.y:1815: error: storage size of 'bpf' isn't known
../tools/ipf_y.y:1867: error: `DLT_RAW' undeclared (first use in this
function)
../tools/ipf_y.y:1867: error: (Each undeclared identifier is reported only
once
../tools/ipf_y.y:1867: error: for each function it appears in.)
../tools/ipf_y.y:1881: error: invalid application of `sizeof' to incomplete
type `bpf_insn'
../tools/ipf_y.y:1815: warning: unused variable `bpf'
*** Error code 1
Stop in /root/ip_fil4.1next/BSD/FreeBSD-6.0-RELEASE-i386.
*** Error code 1
Stop in /root/ip_fil4.1next.