Date: Mon, 22 Nov 2010 06:47:21 +0100 From: Hans Petter Selasky <hselasky@c2i.net> To: Weongyo Jeong <weongyo@freebsd.org> Cc: "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org> Subject: Re: svn commit: r215649 - in head/sys: conf dev/usb dev/usb/controller modules/usb/usb Message-ID: <201011220647.21858.hselasky@c2i.net> In-Reply-To: <201011220111.oAM1BSWE073613@svn.freebsd.org> References: <201011220111.oAM1BSWE073613@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 22 November 2010 02:11:28 Weongyo Jeong wrote: > Author: weongyo > Date: Mon Nov 22 01:11:28 2010 > New Revision: 215649 > URL: http://svn.freebsd.org/changeset/base/215649 > > Log: > Adds a USB packet filter feature to the stack that it could capture > packets which go through each USB host controllers. Its implementations > are almost based on BPF code and very similar with it except it's > little bit customized for USB packet only. The userland program > usbdump(8) would be committed soon. > > Discussed with: hps, thompsa, yongari > Hi, I plan some follow-up patches to improve the USB PF-solution and to make it a loadable kernel module this week. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011220647.21858.hselasky>