summaryrefslogtreecommitdiff
path: root/DEBUG.linux
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-30 22:36:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-30 22:36:04 +0000
commit2ddb68f75e460570602e53c37eee74af42cd86e7 (patch)
tree8c6c3243110be2215010f7570c15504933f67504 /DEBUG.linux
parent497f13d28e132826a845c428879324b697cc2312 (diff)
New files.
Diffstat (limited to 'DEBUG.linux')
-rw-r--r--DEBUG.linux12
1 files changed, 12 insertions, 0 deletions
diff --git a/DEBUG.linux b/DEBUG.linux
new file mode 100644
index 0000000..9e9eeba
--- /dev/null
+++ b/DEBUG.linux
@@ -0,0 +1,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.