simsong/tcpflow
TCP/IP packet demultiplexer. Download from: 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
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
- readme: https://github.com/simsong/tcpflow · fetched 2026-08-28 · dc1a05b13d91
- homepage: http://downloads.digitalcorpora.org/downloads/tcpflow/ · fetched 2026-08-29 · 0461a97e3660
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| simsong/tcpflow | main | 52 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem