Ask Your Question

Revision history [back]

Somewhere I saw that this issue can be an indication that Wireshark did not install completely or correctly. So based on that info I reinstalled using the source file, extracted and compiled.

$ wget https://1.as.dl.wireshark.org/src/wireshark-2.6.4.tar.xz

$ tar -xf wireshark-2.6.4.tar.xz -C /tmp

$ cd /tmp/wireshark-2.6.4

$ ./autogen.sh

$ ./configure –enable-setcap-install

$ make

$ sudo make install

$ sudo ldconfig

Thanks to https://linuxtechlab.com/install-wireshark-linux-centosubuntu/ for the solution.