What programs under Linux can capture ethernet traffic? And which ones from them are maintained and most comfortable?
feedback
|
migrated from stackoverflow.com Apr 20 '11 at 11:18
This question came from our site for professional and enthusiast programmers.
|
tcpdump is awesome for capturing traffic coming into or out of your machine. Ettercap is awesome if you want to MITM traffic. If you prefer a GUI then Wireshark is a good alternative. Example usage:
| ||||
|
feedback
|
|
| |||
|
feedback
|
|
If you want a console-based graphics dump of the ethernet traffic you can use | |||
|
feedback
|
