PCAP2WAV - RTP2WAV

pcap2wav is a Xplico customization with a web interface developed to easly use the tool.

Installation steps

  • compile Xplico (steps here)
  • from the source code directory launch the script pcap2wav_tgz.sh
  • from / and with root user untar pcap2wav.tgz :
      cd /; sudo tar xzvf pcap2wav.tgz
  • configure Apache for the web root dir: /opt/pcap2wav/www
    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

  • launch the script /opt/pcap2wav/pcap2wavd.sh :
     sudo /opt/pcap2wav/pcap2wavd.sh

Now you can visit the webpage of pcap2wav( http://localhost:9878 ).

 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki