Changes between 1.0.3 and 1.0.5
new linux arp lookup via ioctl by Franck Joncourt <franck.mail@dthconnex.com>
Changes between 1.0.3 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.