pkg.soopen package index

brew / rang 4409

Installer tcpflow avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de tcpflow pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install tcpflow

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install tcpflow

MacPorts ports tree · net/tcpflow/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add tcpflow

Alpine Linux edge package indexes · tcpflow · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install tcpflow

Debian stable package indexes · tcpflow · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install tcpflow

Fedora Rawhide package metadata · tcpflow · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#tcpflow

nixpkgs package indexes · pkgs/by-name/tc/tcpflow/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S tcpflow

Arch Linux sync databases · tcpflow · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install tcpflow

openSUSE Tumbleweed package metadata · tcpflow · Source: download.opensuse.org

aperçu

Résumé du paquet

TCP/IP packet demultiplexer

Commandes et alias

  • tcpflow

historique

Historique du projet et usages

tcpflow is a packet-capture and TCP stream reassembly tool that writes each reconstructed flow to files for protocol analysis, debugging, and network forensics.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 1998: Sandstorm Enterprises founded, later producing related commercial TCP flow tools TCPDEMUX and NetIntercept.
  • 2012: simsong/tcpflow GitHub repository created.
  • 2013: Upstream README recommends citing the Naval Postgraduate School technical report on tcpflow.
  • 2020: Maintainer status report describes porting tcpflow and related libraries to modern C++.

Related projects

  • tcpdump and libpcap are related because tcpflow can process tcpdump packet flows and uses the LBL Packet Capture Library.
  • Wireshark is mentioned upstream as a contrasting packet analyzer; TCPDEMUX and NetIntercept are named as related commercial flow tools.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucune métadonnée de bottle Homebrew n’a été enregistrée.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
tcpflowexécutableexécutable indexéDécouvert depuis l'index local des exécutables.

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-08-03
version du gestionnaire1.6.1
gestionnaire mis à jour
données localesinconnu
amontnon disponible
dernière version détectéenon détecté
  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:tcpflow
Version1.6.1
Gestionnaire de paquetsHomebrew
Page d'accueilhttps://github.com/simsong/tcpflow
Dépôthttps://github.com/simsong/tcpflow
Bouteillenon enregistré
Serviceaucun déclaré

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

tcpflow 1.6.1-3+b1

TCP flow recorder

https://github.com/simsong/tcpflow

sudo apt install tcpflow
  • Section: net
  • Architecture: amd64
  • Source Package: tcpflow
  • 8 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Tcpflow
Debian stable package indexes · deb.debian.org · Debian stable package indexes: tcpflow from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

tcpflow-nox 1.6.1-3+b1

TCP flow recorder - version without X11 dependencies

https://github.com/simsong/tcpflow

sudo apt install tcpflow-nox
  • Section: net
  • Architecture: amd64
  • Source Package: tcpflow
  • 7 Dépendances
  • 1 fournit
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Tcpflow
Debian stable package indexes · deb.debian.org · Debian stable package indexes: tcpflow-nox from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

tcpflow

nix profile install nixpkgs#tcpflow
  • normalized package name match
  • Correspondance par : Tcpflow
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/tc/tcpflow/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

tcpflow 1.6.1-3build2

TCP flow recorder

https://github.com/simsong/tcpflow

sudo apt install tcpflow
  • Section: universe/net
  • Architecture: amd64
  • 8 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Tcpflow
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: tcpflow from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

tcpflow-nox 1.6.1-3build2

TCP flow recorder - version without X11 dependencies

https://github.com/simsong/tcpflow

sudo apt install tcpflow-nox
  • Section: universe/net
  • Architecture: amd64
  • Source Package: tcpflow
  • 7 Dépendances
  • 1 fournit
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Tcpflow
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: tcpflow-nox from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

tcpflow 1.6.1-r14

A Tool for monitoring, capturing and storing TCP connections flows

https://github.com/simsong/tcpflow

sudo apk add tcpflow
  • License: GPL-3.0-only
  • Architecture: x86_64
  • Source Package: tcpflow
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Tcpflow
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: tcpflow from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

tcpflow-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-doc
  • License: GPL-3.0-only
  • Architecture: x86_64
  • Source Package: tcpflow
  • normalized package name match
  • Correspondance par : Tcpflow
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: tcpflow-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

tcpflow 1.6.2-0.3.8d47b53.fc45

Network traffic recorder

https://github.com/simsong/tcpflow

sudo dnf install tcpflow
  • License: GPL-1.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: tcpflow
  • 9 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Tcpflow
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: tcpflow from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

tcpflow 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 tcpflow
  • License: GPL
  • Architecture: x86_64
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Tcpflow
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: tcpflow from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

tcpflow 1.6.1-2.17

Program for capturing and collecting TCP streams

https://github.com/simsong/tcpflow

sudo zypper install tcpflow
  • License: GPL-3.0-or-later
  • Category: Productivity/Networking/Diagnostic
  • Architecture: x86_64
  • Source Package: tcpflow
  • 6 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Tcpflow
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: tcpflow from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

tcpflow

sudo port install tcpflow
  • normalized package name match
  • Correspondance par : Tcpflow
MacPorts ports tree · api.github.com · MacPorts ports tree: net/tcpflow/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation