Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Linux and software for Linux (http://stream-recorder.com/forum/forumdisplay.php?f=61)
-   -  

Solving the No interfaces problem with Wireshark in Ubuntu 10.10

(http://stream-recorder.com/forum/showthread.php?t=8742)

Stream Recorder 04-02-2011 02:00 AM

Solving the No interfaces problem with Wireshark in Ubuntu 10.10


 
Run the following in the Terminal:

Code:

sudo addgroup -quiet -system wireshark
sudo chown root:wireshark /usr/bin/dumpcap
sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap

Then run the following changing YOUR_USER_NAME onto your user name:
Code:

sudo usermod -a -G wireshark YOUR_USER_NAME
That's it. No need to restart or even log off. Just start Wireshark and select the network interface.

I just went to Capture -> Interfacess... and clicked the Start button for eth0:


njl433 08-30-2012 11:01 AM

Re: Solving the No interfaces problem with Wireshark in Ubuntu 10.10


 
thanks for this thread. i think i have the same "no interfaces" problem on WinXP though.

RedPenguin 05-08-2013 07:31 PM

Re: Solving the No interfaces problem with Wireshark in Ubuntu 10.10


 
Thanks again for this, I know I technically seen it elsewhere very similar but you wrote it in a nice 1-2-3 fashion :).


All times are GMT -6. The time now is 07:40 PM.