mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:46:01 +02:00
Create tcpflow.md
This commit is contained in:
parent
ec26997a1d
commit
14956b3c61
1 changed files with 7 additions and 0 deletions
7
pages/linux/tcpflow.md
Normal file
7
pages/linux/tcpflow.md
Normal 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}}
|
Loading…
Add table
Reference in a new issue