simple network top - a top-like console network status tool
 robert m love	<rml@tech9.net>
 chris m rivera	<cmrivera@ufl.edu>

http://sntop.sourceforge.net - home page
ftp://sntop.sourceforge.net/pub/sntop/ - anon ftp

03.06.2001

TODO

Features:
o add support for querying network services

Bugs:
o if you reload the config file ('r'), in alarm or log mode, the
  remote alarm will be reexecuted for all previously downed hosts
  (easy fix, i just want it clean) (reported by hap)

Packaging Concerns:
o offer an RPM/SRPM binary

Make/Configure Concerns:
o now we compile getopt_long whether we need it or not, although
  we only link it if we need it (so no harm done) ... but ideally
  we should not even look at it if we dont need it
o if ncurses is not found, we should try plain curses
