This software has been designed to work on Debian GNU/Linux
systems. It should hopefully work with every Linux system. As of version
1.99.0, it is now possible to port it under many other platforms. Please
report us any success (or failure) that you had in porting to another
architecture.

Requirements
------------

* pthread implementation (included for example in the glibc-2.1)
* pcap library
* yacc or equivalent (bison is used for development)
* lex or equivalent (lex is used for development)

Installation
------------

Installing the program is done with a standard:

        ./configure (see ./configure --help for options)
        make
	make install

Here are the options used to build the Debian package for example:

        ./configure --prefix=/usr --sysconfdir=/etc

-- 
Hugo & Etienne 01/16/2000
