pcapfix 1.1.0-2 source package in Ubuntu

Changelog

pcapfix (1.1.0-2) unstable; urgency=medium

  * Bumped DH level to 10.
  * debian/control:
      - Bumped Standards-Version to 3.9.8.
      - Updated the Vcs-* fields to use https instead of http and git.
  * debian/copyright: updated the packaging copyright years.
  * debian/gbp.conf: no longer used by me... Removed.
  * debian/patches/10_fix-spellings.patch: added to fix some spelling errors in
    manpage.
  * debian/rules:
      - Added the DEB_BUILD_MAINT_OPTIONS variable to improve the GCC hardening.
      - Removed the --parallel option from dh.
  * debian/watch: bumped to version 4.

 -- Joao Eriberto Mota Filho <email address hidden>  Mon, 10 Oct 2016 13:19:06 -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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
pcapfix_1.1.0-2.dsc 1.8 KiB 21df9bdeef9918b0ff31f67e4e0fe9b194642fd0c1cee25cb185cd2acb2683e2
pcapfix_1.1.0.orig.tar.gz 40.6 KiB f2b96b6d00eb005c1cb685c9fa1f922384f08f69d7c943314d8fa7adb0beb208
pcapfix_1.1.0-2.debian.tar.xz 15.0 KiB 5505a46384696dc422d62a2ad990049f85919565ee2308587ebf702eeccf0865

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 package pcapfix

 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.