Changes between 1.0.11 and 1.0.12
- removed warnings
- sock family on Linux is now AF_PACKET
- added missing bsd includes
Changes between 1.0.10 and 1.0.11
- fixed tests
Changes between 1.0.9 and 1.0.10
- fixed compilation errors on macOS
Changes between 1.0.8 and 1.0.9
- support for mac os x (thanks to Jose Palao)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 1.0.7 and 1.0.8
- fixed bug (see https://rt.cpan.org/Ticket/Display.html?id=86223)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 1.0.6 and 1.0.7
- fixed unnecessary memcpy of dest addr (see https://rt.cpan.org/Ticket/Display.html?id=86223)
Thanks to Daniel Black
- abort on unknown arp operation
- get_mac linux forgot to close socket - see https://rt.cpan.org/Public/Bug/Display.html?id=86221
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 1.0.5 and 1.0.6
new linux arp lookup via ioctl by Franck Joncourt <franck.mail@dthconnex.com>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 1.0.4 and 1.0.5
buffer overflow patch by Franck Joncourt <franck.mail@dthconnex.com>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 1.0.3 and 1.0.4
fix FTBFS due to unaligned assignment problems by Niko Tyni <ntyni@debian.org>
get_mac unknown device fix by Franck Joncourt <franck.mail@dthconnex.com>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 1.0.2 and 1.0.3
Fixed possible buffer overflow in get_mac_linux()
FreeBSD 7 amd64 patches by mitsuru@riken.jp
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 1.0.1 and 1.0.2
FreeBSD 7 bugfixes by Niels Bakker
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 1.0 and 1.0.1
Segfault bugfix on 64 bit cpus by Paul Kolano
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 0.8 and 1.0
API Change for get_mac() and arp_lookup() - see perldoc
Updated test script (Net::Pcap not needed if unavailable)
New test suite to test for unwanted input.
Fixed possible segfault in send_packet() because of not
checking src / dst ip values
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 0.7 and 0.8
Fixed typo in return value of arp_lookup() and get_mac()
Fixed a segfault in send_packet()
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 0.6 and 0.7
arp_lookup bugfix by Jeff Pinyan
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 0.5 and 0.6
Filedescriptor Bugfixes in arp_lookup
by Sigmund Augdal Helberg
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 0.4 and 0.5
Bugfixes in function send_packet
by Jonas Nagel fireball@zerouptime.ch
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 0.3 and 0.4
ARP broadcast
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 0.2 and 0.3
Check in all functions if we got all parameter we need
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Changes between 0.1 and 0.2
Alexander Mueller visus@portsonline.net updated the arp lookup
function for linux to make use of the proc fs.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-