File: control

package info (click to toggle)
pcaputils 0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: ansic: 2,945; sh: 44; makefile: 38
file content (35 lines) | stat: -rw-r--r-- 1,462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: pcaputils
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders: Robert S. Edmonds <edmonds@debian.org>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libpcap0.8-dev,
               libjudy-dev,
               docbook2x,
               docbook-xml
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/salvage-team/pcaputils
Vcs-Git: https://salsa.debian.org/salvage-team/pcaputils.git

Package: pcaputils
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: 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)