1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Tested ok against:
- FreeBSD 6.1-RELEASE - Perl 5.8.8
- Linux 2.6.x (Gentoo) - Perl 5.8.8
- Windows XP SP2 - Perl 5.8.8
- OpenBSD 3.8 - Perl 5.8.6
Net::Write
==========
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Perl v5.6.1
Socket6
Class::Gomor
Net::Pcap
You MUST have libpcap 0.9.x or WinPcap 3.1 in order for layer 2 sending
to work, as of Net::Write 1.00.
COPYRIGHT AND LICENSE
You may distribute this module under the terms of the Artistic license.
See LICENSE.Artistic file in the source distribution archive.
Copyright (c) 2006-2012, Patrice <GomoR> Auffret
|