Create tcpflow.md

This commit is contained in:
Romain Prieto
2014-03-07 17:44:37 +11:00
parent ec26997a1d
commit 14956b3c61

7
pages/linux/tcpflow.md Normal file
View File

@@ -0,0 +1,7 @@
# tcpflow
> Capture TCP traffic for debugging and analysis
- Show all data on the given interface and port
tcpflow -c -i {{eth0}} port {{80}}