v 0.1.4 Bugfix release v 0.1.3 Added support for generic IP protocols. v 0.1.2.3 Minor code cleanups, copyright information adjustments v 0.1.2.2 Added support for compiling on Darwin v 0.1.2.1 Changed the way hosts expire v 0.1.2 Fixed an integer overflow in HostTree.cpp and added a long standing misfeature - setting the capture filter in main.cpp v 0.1.1 The IP's are now printed in dotted notation. We also print the DSCP. v 0.1 Added a new measurement threshold, for better detection. v 0.0.5 Moved to autoconf/automake style building, updated the README v 0.0.4 Fixed compilation with GCC 3.4 v 0.0.3 Added support for fragmented flood detection, using a little hack v 0.0.2 Rewritten from scratch. This version is two orders of magnitude faster than the first one, thanks to the _great_ job Andrei did with the binary tree. We don't depend on pthreads or GLib anymore, thus making the software even more portable across platforms. The code is a lot cleaner, since it's written in C++. v 0.0.1 Initial release. Working, but horrible.