Hi, I have installed the brandnew wireshark 2.0.0. Its great! The "old workaround" for nonroot-users would not run. Wireshark starts without interfaces. What shall I do to tun Wireshark 2.0 as normal user? Thank You for your support. Bernhard Hauser asked 30 Nov '15, 11:15 Uri edited 02 Dec '15, 13:05 Guy Harris ♦♦ |
3 Answers:
I can successfully capture with the new wireshark V2 on Ubuntu 15.10. On Ubuntu
Is that the workaround you referred to ? Regards Matthias answered 01 Dec '15, 10:44 mrEEde What I did with wireshark 1.12 was this (shown in several threads):
... and wireshark runs without root privilidges. The same procedure after compiling wireshark 2.0.0 on the same machine shows no interfaces when i run it as normal user. Running as root shows the interfaces. (01 Dec '15, 13:48) Uri Compiling you say? That's not what you did with 1.12 I presume? There you installed Debian packages. If you try to run wireshark in your build directory use the setcap command as listed on your newly build dumpcap. (01 Dec '15, 13:53) Jaap ♦ I compiled the legacy wireshark on the same machines like wireshark v2 with the same OS... (02 Dec '15, 01:22) Uri Compiled and build Debian packages from that, which you then installed? I'm asking because you state executing dpkg-reconfigure wireshark-common. (02 Dec '15, 04:55) Jaap ♦ |
No, I have not built packages, I compiled directly to my system. I now have removed the older version with
This fixed the problem! Thanks for your support, Uri! answered 02 Dec '15, 11:33 Uri
If by that you mean that you downloaded the Wireshark source tree, built it, and did "make install", then (02 Dec '15, 13:11) Guy Harris ♦♦
Which means that the older version was installed as a package, not directly built from source and installed from the source build. (02 Dec '15, 13:12) Guy Harris ♦♦ |
If you're building directly from source, try running the configure script with the answered 02 Dec '15, 13:09 Guy Harris ♦♦ |
What is your Linux distribution and what is the "old workaround" you are refering to?
Hi, I am using Ubuntu 14.04 LTS.