pcaputils 0.8-2 source package in Ubuntu

Changelog

pcaputils (0.8-2) unstable; urgency=medium

  [ Andreas Tille ]
  * Team upload.
    Closes: #1086050
  * Take over package by Package Salvage team
  * Short dh
  * Depends: ${misc:Depends}
  * Enable hardening options
  * Standards-Version: 4.7.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Remove trailing whitespace in debian/copyright (routine-update)
  * Rules-Requires-Root: no (routine-update)

  [ Winfried Angele ]
  * Fix pcapdump output file rotation
    Closes: #691316

  [ A. Costa ]
  * Fix typo in manpage
    Closes: #698035

  [ Andreas Tille ]
  * Propagate hardening linker flags
  * Fix cut-n-pasto

  [ наб ]
  * d/pcaputils.pcapdump@.service: add (Closes: #1039310)
  * d/lintian-overrides: ignore
    + init.d-script-should-always-start-service    (special generator)
    + init.d-script-does-not-source-init-functions (unit not used by systemd)

 -- наб <email address hidden>  Tue, 29 Oct 2024 14:26:15 +0100

Upload details

Uploaded by:
Package Salvaging Team
Uploaded to:
Sid
Original maintainer:
Package Salvaging Team
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe net
Plucky release universe net

Downloads

File Size SHA-256 Checksum
pcaputils_0.8-2.dsc 1.9 KiB 2126fbb8d6ce9a6be75cff4db3700037527688b844d55414d311e069d63d2ef6
pcaputils_0.8.orig.tar.gz 24.1 KiB 7236d896764109b01520fb3e9d8b6ea4622e0a2bfa869968c578b31c2f4624c5
pcaputils_0.8-2.debian.tar.xz 5.3 KiB 1bec393020702440b98c9899ea515ea54fe3ab5185bcf7e1aa713d39557fb312

Available diffs

No changes file available.

Binary packages built by this source

pcaputils: specialized libpcap utilities

 pcaputils includes the following libpcap-based utilities:
  - pcapip: filters an input pcap file based on a file containing IP addresses
  - pcappick: picks specific frames out of a pcap by number
  - pcapuc: prints unique src IPs, dst IPs, or {src, dst} IP pairs witnessed
  - pcapdump: a dedicated packet capture utility similar to dumpcap, but with
    these features:
  * logs packet dump and drop rates
  * can run as a daemon
  * can dynamically reload its configuration without dropping packets
  * can be signalled to immediately rotate its capture output file
  * can partition its output based on time intervals (e.g., start of hour or
    start of day)
  * can strip application data from the trace file (output headers only)
  * can sample the packet stream (e.g., only dump every 1 in 10 or 1 in 100
    packets)

pcaputils-dbgsym: debug symbols for pcaputils