tcpflow 1.4.5+repack1-4ubuntu0.18.04.1 source package in Ubuntu

Changelog

tcpflow (1.4.5+repack1-4ubuntu0.18.04.1) bionic-security; urgency=medium

  * SECURITY UPDATE: Stack-based buffer over-read
    - debian/patches/CVE-2018-18409-1.patch: fix theoretical stack overflow
    - debian/patches/CVE-2018-18409-2.patch: fix compile errors introduced
      by CVE-2018-18409-1.patch
    - debian/patches/CVE-2018-18409-3.patch: fix sizeof(addr1) and
      sizeof(addr2) lgoci error in un_pair
    - CVE-2018-18409

  * SECURITY UPDATE: Integer overflow
    - debian/patches/CVE-2018-14938.patch: fix integer overflow in
      WifiPacket::handle_prism()
    - CVE-2018-14938

 -- Mike Salvatore <email address hidden>  Wed, 24 Apr 2019 09:07:55 -0400

Upload details

Uploaded by:
Mike Salvatore
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe net
Bionic security universe net

Downloads

File Size SHA-256 Checksum
tcpflow_1.4.5+repack1.orig.tar.gz 708.9 KiB 1d9b4ce2dd85adc1c608f34ada576b7f5b6d51c686ae6b870c3c277049a24af0
tcpflow_1.4.5+repack1-4ubuntu0.18.04.1.debian.tar.xz 13.9 KiB f11ebf2a15bb97f40ba1f233cde387f0ed9b7687497cc7daac56422773b6667a
tcpflow_1.4.5+repack1-4ubuntu0.18.04.1.dsc 2.1 KiB ec378a33b354de5ed09459c34f96b4500d1686b69e755bac4cad65c1d9a205a8

View changes file

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