HOME
DOCUMENTS
MAN PAGE
CHANGELOG
DOWNLOAD
AUTHORS
CHANGELOG
ArpON 1.90
+ Added Static linking guide in INSTALL file
! Fixed date structures, device, arp_header, arp_cache, darpi_cache
! Fixed dnet bug for Linux, it returned "No such process" in arp_add()
! Fixed dnet bug for Linux, in arp_delete()
! Fixed makefile
ArpON 1.80
! Fixed bug multithreaded in Arp reply timeout (Arp out traffic)
! Fixed bug in aprintf() with logging mode
! Fixed check file type for pid_file and log_file
! Fixed bug in device automatically
! Fixed arpon's output new style
! Fixed makefile
ArpON 1.72
+ Added Linux Gentoo platform support
! Fixed arp_cache_add(), now it works with array
! Fixed bug in darpi, it returned "Unknown error: 0", now it works well
! Fixed bug and output of daemon mode, now it returned 0 to shell
! Fixed global signal handler
ArpON 1.70
! Fixed bug in arp_cache_add(), it returned "No such process" from errno, now arpon works very well, have fun! =)
ArpON 1.60
+ Added support to multiplexing handle on multi interface
+ Added DARPI Cache entry timeout
+ Added Linux Debian platform support
! Fixed arpon's code style, now it is bsd coding style
! Fixed SARPI dyagram in doc/
! Fixed DARPI dyagram in doc/
! Fixed man page and html man page
ArpON 1.54
! Fixed makefile
! Fixed network interface list errors
ArpON 1.50
! Fixed Arp request Inbound bug in darpi_realtime_read_packets(), now it works very well :)
ArpON 1.44
+ Added doc/ directory with SARPI and DARPI diagrams
+ Added pid file in /var/run/arpon.pid
+ Added LICENSE file
! Adjusted man page
ArpON 1.40
! Fixed CPU usage, now arpon works well on many cpu architectures, 32 and 64 bit
ArpON 1.30
+ Added support to pthreads for all platforms
+ Added real time support for BSD platforms
+ Added Sanitize environment from LD_PRELOAD attacks
ArpON 1.20
! Linux platform: timeout now works both for ping to host and ping to broadcast
! Makefile now uses dynamic libraries linking
ArpON 1.11
+ Added NetBSD platform support
+ Added OpenBSD platform support
+ Added man page
+ Added automatic device support in many features
+ Added CPU priority (TASK MODE) for real time work with nice values (-n, --nice option) for many CPU architectures (little/big endian with 32/64 bits)
+ Added Logging mode (LOG MODE) (-f, --log-file and -g, --log options)
! Linux platform: changed poll() with select()
! Adjusted arp_ping_set_timeout()
! Many define macro replaced by enum
! Adjusted output style
! Adjusted time with timezone in many features
! Adjusted help summary page
ArpON 1.10
! First ArpON version !