From kde-commits Mon Oct 31 23:35:05 2005 From: Giovanni Venturi Date: Mon, 31 Oct 2005 23:35:05 +0000 To: kde-commits Subject: playground/network/ksniffer Message-Id: <1130801705.996059.965.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113080256118501 SVN commit 476242 by gianni: the kdesu indipendency is going to finish... the GUI produce an XML file with the sniffing options for the suid executable "sniff". This application reads the XML file and gets the sniffing configuration putting packets into the specified file that the GUI thread reads till when is needed to display the packets in the view :-) Is needed some other fix and a configure.in.in modify to detect libxml2 library or use of Qt XML classes also for "sniff" application. M +4 -4 Makefile.am M +57 -17 ksniffer.cpp M +11 -11 ksniffer.h M +12 -1 options/captureoptions.cpp M +2 -1 options/captureoptions.h M +1 -1 packetmanager.cpp M +1 -1 packetmanager.h M +5 -5 sniff/Makefile.am A sniff/parseconfig.cpp [License: GPL (v2+) (wrong address)] A sniff/parseconfig.h [License: GPL (v2+) (wrong address)] M +17 -15 sniff/sniff.cpp M +11 -11 sniff/sniff.h M +1 -1 sniffer.cpp M +4 -0 version.h