$Id: README,v 1.3 2000/04/21 16:32:18 nishida Exp $


						Tcpillust


INSTALLATION:

	do following steps

	%./configure
	%xmkmf
	%make; make install


HOWTOUSE:

	here's an example of usage of tcpillust

	%tcpdump -w foo.log 									
									# get logfile
	%tcpdump -r foo.log -w bar.log host loghost port logport   
									# extract single tcp connection  
	%tcpillust bar.log


SAMPLE FILE:

	There're two sample log files in the test directory. 
	do follwoing commands and see what happens

	%./tcpillust test/c.log
	%./tcpillust test/s.log
	%./tcpillust test/c.log test/s.log

	(sample dump files are scrambled by tcpdpriv)

FOR MORE INFO:

	Official home page of tcpillust is:
		http://www.csl.sony.co.jp/person/nishida/tcpillust.html

	Latest packages are available from:
		ftp://ftp.csl.sony.co.jp/CSL/nishida/tcpillust.tar.gz



Please report problems and suggestions to me.

Yoshifumi Nishida <nishida@csl.sony.co.jp>
