From owner-freebsd-ports@FreeBSD.ORG Fri Jan 6 20:47:44 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D667106564A for ; Fri, 6 Jan 2012 20:47:44 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.49.45]) by mx1.freebsd.org (Postfix) with ESMTP id 265EE8FC08 for ; Fri, 6 Jan 2012 20:47:43 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id 681325C3F; Fri, 6 Jan 2012 15:47:43 -0500 (EST) Date: Fri, 6 Jan 2012 15:47:43 -0500 From: Wesley Shields To: Clayton Milos Message-ID: <20120106204743.GD85217@atarininja.org> References: <01c401cccc8e$0abb9670$2032c350$@milos.co.za> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01c401cccc8e$0abb9670$2032c350$@milos.co.za> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org Subject: Re: Patch for net-mgmt/p0f X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2012 20:47:44 -0000 On Fri, Jan 06, 2012 at 04:12:19PM -0000, Clayton Milos wrote: > Hi guys > > I found that p0f doesn't work with the pflog interface. A bit of searching > and this patch turned up: > http://desync.com/~bw/patch-p0f.c > > With it applied instead of the default patch it works. It looks like the > default patch has a few wrong line numbers in it and is missing the first > part of the patch. > Please could somebody commit the new patch. The patch needs to include sys/queue.h before including net/if_pflog.h, at least on my -CURRENT system. I'm testing things now and will commit if it all looks good. -- WXS