I'm completely new to wireshark. I have Ubuntu on a Dell with wireless connection. When I go to Wireshark Capture Option, I cannot select any interface since no interface is listed. What is the problem and how can I fix that?

link|improve this question

67% accept rate
feedback

1 Answer

up vote 5 down vote accepted

You probably should check out the article in the wireshark wiki about capture privileges.

If this is a temporary setup you could just start wireshark with sudo. But this isn't really the best approach from a security perspective.

Also see the capturing on un*x section in the FAQ, it has some other things you should be aware of.

link|improve this answer
You are so right. Running wireshark as root user give me access to all interfaces. I'm checking capture privileges right now. – Phuong Nguyen Feb 7 '10 at 3:27
I tried to set network privileges for dumpcap and everything is fine nows. Thanks. – Phuong Nguyen Feb 7 '10 at 3:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.