slackbuilds/network/tcpflow
B. Watson 63291eaa23 network/tcpflow: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-14 03:25:30 -04:00
..
README network/tcpflow: Wrap README at 72 columns. 2022-03-14 03:25:30 -04:00
slack-desc
tcpflow.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
tcpflow.info

README

tcpflow 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 and debugging. Each TCP flow is stored in its
own file. Thus, the typical TCP flow will be stored in two files,
one for each direction. tcpflow can also process stored 'tcpdump'
packet flows.

tcpflow is similar to 'tcpdump', in that both process packets from the
wire or from a stored file. But it's different in that it 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.