tcpflow

Capture TCP traffic for debugging and analysis. More information: <https://manned.org/tcpflow>.

Debian Debian
RUN apt-get update && \ apt-get install -y tcpflow
Ubuntu
RUN apt-get update && \ apt-get install -y tcpflow
Alpine
RUN apk add tcpflow
Arch Arch Linux
RUN pacman -S --noconfirm tcpflow
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y tcpflow
Fedora
RUN dnf install -y tcpflow
Raspbian
RUN apt-get update && \ apt-get install -y tcpflow
click the source code to copy install tcpflow on any operating system with command-not-found.com