Download the Stacked Brains
VoIP Analyzer Tool for Linux OS
>>> Free online Analysis of your Wireshark VoIP captures - Click here <<<
>>> Free online Analysis of your Wireshark VoIP captures - Click here <<<
Look here for the Windows OS installer
Look here for the Linux OS installer
Look here for the macOS/OSX installer
-
Free trial with full functionality for 30 days
-
Full support
-
No obligations
Important remark:
During the paid period as also during the free trial period of 30 days you can contact our VoIP engineers free of charge. When you are facing a VoIP issue and the VoIP Analyzer Tool does not indicate the problem in the audit functionality feel free to contact us via email.
Linux OS:
public key | Public key |
Release Note (Linux OS) | Release Note v21.02.22.00 (pdf) | Latest Version |
Release Note (Linux OS) | Release Note v20.11.14.00 (pdf) | |
Release Note (Linux OS) | Release Note v20.10.27.00 (pdf) |
Latest version :
Linux distribution | Linux version | Tool version | Package | Instructions |
Debian | 10 | 21.02.22.00 | Debian package | Debian details |
Ubuntu | 20.04 / 20.10 | 21.02.22.00 | Ubuntu package | Ubuntu details |
openSUSE Leap | 15.2 | 21.02.22.00 | openSUSE Leap package | Leap details |
openSUSE Tumbleweed | 20201030 | 21.02.22.00 | openSUSE Tumbleweed package | Tumbleweed details |
SuSE Linux Enterprise Server (SLES) | 15.1 (15 SP1) | 21.02.22.00 | SLES package | SLES details |
Red Hat | 8.2 | 21.02.22.00 | Red Hat package | Red Hat details |
CentOS | 8.2 | 21.02.22.00 | CentOS package | CentOS details |
Former version :
Linux distribution | Linux version | Tool version | Package | Instructions |
Debian | 10 | 20.11.14.00 | Debian package | Debian details |
Ubuntu | 20.04 | 20.11.14.00 | Ubuntu package | Ubuntu details |
openSUSE Leap | 15.2 | 20.11.14.00 | openSUSE Leap package | Leap details |
openSUSE Tumbleweed | 20201030 | 20.11.14.00 | openSUSE Tumbleweed package | Tumbleweed details |
SuSE Linux Enterprise Server (SLES) | 15.1 (15 SP1) | 20.11.14.00 | SLES package | SLES details |
Red Hat | 8.2 | 20.11.14.00 | Red Hat package | Red Hat details |
CentOS | 8.2 | 20.11.14.00 | CentOS package | CentOS details |
Former Version:
Linux distribution | Linux version | Tool version | Package | Instructions |
Debian | 10 | 20.10.27.00 | Debian package | Debian details |
Ubuntu | 20.04 | 20.10.27.00 | Ubuntu package | Ubuntu details |
openSUSE Leap | 15.2 | 20.10.27.00 | openSUSE Leap package | Leap details |
openSUSE Tumbleweed | 20201030 | 20.10.27.00 | openSUSE Tumbleweed package | Tumbleweed details |
SuSE Linux Enterprise Server (SLES) | 15.1 (15 SP1) | 20.10.27.00 | SLES package | SLES details |
Red Hat | 8.2 | 20.10.27.00 | Red Hat package | Red Hat details |
CentOS | 8.2 | 20.10.27.00 | CentOS package | CentOS details |
Is your Linux distribution or the exact version not listed ?
Just send us an email. We are glad to help you further.
Installation Details:
All Linux Distributions:
First download the public key and the <voipanalyzertool package>
The voipanalyzertool packages are delivered as .zip or .gz files so first unzip with :
unzip <the downloaded voipanalyzertool package .zip>
or
gzip -d <the downloaded voipanalyzertool package .gz>
Debian / Ubuntu: Installation of the .deb package:
Only for Debian first install the libgcc-s1 package :
wget http://mirrors.edge.kernel.org/ubuntu/pool/main/g/gcc-10/gcc-10-base_10-20200411-0ubuntu1_amd64.deb
wget http://mirrors.xmission.com/ubuntu/pool/main/g/gcc-10/libgcc-s1_10-20200411-0ubuntu1_amd64.deb
and then install both packages :
sudo apt install ./gcc-10-base_10-20200411-0ubuntu1_amd64.deb
sudo apt install ./libgcc-s1_10-20200411-0ubuntu1_amd64.deb
After this install the public key and then the package for Debian / Ubuntu :
sudo apt-key add < voipanalyzertool_pubkey.asc
sudo apt install <the voipanalyzertool .deb package>
openSUSE / SLES: Installation of the .rpm package:
Only for SLES go to :
https://software.opensuse.org/download/package?package=libgdiplus0&project=home%3Azkrd2%3Amono
and install the missing repository with :
sudo zypper addrepo https://download.opensuse.org/repositories/home:zkrd2:mono/SLE_15_SP1/home:zkrd2:mono.repo
sudo zypper refresh
sudo zypper install libgdiplus0
After this install the public key and then the voipanalyzer package for openSUSE / SLES :
sudo rpm --import voipanalyzertool_pubkey.asc
sudo zypper install <the voipanalyzertool .rpm package>
Red Hat / CentOS: Installation of the .rpm package:
First install some missing package and repository for Red Hat / CentOS :
It is possible that the epel-release package is missing. Download with :
and install with :
sudo rpm -i epel-release-8-8.el8.noarch.rpm
Then install the GetPageSpeed repository :
sudo dnf install https://extras.getpagespeed.com/release-el8-latest.rpm
Then install the public key and the voipanalyzer package for Red Hat / CentOS :
sudo rpm --import voipanalyzertool_pubkey.asc
sudo yum install <the voipanalyzertool .rpm package>
Some details on the Linux package dependencies
The VoIP Analyzer Tool has following package dependencies :
- libc6-dev
- libgcc-s1
- libgdiplus or libgdiplus0
- xchm
Install libc6-dev
Normally nothing to be done.
This package is automatically included when using apt, zypper or yum with the default repositories.
Install libgcc-s1
Normally nothing to be done.
This package is automatically included when using apt, zypper or yum with the default repositories.
For Debian do :
wget http://mirrors.edge.kernel.org/ubuntu/pool/main/g/gcc-10/gcc-10-base_10-20200411-0ubuntu1_amd64.deb
wget http://mirrors.xmission.com/ubuntu/pool/main/g/gcc-10/libgcc-s1_10-20200411-0ubuntu1_amd64.deb
and then install both packages :
sudo apt install ./gcc-10-base_10-20200411-0ubuntu1_amd64.deb
sudo apt install ./libgcc-s1_10-20200411-0ubuntu1_amd64.deb
Install libgdiplus or libgdiplus0
Normally nothing to be done.
This package is automatically included when using apt, zypper or yum with the default repositories.
For Red Hat / CentOS do :
It is possible that the epel-release package is missing. Download from :
and install with :
sudo rpm -i epel-release-8-8.el8.noarch.rpm
Then install the GetPageSpeed repository :
sudo dnf install https://extras.getpagespeed.com/release-el8-latest.rpm
After these commands the <the voipanalyzertool .rpm package> can be installed via yum.
For SLES go to :
https://software.opensuse.org/download/package?package=libgdiplus0&project=home%3Azkrd2%3Amono
and install repository with :
sudo zypper addrepo https://download.opensuse.org/repositories/home:zkrd2:mono/SLE_15_SP1/home:zkrd2:mono.repo
sudo zypper refresh
sudo zypper install libgdiplus0
Install xchm
The xchm package is optional and can be installed separately.
This optional xchm package is only needed to view the compressed HTML (chm) help file voipanalyzer.chm
For Ubuntu / Debian do :
sudo apt install xchm
For openSUSE Tumbleweed do :
sudo zypper in xchm
For openSUSE Leap do :
Before installing the xchm package some dependant packages need to be installed.
sudo zypper in libwx_baseu_net-suse3 libwx_gtk2u_aui-suse3 libwx_gtk2u_html-suse3
sudo zypper addrepo https://download.opensuse.org/repositories/home:Lazy_Kent/openSUSE_Leap_15.2/home:Lazy_Kent.repo
sudo zypper refresh
sudo zypper in xchm
For SLES do :
Before installing the xchm package some dependant packages need to be installed.
sudo zypper addrepo https://download.opensuse.org/repositories/X11:common:Factory/SLE_15_SP1/X11:common:Factory.repo
sudo zypper refresh
sudo zypper install libchm0
sudo zypper in ./libwx_baseu_net-suse3-3.0.3-lp152.7.38.x86_64.rpm ./libwx_gtk2u_aui-suse3-3.0.3-lp152.7.38.x86_64.rpm ./libwx_gtk2u_html-suse3-3.0.3-lp152.7.38.x86_64.rpm
sudo zypper addrepo https://download.opensuse.org/repositories/home:Lazy_Kent/openSUSE_Leap_15.2/home:Lazy_Kent.repo
sudo zypper refresh
sudo zypper in xchm
The xchm package is not available as a binary package for some Linux distributions (Red Hat / CentOS) but with some effort it can be built from the source packages. For the source see https://github.com/rzvncj/xCHM
An additional page on how to build and install the xchm package will be added in the near future.