summaryrefslogtreecommitdiff
path: root/DEBUG.linux
diff options
context:
space:
mode:
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.