From owner-freebsd-net@FreeBSD.ORG Sat Apr 12 12:50:17 2008 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B10201065670 for ; Sat, 12 Apr 2008 12:50:17 +0000 (UTC) (envelope-from alireza.torabi@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id 91D238FC0C for ; Sat, 12 Apr 2008 12:50:17 +0000 (UTC) (envelope-from alireza.torabi@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so874790waf.3 for ; Sat, 12 Apr 2008 05:50:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Ulo57gqxVN07tcDMpcXsAyX2UR9hz2UmE20OEsGvkhg=; b=F2cohtBzd3GxVWogyaztKxE7B1AT2CaU8AfY+TdWUJU5iAMn2yQrdulF7REubAHndVgQ4+6VoXAjszQtFesNztqvvbTdQncmbCuOJXvdxU8OebbXoHVm5PBkyfAFh2KHLTcxo0OzZpNfM3ALoReXhS34DNtEz4x6//askjyZx5E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HpNPHR/WhLfEcqey8lpvZFwkNwpCS0zEZdXRutx3p/JbstgjdU8U6ZTVaoQ5xJ6ZS/JhSYeb+SSbrH25MV37eXcS5kEbZ5CsHU+W4IK0nBZUCKCeMQHhUuMYu7G5NWDIg6L0hTEVHQ+t0FPYbcibdb2j2ESeJlnbC6s3R1uAxjA= Received: by 10.114.81.1 with SMTP id e1mr4771566wab.11.1208004617052; Sat, 12 Apr 2008 05:50:17 -0700 (PDT) Received: by 10.115.17.16 with HTTP; Sat, 12 Apr 2008 05:50:17 -0700 (PDT) Message-ID: Date: Sat, 12 Apr 2008 13:50:17 +0100 From: "Alireza Torabi" To: "Eugene Grosbein" In-Reply-To: <20080412124310.GA35111@svzserv.kemerovo.su> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080412062251.GA2199@svzserv.kemerovo.su> <20080412124310.GA35111@svzserv.kemerovo.su> Cc: net@freebsd.org Subject: Re: bpf does not see packets forwarded with ipfw fwd X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2008 12:50:17 -0000 It'll be in tcpdump code where it sets up BPF. It's a new IOCTL in 7 BPF. Is your tcpdump source up to date? On Sat, Apr 12, 2008 at 1:43 PM, Eugene Grosbein wrote: > On Sat, Apr 12, 2008 at 11:53:00AM +0100, Alireza Torabi wrote: > > > Is BIOCFEEDBACK set? > > What's that and how to check it? > > Eugene Grosbein >