aboutsummaryrefslogtreecommitdiff
path: root/network/tcpflow/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 03:25:30 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-14 03:25:30 -0400
commit63291eaa239d5acde1878f19b5c01b0cd5da8784 (patch)
treea68a05093dad28e41df3e6e0da0e0e82777c3bd0 /network/tcpflow/README
parent03cdb4a1bab55e575f1e1114c1a540dfaded40a9 (diff)
downloadslackbuilds-63291eaa239d5acde1878f19b5c01b0cd5da8784.tar.xz
network/tcpflow: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/tcpflow/README')
-rw-r--r--network/tcpflow/README22
1 files changed, 12 insertions, 10 deletions
diff --git a/network/tcpflow/README b/network/tcpflow/README
index b4421a9e3663..80cc7672dd40 100644
--- a/network/tcpflow/README
+++ b/network/tcpflow/README
@@ -1,12 +1,14 @@
-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 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 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.
+tcpflow understands sequence numbers and will correctly reconstruct
+data streams regardless of retransmissions or out-of-order delivery.