Ross ROSS = Recommend OSS · open-source software intelligence for agents

simsong/tcpflow

TCP/IP packet demultiplexer. Download from: observed · 2026-08-28

github.com/simsong/tcpflow · homepage · C++ · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

52/100

  • Activity 64
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5268
  • days_rel: n/a
  • days_push: 216
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1774 stars · 246 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

tcpflow is a C++ command-line tool that captures TCP connection data and demultiplexes it into per-flow files, one per direction, for protocol analysis and debugging. It can also process stored tcpdump packet captures, making it useful for digital forensics.

Use cases

  • capture and store TCP flow data to separate files
  • reconstruct TCP streams from a pcap capture
  • analyze network traffic for forensic investigations
  • debug application protocols by inspecting raw TCP payloads
  • extract transferred files or data from captured network sessions

When to choose

  • you need per-connection TCP payload extraction rather than packet-level dumps like tcpdump
  • you are doing network forensics and need flows reconstructed from pcap files
  • you want a lightweight CLI tool available in most Linux package managers

When to avoid

  • you need a GUI or interactive traffic analyzer like Wireshark
  • you need deep application-layer protocol parsing (HTTP headers, TLS decryption) out of the box
  • you need UDP or non-TCP traffic analysis

Facets

cli-tool · maturity active

networking security parser developer-tools security networking developer-tools windows cli cpp packet-capture tcp digital-forensics pcap-analysis network-debugging protocol-analysis command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
simsong/tcpflowmain52

For agents

markdown · JSON · MCP: product_card(name="simsong/tcpflow")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem