
SUPPORTED SYSTEMS:

	Program should compile and run on probably all POSIX-compliant system
	with at least BPF device or PCAP library (libpcap/tcpdump).
	Posix threads are also required, but there is no strict
	requirement on their POSIX-compliance (works fine with the Linux ones).

	Tested on:
		FreeBSD 3.x/4.x/5.x/6.x
		OpenBSD 2.8
		Linux 2.2,2.4
		MacOS X/Darwin 7.3.x/7.4.x (powerpc)
		Solaris 9 (x86)

	NOTES:
	    1. 
		The "input-only" interface feature seems to be supported only
		with BPF on FreeBSD 4.x+.
	    2.
		FreeBSD 4.5-RELEASE (+?) have stupid problem with poll(),
		which behaves erratically with BPF file descriptors.
		I've submitted the problem report, kern/36219:
			http://www.freebsd.org/cgi/query-pr.cgi?pr=36219
		So, your newer system might already have this or similar fix.

INSTALLATION:

	./configure && make install install-man && man ipcad.conf

CONFIGURATION:

	$PAGER /usr/local/etc/ipcad.conf.simple	# Read the simplest case
	$EDITOR /usr/local/etc/ipcad.conf	# Customize the default one

HOW DO I ...?

	echo "<YOUR_QUESTION>" | mail -s Question vlm@lionet.info
	sleep 86400	# wait a bit
	mail		# check your mail

-- 
Lev Walkin
vlm@lionet.info
