PHREL v0.9.6 (10/19/06) - http://www.digitalgenesis.com

Change Log:

  v0.9.6 (10/19/06) - Bug fix
   - Command line thresholds are no longer required if they are specificed
     within the configuration file.

  v0.9.5 (04/15/06) - Bug fix and minor enhancement
   - Fixed several incorrect uses of memset() which prevented proper
     initialization of internal structures, causing seg faults on some systems.
   - Updated with enterprises number assigned by Internet Assigned Numbers
     Authority (IANA).
   - Made promiscuous mode a configurable option and changed default to disable
     promiscuous mode.
   - Lowered max chain size to 28 characters and shortened chain names due to
     length restrictions in Fedora Core 4. Reported by Bekar.
   - Added support for a configuration file.

  v0.9.4 (03/26/06) - Bug fix and minor enhancement
   - Cleaned up SNMP trap code.
   - Added support for startup, shutdown and restart SNMP traps.
   - Added check for verifying iptables binary is valid and executable.
   - Added support for include prefix ranges.
   - Fixed typos in man page.

  v0.9.3 (03/22/06) - Bug fix and minor enhancement
   - Fixed assert failure on incoming traffic from 0.0.0.0/32 (spoofed).
   - Added support for SNMP traps.
   - Created MIB for PHREL using temporary enterprises number. Included in the
     mibs directory.
   - Added support for net-snmp, dmalloc, pthread and libpcap to the configure
     script.
   - Cleaned up include headers and fixed compiler warnings.
   - Added man page.

  v0.9.2 (03/06/06) - Bug fix and minor enhancement
   - Fixed all compiler warnings.
   - Memory for samples is now dynamically allocated.
   - Fixed fork on startup bug.
   - Added option for user definable chain instead of DROP.
   - Better handling of failed chain inserts.
   - Added work around for select() bug.

  v0.9.1 (03/05/06) - Minor enhancement
   - Capture code rewritten to use select to call libpcap which allows PHREL to
     shutdown when there is no incoming traffic.
   - Added options for configurable intervals.
   - Added option for configuring PPS algo.
   - Converted from inet_ntoa() to inet_ntop() for thread safety.

  v0.9.0 (03/02/06) - Initial release
   - Implemented exclusions.
   - Implemented per threshold burst and decay.

