1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

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}}