From owner-freebsd-hackers Sat Sep 20 00:13:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA20543 for hackers-outgoing; Sat, 20 Sep 1997 00:13:21 -0700 (PDT) Received: from lafcol (lafcol.lafayette.edu [139.147.8.5]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA20525 for ; Sat, 20 Sep 1997 00:13:18 -0700 (PDT) Received: from bishop by lafcol (SMI-8.6/SMI-SVR4) id DAA12277; Sat, 20 Sep 1997 03:12:29 -0400 Message-Id: <3.0.32.19970920031104.009e9950@lafcol.lafayette.edu> X-Sender: knollm@lafcol.lafayette.edu X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sat, 20 Sep 1997 03:13:16 -0400 To: hackers@freebsd.org From: Michael Knoll Subject: ::Ethernet card access Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there any way to directly ship a packet to an ethernet card? What I want is the ablity to to send a raw packet out on the network. Basically, a berkley packet filter, but rather than getting any packet, sending packets. Is there any way to do this? Well, I guess there must be, so, is there a simple way to do it? Is there a berkley socket type that will allow me to do a send data this way? Thanks. Michael Knoll