0

I installed Wireshark in my Ubuntu for Windows WSL following these steps.
It's installed correctly as wireshark --help and wireshark --version work fine.

But upon running wireshark with command wireshark it throws an error: error can be seen here.

I tried solving it using answers from here, but installing Xming on my Windows system also didn't help. Or perhaps I am not doing it right way.

Please someone suggest some way.

Thanks.

1 Answers1

0

Using these two commands resolved the issue for me

sudo dpkg-reconfigure wireshark-common

sudo usermod -a -G wireshark $USER

https://stackoverflow.com/questions/8255644/why-doesnt-wireshark-detect-my-interface