summaryrefslogtreecommitdiff
path: root/DEBUG.linux
blob: 006e78a6712402581e7d9c2dfd59b5862e309124 (plain)
1
2
3
4
5
6
7
8
TCPDUMP
=======
On Linux, you can use the tcpdump utility to examine packets.  Something 
like this:

tcpdump -i eth0

tcpdump can filter packets.  See the man page for details.