pcapfix 1.1.7-2 source package in Ubuntu

Changelog

pcapfix (1.1.7-2) unstable; urgency=medium

  * debian/control: bumped Standards-Version to 4.6.1.
  * debian/copyright:
      - Converted the last paragraph of the GPL-3 in a comment.
      - Updated packaging copyright years.
  * debian/source/lintian-overrides: created to override messages about
    captures created by tcpdump.
  * debian/tests/control: improved all tests making checks over the results.
  * debian/watch: updated the search rule to make it compliant with new
    standards of the GitHub.

 -- Joao Eriberto Mota Filho <email address hidden>  Fri, 25 Nov 2022 23:27:08 -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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
pcapfix_1.1.7-2.dsc 2.0 KiB 0b5892d1cfb8b46c93395de1ad45af87aefc14c622b377fa8bd794faddbbd4fc
pcapfix_1.1.7.orig.tar.gz 53.5 KiB 6cbebf6f99e976b1ab76893924aeb90cd87c3165082d15264c1933f0f3b3e0ec
pcapfix_1.1.7.orig.tar.gz.asc 833 bytes 2f502c9f353d226c06e0dedeba394597321a1eaa8deee4a31159f6a158c6f86e
pcapfix_1.1.7-2.debian.tar.xz 15.6 KiB 1373dd15ed00f5d20b74bc9869f6406574d4f4fd8c9e2754bb7cb0b9e907c1fa

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