Starting Wireshark on Ubuntu shows only Capture / o Cisco remote capture etc.

asked 2025-09-20 00:38:58 +0000

Carey gravatar image

updated 2025-09-20 07:40:03 +0000

Guy Harris gravatar image

No Open menu, 7 radio buttons none can be un-selected, none of them in the normal Capture list e.g. Ethernet, MozillaVPN,Adapter for loopback traffic capture, [selected] Local Area Connection* 10 and so on. How can I get the options I see in Windows 10 to show in Ubuntu? I just updated it to latest version. Maybe that did it?

edit retag flag offensive close merge delete

Comments

Please update the question with output of wireshark -v.

Chuckc gravatar imageChuckc ( 2025-09-20 02:16:01 +0000 )edit

To set up Wireshark on Ubuntu, update your package list with sudo apt update, then install Wireshark using sudo apt install wireshark. During the installation, select "Yes" when prompted about non-superusers capturing packets. After installation, run sudo dpkg-reconfigure wireshark-common, select "Yes" again to allow non-superusers to capture packets, and add your user to the wireshark group with sudo usermod -a -G wireshark $USER.

Anders gravatar imageAnders ( 2025-09-20 10:05:45 +0000 )edit