SANCP INSTALL
=============

Minimum Requirements:

	gcc/g++ (v2.9.5 or greater, http://gcc.gnu.org/)
	libpcap (http://www.tcpdump.org/)

Basic install:

	1. Extract source tree and change directory

	   tar -zxf sancp-x.x.x.tar.gz

	   cd sancp-x.x.x


	2. Compile 

	  # For Linux
	    make linux

	  # For BSD
	    make bsd


	3. Install program
	
	   ./install.sh

	This will create a standard install, including adding a 
	user/group (sancp/sancp) to run sancp under setuid,
	creating an output directory /var/log/sancp
	creating a configuration directory under /etc/sancp
	and providing a sample sancp.conf


See: etc/contrib/sancp.conf  for a configuration file example




Basic usage:


   sancp -i <listen-interface> -d <logging-directory> -c <configuration-file>  -F <bpf-expression-file>

   where:
        <listen-interface> = network interface name
        <logging-directory> = directory for writing output files
        <configuration-file> = text file containing configuration options
        <bpf-expression-file> = text file containing a valid bpf expression in the first line



Software documentation:


        see: docs/SETUP
             docs/README

	or run: sancp -h 


Software Maintainer website:

        http://metre.net/sancp.html


