diff --git a/pages/linux/tcpflow.md b/pages/linux/tcpflow.md new file mode 100644 index 0000000000..8e6c4567cb --- /dev/null +++ b/pages/linux/tcpflow.md @@ -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}}