Commit Graph

5 Commits

Author SHA1 Message Date
naddy
c242fb60bd zap conflicting private prototype for ether_aton() 2005-04-03 19:20:58 +00:00
pvalchev
3492a70ae6 - getopt returns -1 when arg list is exhausted, not EOF
- store getopt's return value into an int, not a char...
2002-02-20 20:25:54 +00:00
reinhard
61e4fc1199 *) install documentation
*) rename patches
*) bump NEED_VERSION

ok kevlo@
2001-04-20 07:53:01 +00:00
wilfried
ed2dab33ab respect CC/CFLAGS 2001-03-12 16:03:36 +00:00
kevlo
1d3d78add4 This is a 4.4BSD program that implements, in userland, third-party
proxy ARP. In a nutshell, this lets you proxy-ARP an arbitrary IP
address to an arbitrary MAC address, from any machine on the network.
This is useful if your router doesn't do proxy ARP, or does it only
in an all-or-none fashion.

This code will not work outside of 4.4BSD (it relies on BPF). Furthermore,
it won't run on most 4.4BSD operating systems, because a problem with the
standard BPF implementation (try spoofing your source ethernet frame
address on NetBSD).

See: http://www.enteract.com/~tqbf
2000-01-21 15:39:59 +00:00