This project is under development and is not totally ready to be used.

The first stable release is 0.1.

A lot of things have to be added and fixed yet.

You need libpcap library installed to compile KSniffer. You can found it on http://www.tcpdump.org/


HOW TO COMPILE KSNIFFER FROM KDE SVN
------------------------------------

If you want to get and use the last KSniffer development release follow these commands into Konsole or from a text console:

svn co -N svn://anonsvn.kde.org/home/kde/trunk/playground/network
cd network
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
svn up ksniffer
make -f Makefile.cvs
./configure --enable-debug=full --prefix=`kde-config --prefix`
make
su -c "make install"
