tcpflow

tcpflow, a TCP Flow Recorder, is a program that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for protocol analysis or debugging. A program like 'tcpdump' shows a summary of packets seen on the wire, but...

tcpflow screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
-
No reviews
3likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • Packet Sniffer
  • tcp-flow-recording
  • tcp
  • tcp-flow-record
  • tcp-flow
  • transmission-control-protocol
  • tcp-flow-recorder
  • tcp-flow-recorders
  • transmission-control

tcpflow News & Activities

Highlights All activities

Recent activities

Show all activities

tcpflow information

  • Developed by

    CircleMUD
  • Licensing

    Open Source (GPL-3.0) and Free product.
  • Written in

  • Alternatives

    18 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Network & Admin

GitHub repository

  •  1,760 Stars
  •  245 Forks
  •  70 Open Issues
  •   Updated  
View on GitHub
tcpflow was added to AlternativeTo by 6432575487 on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is tcpflow?

tcpflow, a TCP Flow Recorder, is a program that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for protocol analysis or debugging. A program like 'tcpdump' shows a summary of packets seen on the wire, but usually doesn't store the data that's actually being transmitted. In contrast, tcpflow reconstructs the actual data streams and stores each flow in a separate file for later analysis.

tcpflow understands sequence numbers and will correctly reconstruct data streams regardless of retransmissions or out-of-order delivery. However, it currently does not understand IP fragments; flows containing IP fragments will not be recorded properly.

tcpflow is based on the LBL Packet Capture Library (available from LBL) and therefore supports the same rich filtering expressions that programs like 'tcpdump' support. It should compile under most popular versions of UNIX; see the INSTALL file for details.