macOS
brew install tcpflowlocal Homebrew formula metadata
sudo port install tcpflowMacPorts ports tree · net/tcpflow/Portfile · source: api.github.com
brew
TCP/IP packet demultiplexer. Version 1.6.1 via Homebrew; verified 2026-04-26.
install
brew install tcpflowlocal Homebrew formula metadata
sudo port install tcpflowMacPorts ports tree · net/tcpflow/Portfile · source: api.github.com
sudo apk add tcpflowAlpine Linux edge package indexes · tcpflow · source: dl-cdn.alpinelinux.org
sudo apt install tcpflowDebian stable package indexes · tcpflow · source: deb.debian.org
sudo dnf install tcpflowFedora Rawhide package metadata · tcpflow · source: dl.fedoraproject.org
nix profile install nixpkgs#tcpflownixpkgs package indexes · pkgs/by-name/tc/tcpflow/package.nix · source: api.github.com
sudo pacman -S tcpflowArch Linux sync databases · tcpflow · source: geo.mirror.pkgbuild.com
sudo zypper install tcpflowopenSUSE Tumbleweed package metadata · tcpflow · source: download.opensuse.org
overview
TCP/IP packet demultiplexer
history
tcpflow is a packet-capture and TCP stream reassembly tool that writes each reconstructed flow to files for protocol analysis, debugging, and network forensics.
The upstream README says Jeremy Elson originally wrote tcpflow to capture data sent by programs using undocumented network protocols, including streaming media and instant messaging applications, so those protocols could be reverse engineered.
The README also records that Simson Garfinkel later took over maintenance after leaving Sandstorm Enterprises and needing a TCP flow reassembly program. The public GitHub repository was created in 2012 and continues as the upstream development home.
tcpflow's README states that most common GNU/Linux distributions ship it in their repositories, and the input package facts show it packaged by Homebrew and major Linux and Unix package systems.
Its niche adoption follows from doing something adjacent to tcpdump and Wireshark but more file-oriented: reconstructing application byte streams into separate artifacts that can be inspected after capture.
Common usage is to capture live traffic or read stored tcpdump packet flows, split each TCP direction into a named file, and optionally post-process HTTP responses into headers and bodies.
The README positions it for understanding network packet flows, protocol debugging, malware analysis from HTTP sessions, and forensic workflows.
Package nerds care because tcpflow sits in the pcap toolchain but exposes a different abstraction: not packets, but reconstructed conversations. That makes it useful as a small dependency-free-ish CLI companion to tcpdump in forensic and debugging toolboxes.
It is also a packaging case study in older network tooling modernized over time, with libpcap, OpenSSL/zlib-style dependencies, autotools, CMake notes, RPM building instructions, and active distribution packaging all visible in upstream docs.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
tcpflow | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/simsong/tcpflow
install metadata
| Package key | brew:tcpflow |
|---|---|
| Version | 1.6.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/tcpflow |
| Homepage | https://github.com/simsong/tcpflow |
| Repository | https://github.com/simsong/tcpflow |
| Upstream docs | https://github.com/simsong/tcpflow#readme |
| License | GPL-3.0-only |
| Source archive | https://corp.digitalcorpora.org/downloads/tcpflow/tcpflow-1.6.1.tar.gz |
| Last updated | 2026-04-26T22:28:28Z |
| Pulse | updated |
| Dependencies | openssl@4 |
| Build dependencies | boost |
| Uses from macOS | bzip2, libpcap |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | tcpflow |
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
tcpflow 1.6.1-3+b1
TCP flow recorder
https://github.com/simsong/tcpflow
sudo apt install tcpflowtcpflow-nox 1.6.1-3+b1
TCP flow recorder - version without X11 dependencies
https://github.com/simsong/tcpflow
sudo apt install tcpflow-noxtcpflow
nix profile install nixpkgs#tcpflowtcpflow 1.6.1-3build2
TCP flow recorder
https://github.com/simsong/tcpflow
sudo apt install tcpflowtcpflow-nox 1.6.1-3build2
TCP flow recorder - version without X11 dependencies
https://github.com/simsong/tcpflow
sudo apt install tcpflow-noxtcpflow 1.6.1-r14
A Tool for monitoring, capturing and storing TCP connections flows
https://github.com/simsong/tcpflow
sudo apk add tcpflowtcpflow-doc 1.6.1-r14
A Tool for monitoring, capturing and storing TCP connections flows (documentation)
https://github.com/simsong/tcpflow
sudo apk add tcpflow-doctcpflow 1.6.2-0.1.8d47b53.fc45
Network traffic recorder
https://github.com/simsong/tcpflow
sudo dnf install tcpflowtcpflow 1.6.1-2
Captures data transmitted as part of TCP connections then stores the data conveniently
https://github.com/simsong/tcpflow
sudo pacman -S tcpflowtcpflow 1.6.1-2.15
Program for capturing and collecting TCP streams
https://github.com/simsong/tcpflow
sudo zypper install tcpflowtcpflow
sudo port install tcpflowsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.