From owner-freebsd-net@FreeBSD.ORG Mon Mar 21 21:24:09 2005 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 A6D4116A4CF for ; Mon, 21 Mar 2005 21:24:09 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [83.167.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB5E643D2D for ; Mon, 21 Mar 2005 21:24:08 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 684D065213; Mon, 21 Mar 2005 21:21:11 +0000 (GMT) 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 83526-01-4; Mon, 21 Mar 2005 21:21:11 +0000 (GMT) Received: from empiric.dek.spc.org (dhcp52.icir.org [192.150.187.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id BDA7A651FA; Mon, 21 Mar 2005 21:21:10 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 946A667D4; Mon, 21 Mar 2005 13:24:03 -0800 (PST) Date: Mon, 21 Mar 2005 13:24:02 -0800 From: Bruce M Simpson To: Patrik Arlos Message-ID: <20050321212401.GB747@empiric.icir.org> Mail-Followup-To: Patrik Arlos , freebsd-net@freebsd.org References: <001001c52e16$b3e8bde0$73942fc2@Trantor> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001001c52e16$b3e8bde0$73942fc2@Trantor> cc: freebsd-net@freebsd.org Subject: Re: Sending Ethernet frames 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: Mon, 21 Mar 2005 21:24:09 -0000 On Mon, Mar 21, 2005 at 02:05:48PM +0100, Patrik Arlos wrote: > I'm trying to send 'raw' Ethernet frames. I have however not found any > examples of how to do this in BSD. Consider using bpf(4) in read/write mode. BMS