pcap2wav is a Xplico customization with a web interface developed to easly use the tool.
cd /; sudo tar xzvf pcap2wav.tgz
NameVirtualHost *:9878 <VirtualHost *:9878> ServerAdmin info@xplico.org DocumentRoot /opt/pcap2wav/www <Directory "/opt/pcap2wav/www"> Options All AllowOverride All Order allow,deny allow from all </Directory> ErrorLog /var/log/apache2/pcap2wav_error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/pcap2wav_access.log combined </VirtualHost>
Add ar the end of the file /etc/apache2/ports.conf the line Listen 9878
sudo /opt/pcap2wav/pcap2wavd.sh
Now you can visit the webpage of pcap2wav( http://localhost:9878 ).