Thu Feb 28 17:48:25 EST 2008 Irwin Tillman (irwin at princeton dot edu) * Version 1.2.1 released. Sat Feb 9 19:33:55 EST 2008 Irwin Tillman (irwin at princeton dot edu) * configure.ac src/defs.h: When checking if ether_aton(), ether_ntoa(), ether_ntohost(), and ether_hostton() are declared, also check sys/ethernet.h, as that's where they are in Solaris 10. * configure.ac: When checking if ether_aton(), ether_ntoa(), ether_ntohost(), and ether_hostton() are declared, switch from using AC_CHECK_FUNC_PROTO to using AC_CHECK_DECLS so we may specify multiple include files. * src/defs.h: Update the prototypes we provide for ether_aton(), ether_ntoa(), ether_ntohost(), and ether_hostton() when we don't find system-provided prototypes for them. * lib/inet_aton.c: replace version from glibc 2.1.2 with version from glibc 2.7. * configure.ac: add calls to AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, AC_TYPE_INT64_T, AC_TYPE_UINT8_T, AC_TYPE_UINT16_T, AC_TYPE_UINT32_T, AC_TYPE_UINT64_T so we may move to the integer types as per C99. (libnet-specific code will still use the types defined by libnet.) * configure.ac: remove call to AC_UNP_CHECK_TYPE(u_int32_t, unsigned int). On systems where it didn't find a u_int32_t type, it #defined one. On newer platforms, that macro definition could interfere with libnet's typedef of u_int32_t in libnet/libnet-types.h. In newer gcc, this would trigger "error: two or more data types in declaration specifiers". * README, INSTALL.udpsend doc/udpsend.8: Updated to reflect that we've added support for Solaris 10. Tue Jun 19 15:32:30 EDT 2007 Irwin Tillman (irwin at princeton dot edu) * m4/ac_unp_check_type.m4, configure: upgrade AC_UNP_CHECK_TYPE to 1.6. That fixes its test program to work in gcc 4.1.2. Wed Mar 14 14:04:00 EDT 2007 Irwin Tillman (irwin at princeton dot edu) * Version 1.2.0 released. Thu Dec 28 14:28:54 EST 2006 Irwin Tillman (irwin at princeton dot edu) * Upgraded autoconf 2.59 to 2.61. Upgraded automake 1.9.6 to 1.10. * config/config.guess: replace version 2005-07-08 with version 2006-07-02 from automake 1.10. * config/config.sub: replace version 2005-07-08 with version 2006-09-20 from automake 1.10. * config/depcomp: replace version 2005-07-09.11 with version 2006-10-15.18 from automake 1.10. * config/install-sh: replace version 2005-05-14.22 with version 2006-10-14.15 from automake 1.10. * config/missing: replace version 2005-06-08.21 with version 2006-05-10.23 from automake 1.10. * config/mkinstalldirs: replace version 2005-06-29.22 with version 2006-05-11.19 from automake 1.10 Wed Nov 22 15:50:47 EST 2006 Irwin Tillman (irwin at princeton dot edu) * configure.ac, configure: correct checks that prevented us from locating , * src/defs.h: for some (more) system header files, only try to include them if configure found them. Tue Sep 19 11:06:06 EDT 2006 Irwin Tillman (irwin at princeton dot edu) * src/main.c: allow specifying pause time of 0 Wed Jan 11 15:46:11 EST 2006 Irwin Tillman (irwin at princeton dot edu) * src/main.c: When -Q was specified, it also erroneously invoked -q. Fri Nov 4 18:18:44 EST 2005 Irwin Tillman (irwin at princeton dot edu) * Upgraded from automake 1.9.5 to 1.9.6. * config/config.guess: replaced version 2005-02-10 with version 2005-07-08 from automake 1.9.6. * config/config.sub: replaced version 2005-02-10 with version 2005-07-08 from automake 1.9.6. * config/depcomp: replaced version 2005-02-09.22 with version 2005-07-09.11 from automake 1.9.6. * config/install-sh: replaced version 2005-02-02.21 with version 2005-05-14.22 from automake 1.9.6. * config/missing: replaced version 2005-06-08.21 with version 2005-06-08.21 from automake 1.9.6. * config/mkinstalldirs: replaced version 2005-02-02.21 with version 2005-06-29.22 from automake 1.9.6. Wed Sep 21 16:25:31 EDT 2005 Irwin Tillman (irwin at princeton dot edu) * src/main.c, src/udpsend.c, src/udpsend.h: add -Q option to specify 802.1Q VLAN ID. Mon Jul 25 09:36:54 EDT 2005 Irwin Tillman (irwin at princeton dot edu) * src/udpsend.h: fix MY_IN_LOOPBACK Thu Apr 7 14:22:32 EDT 2005 Irwin Tillman (irwin at princeton dot edu) * To prevent specific installation instructions from being overwritten by automake, moved specific installation instructions from INSTALL to INSTALL.arp_bomber, moved generic installation instructions from INSTALL.generic to INSTALL. * Upgrade automake from 1.8.3 to 1.9.5. Thu Nov 4 15:52:29 EST 2004 Irwin Tillman (irwin at princeton dot edu) * m4/ist_require_libnet.m4: When setting LDFLAGS, omit space after -L. Wed Nov 3 14:10:10 EST 2004 Irwin Tillman (irwin at princeton dot edu) * Version number now 1.1.0. Thu Oct 28 15:50:44 EDT 2004 Irwin Tillman (irwin at princeton dot edu) * Upgraded from the libnet 1.0.2a API to the libet 1.1.2.1 API. We no longer support the old libnet API. Wed Oct 27 12:51:46 EDT 2004 Irwin Tillman (irwin at princeton dot edu) * src/defs.h, configure.ac, configure, config.h.in: Only declare ether_ntoa(), ether_addr(), ether_ntohost(), ether_hostton() if they are missing from . * src/udpsend.h: remove duplicate decl of ether_ntoa(), ether_addr(). Mon Aug 23 16:41:54 EDT 2004 Irwin Tillman (irwin at princeton dot edu) * Upgraded from autoconf 2.13 to 2.59. Upgraded from automake 1.4 to 1.8.3. * Initial release. Release 1.0.0. 2003-2004 Irwin Tillman (irwin at princeton dot edu) * Version 0.0.1. Never released.