From owner-freebsd-hackers Mon Oct 27 07:46:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA27424 for hackers-outgoing; Mon, 27 Oct 1997 07:46:36 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from server.local.sunyit.edu (A-T34.rh.sunyit.edu [150.156.210.241]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA27412 for ; Mon, 27 Oct 1997 07:46:26 -0800 (PST) (envelope-from perlsta@cs.sunyit.edu) Received: from localhost (perlsta@localhost) by server.local.sunyit.edu (8.8.7/8.8.5) with SMTP id LAA20929; Mon, 27 Oct 1997 11:51:03 -0500 (EST) X-Authentication-Warning: server.local.sunyit.edu: perlsta owned process doing -bs Date: Mon, 27 Oct 1997 11:51:02 -0500 (EST) From: Alfred Perlstein X-Sender: perlsta@server.local.sunyit.edu To: Sunthiti Patchararungruang cc: hackers@FreeBSD.ORG Subject: Re: Problem with BPF In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk try raw packets. > Dear Everybody, > > I need to create a program to repeat some data-link frames from an > interface to another one. I use BPF. My program can read the frame > correctly. However, when I write that frame to another interface, the > source ethernet-address is changed from the original one to the output > interface one. I need the frames copied without change. How can I do? > > Sincerely yours, > Sunthiti Patchararungruang > > >