tcpflow 1.6.1-2 source package in Ubuntu

Changelog

tcpflow (1.6.1-2) unstable; urgency=medium

  * Fixed debian/watch

 -- Dima Kogan <email address hidden>  Thu, 11 Nov 2021 22:20:46 -0800

Upload details

Uploaded by:
Dima Kogan
Uploaded to:
Sid
Original maintainer:
Dima Kogan
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tcpflow_1.6.1-2.dsc 1.9 KiB c0d2c3379745992081f448eeeaeb36e58b04534c123299af27429f754258823f
tcpflow_1.6.1.orig.tar.gz 893.8 KiB c1c88513473e12011c0c00bba88dd02013ea3b813b08088f250cbf82b8f42358
tcpflow_1.6.1-2.debian.tar.xz 9.3 KiB c5feeb897381dc2c57bee16e56d7d6b17a37d2b25ad324cb2d676295d0da7482

Available diffs

No changes file available.

Binary packages built by this source

tcpflow: 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'.

tcpflow-dbgsym: debug symbols for tcpflow
tcpflow-nox: 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.

tcpflow-nox-dbgsym: debug symbols for tcpflow-nox