-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Net::ARP

Programmed by Bastian Ballmann
Last Update: 06.03.2005

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

---:[ Description

This module is a Perl extension to create and send ARP packets.
You do not need to install any additionally libraries like Libnet to compile 
this extension. It uses kernel header files to create the packets.


---:[ Installation

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


---:[ Usage

Please read the POD documentation: perldoc Net::ARP.


COPYRIGHT AND LICENCE

Copyright (C) 2004 by Bastian Ballmann

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.1 or,
at your option, any later version of Perl 5 you may have available.
