diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2016-08-26 23:41:51 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | 3ba630a141f9a80afe151a2b111713f6e04ac835 (patch) | |
tree | db1999f3f3c7fde522b8a6e506045d6d95f9a031 /perl/perl-Net-ARP/README | |
parent | 3feab70dcc81c815c87d3f013ef8ad05bff518db (diff) | |
download | slackbuilds-3ba630a141f9a80afe151a2b111713f6e04ac835.tar.gz |
perl/perl-Net-ARP: Added (Perl extension for creating ARP packets).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Net-ARP/README')
-rw-r--r-- | perl/perl-Net-ARP/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/perl-Net-ARP/README b/perl/perl-Net-ARP/README new file mode 100644 index 0000000000..f6aff54186 --- /dev/null +++ b/perl/perl-Net-ARP/README @@ -0,0 +1,7 @@ +This module can be used to create and send ARP packets and to get +the mac address of an ethernet interface or ip address. + +IMPORTANT: Version 1.0 will break with the API of PRE-1.0 versions, +because the return value of arp_lookup() and get_mac() will no longer +be passed as parameter, but returned! I hope this decision is ok +as long as we get a cleaner and more perlish API. |