In my Windows box, Wireshark captures all the packets of the network. But in Linux (Ubuntu) It is capturing my outgoing and incoming packets only. How can it be resolved in Linux? Thank you!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as off topic by Nasreddine, Polynomial, Heisenbug, Justin, Andrew Barber♦ Nov 21 '11 at 19:40
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
This is due to your network card not being in promiscuous mode. The reason might be that the drivers don't support it, or the card itself doesn't support it. See this: http://www.wireshark.org/faq.html#q7.6 |
|||||||
|