1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: tcpflow
Section: net
Priority: optional
Maintainer: Dima Kogan <dkogan@debian.org>
Standards-Version: 3.9.6
Build-Depends: debhelper-compat (= 12),
libpcap0.8-dev,
zlib1g,
autoconf, automake,
# openssl dependency is for the test suite
openssl,
libssl-dev,
libboost-dev,
libcairo2-dev,
libhttp-parser-dev
Homepage: https://github.com/simsong/tcpflow
Vcs-Browser: https://salsa.debian.org/debian/tcpflow
Vcs-Git: https://salsa.debian.org/debian/tcpflow.git
Package: tcpflow
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: tcpflow-nox
Suggests: tcpdump
Description: TCP flow recorder
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 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 and therefore
supports the same rich filtering expressions that programs like
'tcpdump' support. tcpflow can also rebuild flows from data captured
with 'tcpdump -w'.
Package: tcpflow-nox
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: tcpflow
Provides: tcpflow
Suggests: tcpdump
Description: TCP flow recorder - version without X11 dependencies
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 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 and therefore
supports the same rich filtering expressions that programs like
'tcpdump' support. tcpflow can also rebuild flows from data captured
with 'tcpdump -w'.
.
This package has no dependency on libcairo or any x11 libraries, and cannot
generate graphical reports.
|