[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EtherSpoof



On Wed, Oct 31, 2001 at 08:39:41AM -0800, Mark Grimes wrote:

> etherspoof lets the programmer inject packets with a spoofed source
> MAC while still retaining it's current/original MAC address.
> 
> Dugsong made it an ioctl now (from NetBSD I believe) - so you won't
> see a 3.0 version.

see BIOCSHDRCMPLT in bpf(4), or use libdnet for a portable way to do
the same (on *BSD, Linux, Solaris, IRIX, etc.):

	http://libdnet.sourceforge.net/

also, the submitted SIOCSIFLLADDR patch looks good, but there should
probably be a corresponding SIOCGIFLLADDR (similar to Linux's
SIOCSHWADDR and SIOCGHWADDR) before it goes in.

-d.

---
http://www.monkey.org/~dugsong/