############################################################
	tcpweb
	-- display network traffic on the web --
	by Yoshioka Tsuneo
	email: tsuneo-y@is.aist-nara.ac.jp  (welcome!)
############################################################

*What Is tcpweb?
tcpweb is a program that display network traffic on the web interface 
using tcpdump program.You can see Time-Traffic graph on the web.

*Installation
1.You need root account(or slide right etc...)
1.You must install "perl". (version 5.004 or lator is prefer)
	ftp://ftp.win.or.jp/pub/lang/CPAN/authors/id/TIMB/perl5.004_03.tar.gz

2.You must install "ppmtogif". "ppmtogif" is contained in "netpbm" package.
	ftp://ftp.win.or.jp/pub/X11/contrib/utilities/netpbm-1mar1994.p1.tar.gz

3.You must install "tcpdump".And tcpdump needs "libpcap".
	ftp://ftp.win.or.jp/pub/network/tcpdump/libpcap-0.4a5.tar.Z
	ftp://ftp.win.or.jp/pub/network/tcpdump/tcpdump-3.4a5.tar.Z

4.You must install "gnuplot".(version 3.6beta340 or lator is strongly recommended). Your using version 3.5 will make strange graph.
  ftp://ftp.win.or.jp/pub/graphics/gnuplot/gnuplot/3.6/gnuplot-beta340.tar.gz

5.tcpweb is written in perl,so you need not compile (-:

*Configuration(If you want)
Default display traffic is "all","www","ftp","nfs","telnet","dns","www-proxy(8000)". If you want to change, please edit arrays("@displayprotoname","@displayprotoproto","@displayprotonum") defined at tcpweb3.pl.

*Execute
1.Change "tcpweb" directory.

2.Just type 
	./tcpweb
If you want execute backgroud, type
	./tcpweb &

3.after few minutes,you can find
	index.html
	data/
in the tcpweb directory.(or current directory)

4.And if you want, symbolic link "index.html" directory(not only index.html) to your web directory. for example,
	ln -s /directory/directory../tcpweb ~/public_html/
,and you can access this page on the web like this.
	http://your.www.server/~yourname/tcpweb/

*About this software
You can copy,edit,re-distribute,etc..
You can use this software for any purpose.
But If you can take a little time, please email to me.

*Welcome any e-mail!!
If you have trouble,question,.... etc,
or even not if,
I always welcome e-mail.

*Information
Now, original is published under web page.
	http://shika.aist-nara.ac.jp/~tsuneo-y/soft/tcpweb/

Now, My mail address is
	tsuneo-y@is.aist-nara.ac.jp
	(or QWF00133@niftyserve.or.jp)