From owner-freebsd-net@FreeBSD.ORG Wed Oct 1 10:12:02 2003 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 9352016A4B3; Wed, 1 Oct 2003 10:12:02 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7906A43FE5; Wed, 1 Oct 2003 10:12:01 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id AB301654DD; Wed, 1 Oct 2003 18:12:00 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 73553-01-21; Wed, 1 Oct 2003 18:12:00 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id CF9A2654C7; Wed, 1 Oct 2003 18:11:58 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 252599; Wed, 1 Oct 2003 18:11:58 +0100 (BST) Date: Wed, 1 Oct 2003 18:11:58 +0100 From: Bruce M Simpson To: Petri Helenius Message-ID: <20031001171158.GK13612@saboteur.dek.spc.org> Mail-Followup-To: Petri Helenius , Edwin Groothuis , freebsd-net@freebsd.org, Josh Brooks , fenner@freebsd.org References: <20030917182850.Q52432-100000@mail.econolodgetulsa.com> <20030918014203.GA59403@k7.mavetju> <3F694D56.9040609@he.iki.fi> <20030918124311.GC3431@saboteur.dek.spc.org> <3F6A1CA9.5030701@he.iki.fi> <20030918210538.GB2720@saboteur.dek.spc.org> <3F6A2710.5090000@he.iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3F6A2710.5090000@he.iki.fi> cc: freebsd-net@freebsd.org cc: Josh Brooks cc: fenner@freebsd.org Subject: Re: I would like to tcpdump and get all the packets... 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: Wed, 01 Oct 2003 17:12:02 -0000 On Fri, Sep 19, 2003 at 12:43:44AM +0300, Petri Helenius wrote: > >Shurely you mean tcpdump 3.7.2, which is already imported (by fenner, with > >additional hacks)? > I mean libpcap, which also tcpdump uses, if I´m not mistaken. Look in > contrib/libpcap This is coming up more often. Perhaps we should consider net/libpcap-devel and net/tcpdump-devel ports for people who wish to track CVS and/or snapshots of these tools? This might relieve some of the pressure on Bill to update the vendor branch so often. BMS