I am debugging a local ethernet connection on a Linux machine. I want to inspect the ethernet packets as they travel. in and out current machines' interfaces. I do not have a GUI on the machine. Is there tool to do this?
Asked
Active
Viewed 198 times
1 Answers
3
As luck would have it, there are indeed tools to do such a thing:

Wesley
- 32,690
- 9
- 82
- 117
-
I am using Linux over a command line, WireShark as a GUI tool doesn't seem to meet the requirement. – steveyang Apr 05 '12 at 03:10
-
@yangchenyun updated my post. Wireshark will still work and so will tcpdump. – Wesley Apr 05 '12 at 03:14
-
...and you can still run it on a remote GUI display, and you can import tcpdump files.... – symcbean Apr 05 '12 at 09:02