1
2SUPPORTED SYSTEMS:
3
4	Program should compile and run on probably all POSIX-compliant system
5	with at least BPF device or PCAP library (libpcap/tcpdump).
6	Posix threads are also required, but there is no strict
7	requirement on their POSIX-compliance (works fine with the Linux ones).
8
9	Tested on:
10		FreeBSD 3.x/4.x/5.x/6.x
11		OpenBSD 2.8
12		Linux 2.2,2.4
13		MacOS X/Darwin 7.3.x/7.4.x (powerpc)
14		Solaris 9 (x86)
15
16	NOTES:
17	    1.
18		The "input-only" interface feature seems to be supported only
19		with BPF on FreeBSD 4.x+.
20	    2.
21		FreeBSD 4.5-RELEASE (+?) have stupid problem with poll(),
22		which behaves erratically with BPF file descriptors.
23		I've submitted the problem report, kern/36219:
24			http://www.freebsd.org/cgi/query-pr.cgi?pr=36219
25		So, your newer system might already have this or similar fix.
26
27INSTALLATION:
28
29	./configure && make install install-man && man ipcad.conf
30
31CONFIGURATION:
32
33	$PAGER /usr/local/etc/ipcad.conf.simple	# Read the simplest case
34	$EDITOR /usr/local/etc/ipcad.conf	# Customize the default one
35
36HOW DO I ...?
37
38	echo "<YOUR_QUESTION>" | mail -s Question vlm@lionet.info
39	sleep 86400	# wait a bit
40	mail		# check your mail
41
42--
43Lev Walkin
44vlm@lionet.info
45