On Wednesday 24 May 2006 10:36 am, Robert Watson wrote:
> On Tue, 6 Dec 2005, Jung-uk Kim wrote:
> >  Add experimental BPF Just-In-Time compiler for amd64 and i386.
> >
> >  Use the following kernel configuration option to enable:
> >
> >          options BPF_JITTER
> >
> >  If you want to use bpf_filter() instead (e. g., debugging), do:
> >
> >          sysctl net.bpf.jitter.enable=0
> >
> >  to turn it off.
> >
> >  Currently BIOCSETWF and bpf_mtap2() are unsupported, and
> > bpf_mtap() is partially supported because 1) no need, 2) avoid
> > expensive m_copydata(9).
> >
> >  Obtained from:  WinPcap 3.1 (for i386)
>
> Do you have any plans to MFC this to RELENG_6?

Currently I have no plan to MFC because it lacks man pages and more 
importantly, I'd like to optimize jumps.  It won't take long but my 
day job has been pretty busy recently. :-(

> I've had a question about getting it up and running for intrusion
> detection / network monitoring.

Feel free to ask.

Jung-uk Kim
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to