Re: R: [tcpdump-workers] Re: Re: [Ethereal-dev] Re: Fwd: kyxtech: freebsd outsniffed by wintendo !!?!?

2000-12-11 Thread Stefan Esser

On 2000-12-11 10:49 +0100, Loris Degioanni <[EMAIL PROTECTED]> wrote:
> > # sysctl -w debug.bpf_bufsize=32768 debug.bpf_maxbufsize=4194304
> >
> > makes the default buffer size 32K and limits the size to 4MB, for
> > example.
> 
> Notice however that in pcap-bpf.c, pcap_open_live()  forces the buffer
> size to 32K through an IOCTL. This means that the sysctl is overridden
> if BPF is used throug libpcap.

Yes, you are of course correct mentioning that !

The override used to up the buffer size from the kernel default of 4KB to
32KB, but now that the default has become 32KB, we probably should use the
default as is and leave the user the option of choosing a different default
by means of sysctl ...

Regards, STefan


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



R: [tcpdump-workers] Re: Re: [Ethereal-dev] Re: Fwd: kyxtech: freebsd outsniffed by wintendo !!?!?

2000-12-11 Thread Loris Degioanni

> On 2000-12-08 00:38 -0800, Guy Harris <[EMAIL PROTECTED]> wrote:
> > (Both FreeBSD and OpenBSD have the maximum buffer size for BPF as
512KB
> > in the top of the CVS tree; NetBSD still has it as 32K.)
>
> You can change both the default and maximum BPF buffer sizes at
> run time (affecting an subsequent open()) in FreeBSD:
>
> # sysctl -w debug.bpf_bufsize=32768 debug.bpf_maxbufsize=4194304
>
> makes the default buffer size 32K and limits the size to 4MB, for
> example.

Notice however that in pcap-bpf.c, pcap_open_live()  forces the buffer
size to 32K through an IOCTL. This means that the sysctl is overridden
if BPF is used throug libpcap.

Loris.








To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message