summaryrefslogtreecommitdiff
path: root/DEBUG.linux
blob: 9e9eeba9408a7128028b2f7123013236f23c28a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
#  $Id$
#

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.