From owner-freebsd-net@FreeBSD.ORG Thu Sep 9 19:03:15 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ABBE16A4CE for ; Thu, 9 Sep 2004 19:03:15 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CED743D53 for ; Thu, 9 Sep 2004 19:03:14 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 56285 invoked from network); 9 Sep 2004 18:59:31 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 9 Sep 2004 18:59:31 -0000 Message-ID: <4140A8F5.92E4A2DF@freebsd.org> Date: Thu, 09 Sep 2004 21:03:17 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Gleb Smirnoff References: <20040905121111.GA78276@cell.sick.ru> <4140834C.3000306@freebsd.org> <20040909171018.GA11540@cell.sick.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: net@freebsd.org Subject: Re: [TEST/REVIEW] Netflow implementation X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 19:03:15 -0000 Gleb Smirnoff wrote: > > On Thu, Sep 09, 2004 at 06:22:36PM +0200, Andre Oppermann wrote: > A> I haven't looked into every detail but overall it's a nice piece of work. > A> :-) > > Thanks :) BTW: You may be better off using pfil_hooks instead of netgraph for your tool. You'll save one m_copym and m_freem for each packet. -- Andre