From owner-cvs-all@FreeBSD.ORG Mon May 31 16:50:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7195A16A4CE; Mon, 31 May 2004 16:50:35 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFF5743D31; Mon, 31 May 2004 16:50:32 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 6CB7C651F7; Tue, 1 Jun 2004 00:50:29 +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 57500-02-5; Tue, 1 Jun 2004 00:50:29 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 81204651F4; Tue, 1 Jun 2004 00:50:28 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 7F1876139; Tue, 1 Jun 2004 00:50:27 +0100 (BST) Date: Tue, 1 Jun 2004 00:50:27 +0100 From: Bruce M Simpson To: Nate Lawson Message-ID: <20040531235026.GE84717@empiric.dek.spc.org> Mail-Followup-To: Nate Lawson , David Malone , cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org References: <20040531212948.0F98716A4CF@hub.freebsd.org> <20040531163032.N21785@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040531163032.N21785@root.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: David Malone cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/libpcap pcap-bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2004 23:50:35 -0000 On Mon, May 31, 2004 at 04:31:49PM -0700, Nate Lawson wrote: > That's a lot more than the RDWR bit. It appears to be a sync with the > tcpdump distribution (version?). pcap-bpf.c got taken off the vendor branch by this commit. The functionality is likely to change in future when/if the pcap_send_packet() support proposed by people from the simh project is committed to libpcap HEAD. BMS