1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 17:19:47 +01:00
tldr/pages/linux/tcpflow.md
2022-03-21 14:07:48 -03:00

8 lines
199 B
Markdown

# tcpflow
> Capture TCP traffic for debugging and analysis.
> More information: <https://manned.org/tcpflow>.
- Show all data on the given interface and port:
`tcpflow -c -i {{eth0}} port {{80}}`