Re: BPF in the kernel

2000-09-21 Thread Marc Lehmann
On Mon, Sep 18, 2000 at 10:55:20PM -0700, Philippe Troin <[EMAIL PROTECTED]> wrote: > Ideally, libpcap should be extended to support the LPFisms. A LSF Indeed, and I sent a patch to do so about 4 weeks after LSF was in the kernel, but nothing happened so far. ("Hey, the -s option suddenly works ;

Re: BPF in the kernel

2000-09-18 Thread Philippe Troin
kjh63 <[EMAIL PROTECTED]> writes: > > How Linux Kernel and BPF relate to each other: > > > > a) linux has BPF (I don't think so). It has LSF, the Linux Socket Filter. > > b) Linux has own equivalent of BPF (part of NAT?) Yes, the LSF. > > c) linux does not have anything like BPF BPF opcodes

BPF in the kernel

2000-09-18 Thread kjh63
> How Linux Kernel and BPF relate to each other: > > a) linux has BPF (I don't think so). > b) Linux has own equivalent of BPF (part of NAT?) > c) linux does not have anything like BPF > d) something else (if so, then what?) a) The Documentation/networking/filters.txt may say so but i dont think