                                arpmon 0.0.3

Release information:
  pkg:  arpmon version 0.0.3
  url:  http://www.rkeene.org/devel/arpmon-0.0.3.tar.gz
  date: Sat May  8 21:59:05 CDT 2004
--------------------------------------------------------------------------

  `arpmon' is a small utiltiy to watch "/proc/net/arp" for changes (caused by
ARP cache poisoning) and correct the changes, detect the offending IP and MAC
address, and block them.
  It is two distinict executables:
     * arpmon        (binary, to be compiled)
          This is the daemon that runs and monitors the "/proc/net/arp" and
          determines offender.
     * arp-poisoner  (script)
          This script is run to block an offender and correct the poisoning.
          It takes 4 arguments:
              poisoners_ip:  The deduced IP address of the poisoner, may be
                             empty if it cannot be deduced.
              poisoners_mac: The MAC address of the poisoner (the address
                             that has poisoned the ARP cache).
              poisoned_ip:   The IP address who has had an ARP entry poisoned.
              poisoned_mac:  The *REAL* MAC address that has been destroyed
                             by the poisoning.
