From owner-freebsd-net@FreeBSD.ORG Tue Mar 4 11:57:21 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E549D9E for ; Tue, 4 Mar 2014 11:57:21 +0000 (UTC) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A3AF9A3 for ; Tue, 4 Mar 2014 11:57:20 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id t61so2332883wes.31 for ; Tue, 04 Mar 2014 03:57:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=7CA22ghpPD7WenLIyugc/GHoKxE6ABwYl/KnBg2nMj8=; b=tLaWqQSgcNMwLXSljoLPoNSNAVVgJQLQL4w8hw48DSo+zY1qzEun/D9CDuvPlysYmR 6HstyigPdzOxXncZMse3Em+8hQ62ZcnHSGs2RLpPg1Ol+XGC/QAbFVBy6YI1h0VWDwaT i6ZkoXF3sdtLl0GOrJWHrGCb1RRJ3ve93OX4o/XSzADcf2cMCzqXcZ2Tk4WGSieq2NMz jlrlKtUaxkHlDCWfdqRxLATqyOatpTWVjqrKzF1CU/vGGH9H6vYEkV4HVaGiTPkxpQr2 Nck8GWgOPGTzSwhqVnAizA5MWkA8UZO+Vi6ZCvyyd5OT5epY6Pm3+gRQxcCHpZv2d3aR 4wRQ== MIME-Version: 1.0 X-Received: by 10.194.175.66 with SMTP id by2mr15432562wjc.59.1393934239550; Tue, 04 Mar 2014 03:57:19 -0800 (PST) Received: by 10.194.29.163 with HTTP; Tue, 4 Mar 2014 03:57:19 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Mar 2014 11:57:19 +0000 Message-ID: Subject: Re: Bro doesn't builds using From: "C. L. Martinez" To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2014 11:57:21 -0000 On Tue, Mar 4, 2014 at 11:50 AM, Luigi Rizzo wrote: > > > > On Tue, Mar 4, 2014 at 12:11 PM, C. L. Martinez > wrote: >> >> Hi all, >> >> Using bro netmap patch provided (), Bro 2.2 doesn't compile under >> FreeBSD 10 amd64: > > > i am not sure if the bro patch is up to date, > but likely you have the same outdated header as when you > tried to build netmap-libpcap. > > This said, for bro you are probably better off just using it > on the netmap-libpcap, there is almost no advantage in > using the native API just for reading. > > cheers > luigi > Thanks Luigi. Then the correct procedure is: a) update freebsd's netmap headers with provided by https://code.google.com/p/netmap b) build netmap-libpcap from https://code.google.com/p/netmap-libpcap c) build bro against netmap-libp-cap. Is this right??