Scandeted 1.1.3
 
Scandetd is daemon which tries to recognize port scans. 
If that happens daemon sends e-mail to root@localhost  (by default) 
with following informations:
  
  - host  
  - number of connections made
  - port of the first connection and it's time
  - port of the last one and it's time
  - guessed type of scan (FIN, SYN) 

In the configuration file you can specify trusted hosts/domains.
Take a look at sample configuration. It should be self explanatory. 
If you want running scandetd to read configuration again send him
HUP signal.

----------------------------------------------------------------------
INSTALL
 
First look at config.h
If you are satisfied type 'make' to compile
To install type 'make install' 
Default directory for binaries is /usr/sbin, and /etc for config file.
It can be changed in a Makefile.

Scandetd was tested only under Linux.

author: Michal Suszycki	mike@wizard.ae.krakow.pl
  
This code was based on IpLogger Package by Mike Edulla (medulla@infosoc.com)
