send_arp
This program sends out one ARP packet with source/target IP and Ethernet
hardware addresses suuplied by the user. It compiles and works on Linux
and will probably work on any Unix that has SOCK_PACKET.
The idea behind this program is a proof of a concept, nothing more. It
comes as is, no warranty. However, you're allowed to use it under one
condition: you must use your brain simultaneously. If this condition is
not met, you shall forget about this program and go RTFM immediately.
OPTIONS
sndr_ip_addr
Sender IP address for ARP packet.
sndr_hw_addr
Sender Hardware address for ARP packet.
targ_ip_addr
Target IP address for ARP packet.
targ_hw_addr
Target Hardware address for ARP packet.
src_int
Source Interface for ARP packet.
src_hw_addr
Source layer2 Hardware address for ARP packet.
dest_hw_addr
Destination layer2 Hardware address for ARP packet.