From owner-svn-src-all@FreeBSD.ORG Mon Nov 22 06:55:28 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7678B106564A; Mon, 22 Nov 2010 06:55:28 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 6F3468FC0C; Mon, 22 Nov 2010 06:55:26 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=pSMQvMxz67uBPld/2YzXd4n8EUsHq22vR+JpH4ELdfA= c=1 sm=1 a=NKwv54EsIX4A:10 a=N659UExz7-8A:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=VxGEUZxnoe-wcai3Q88A:9 a=ALdX1tVozKlzWdIJNQDBMYCkBwUA:4 a=pILNOxqGKmIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 51481718; Mon, 22 Nov 2010 07:55:25 +0100 From: Hans Petter Selasky To: Peter Grehan Date: Mon, 22 Nov 2010 07:56:14 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <201011220647.21858.hselasky@c2i.net> <4CEA09C4.4020504@freebsd.org> In-Reply-To: <4CEA09C4.4020504@freebsd.org> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <201011220756.14093.hselasky@c2i.net> Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Weongyo Jeong Subject: Re: svn commit: r215649 - in head/sys: conf dev/usb dev/usb/controller modules/usb/usb X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2010 06:55:28 -0000 On Monday 22 November 2010 07:12:20 Peter Grehan wrote: > > I plan some follow-up patches to improve the USB PF-solution and to make > > it a loadable kernel module this week. > > Could the USB support in libpcap somehow hook into this ? > > later, > > Peter. Yes, I plan to look into this, because Wireshark has USB decoding support if I'm not mistaken. If anyone knows about libpcap and how to use it, please contact me! --HPS