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