pcapfix 1.1.4-4 source package in Ubuntu

Changelog

pcapfix (1.1.4-4) unstable; urgency=medium

  * debian/control: bumped DH level to 13.
  * debian/upstream/metadata: created.

 -- Joao Eriberto Mota Filho <email address hidden>  Tue, 07 Jul 2020 23:05:51 -0300

Upload details

Uploaded by:
Joao Eriberto Mota Filho
Uploaded to:
Sid
Original maintainer:
Joao Eriberto Mota Filho
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pcapfix_1.1.4-4.dsc 1.8 KiB d24fe10c8d18936a9c35d190a535ecc11c36d74cd44e0abc6e4e44774e4b5053
pcapfix_1.1.4.orig.tar.gz 50.4 KiB 73c2e316937792f6b9265ab2e12b9bb0e6d6a46626e311412c4903ace3e3a9f6
pcapfix_1.1.4-4.debian.tar.xz 15.3 KiB cfdb6029fb656724c7195aff3b168616d807f5526fe620249e32c4dbbd0797ff

Available diffs

No changes file available.

Binary packages built by this source

pcapfix: repairs broken pcap and pcapng files

 libpcap (Packet CAPture) provides a portable framework for low-level network
 monitoring. Network dumps based on libpcap can be made by tcpdump, wireshark
 and other tools. Sometimes those dumps can get corrupted by several reasons.
 Examples of this are a copy from Linux to Windows with a conversion to DOS/
 Windows text file line ending (CR-LF) or a transfer over FTP in ASCII mode
 instead of BINARY mode.
 .
 pcapfix tries to repair your broken pcap files, fixing the global header and
 recovering the packets by searching and guessing the packet headers.
 .
 pcapfix will first step through the packets top down until it recognizes a
 corrupted one by using plausibility checks. After that the tool will brute
 force further pcap packet headers by reading the file byte by byte. If another
 proper packet is found, pcapfix restores the data in between by adding a
 well-formed pcap packet header.
 .
 The PCAP Next Generation Dump File Format (or pcapng for short) is an attempt
 to overcome the limitations of the currently widely used (but limited) libpcap
 format. Since 1.0.0 version, pcapfix works with pcapng format too.

pcapfix-dbgsym: debug symbols for pcapfix