KSniffer development
If you need you can download KSniffer from KDE SVN.
You have just to execute the following command from the command line:
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"