vesrion 01.rc.4 (06/06/2005): * Compile clean * Fix Daemon Mode core dump on freebsd 5.x * Code improvments ( addhost function ) * -c class work now on all size classes ( -c 192.168.0.0/16 ) * Added MAC address column ( roberth request :) ) * Added -P - watch only private IP * Added -T - exit after timeout * Added hostname column * Change key for total data column from "t" to "s" * Added current tcp/udp/icmp flow columns * Added total tcp/udp/icmp flow columns * Added total active hosts counter * Added Gigabit and Gigabyte unit * Fixed error in counting active hosts * Added -E option - exclude host or network * Added -x option - exclude traffic from/to host/net file ( spajs request ) * Added -X optiom - exlucde traffic from/to host/net ( spajs request ) * Compile under gcc 3.x * Rewrite daemonize() using daemon() function * Fix daemon mode bug on linux, it's work again :) * Add revdns column (H) and revdns engine -H option vesrion 0.1.rc3 (04/05/2003): * Fixed keyboard input problem * More flexible adding and deleting columns - columns sequence is no more static * Added -C options. It's possible to pass columns sequence as argument. * Added choice of columns to log to file * Added reading excluded IP's list from file, -e option * Added daemon mode, -d option * Added reverse sorting. -R option and R key. * Added -v option which print program version * Dynamic memory allocation for hosts array * Fixed sorting by IP * Added discovery mode -D * Added reset key - r vesrion 0.1rc2 (01/02/2003): * Added summarize line - totals for each column * Pack options in struct opt * Arguments pares is rewritten using getopt() * Some small fixes * Fixed -c options error for 24 netmask * Second fixed for -c option and 24 netmask version 0.1rc1 (16/01/2003): * Improved logging to file * Core dump crash fixes * Display fixed * Added manual page * Added independent choice of unit for total data statistic * Added sorting of display version 0.1beta6 (12/01/2003): * Added dynamic choice of displayed columns * Some fixes and checks * Added packets per second column * Added '?' help key * Some visual fixes & improvments * Added dynamic choice of unit * Added total data column * Added total packets column * Added average packets column * Added max packets column version 0.1beta5 (05/01/2003): * Added different precison for display depend on unit * Added measuring elapsed time * Added key 'q' to exit version 0.1beta4 (03/01/2003): * Added max and average transfers column * Added current transfer column to logfile * Added -c class option version 0.1beta3 (02/01/2003): * Added paging * Added logging to file version 0.1beta2 (02/01/2003): * Added refresh timeout * Added displaying of diffrent size units * New parser of program arguments version 0.1beta1 (01/01/2003): * First working version