diff options
author | Barry J. Grundy <bgrundyat> | 2016-08-27 00:51:48 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:40 +0100 |
commit | 3918dcef7bc7fd44dd32aaeb0791c38da4e7c119 (patch) | |
tree | 5741d38df9792a898fcb34c324a38c3a786eb2c7 /network/tcpflow/slack-desc | |
parent | e8bba789c9d9f0e50088bf9e686d619166c329ca (diff) |
network/tcpflow: Added (data capture).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/tcpflow/slack-desc')
-rw-r--r-- | network/tcpflow/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/tcpflow/slack-desc b/network/tcpflow/slack-desc new file mode 100644 index 000000000000..582716f3599d --- /dev/null +++ b/network/tcpflow/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +tcpflow: tcpflow (data capture) +tcpflow: +tcpflow: tcpflow is a program that captures data transmitted as part of TCP +tcpflow: connections (flows) and stores the data in a way that is convenient +tcpflow: for protocol analysis and debugging. Each TCP flow is stored in its +tcpflow: own file. Thus, the typical TCP flow will be stored in two files +tcpflow: one for each direction. tcpflow can also process stored tcpdump +tcpflow: packet flows. +tcpflow: +tcpflow: https://github.com/simsong/tcpflow/ +tcpflow: |