File: control

package info (click to toggle)
netsniff-ng 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,408 kB
  • ctags: 5,166
  • sloc: ansic: 45,369; yacc: 1,786; sh: 741; makefile: 519; lex: 390; python: 61
file content (47 lines) | stat: -rw-r--r-- 1,985 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
36
37
38
39
40
41
42
43
44
45
46
47
Source: netsniff-ng
Section: net
Priority: optional
Build-Depends: bison,
               debhelper (>= 9),
               dpkg-dev (>= 1.16.1~),
               flex,
               libcli-dev,
               libgeoip-dev,
               libncurses5-dev,
               libnet1-dev,
               libnetfilter-conntrack-dev,
               libnl-3-dev,
               libnl-genl-3-dev,
               libnl-route-3-dev,
               libpcap-dev,
               libsodium-dev,
               liburcu-dev,
               zlib1g-dev
Maintainer: Daniel Borkmann <daniel.borkmann@alumni.ethz.ch>
Uploaders: Kartik Mistry <kartik@debian.org>,
           Tobias Klauser <tklauser@distanz.ch>
Standards-Version: 3.9.8
Homepage: http://www.netsniff-ng.org/
Vcs-Git: https://anonscm.debian.org/collab-maint/netsniff-ng.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/netsniff-ng.git

Package: netsniff-ng
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: ntp
Description: Linux network packet sniffer toolkit
 netsniff-ng is a high performance Linux network sniffer for packet inspection.
 It can be used for protocol analysis, reverse engineering or network
 debugging. The gain of performance is reached by 'zero-copy' mechanisms, so
 that the kernel does not need to copy packets from kernelspace to userspace.
 .
 netsniff-ng toolkit currently consists of the following utilities:
 .
  * netsniff-ng: a zero-copy packet analyzer, pcap capturing/replaying tool
  * trafgen: a multithreaded low-level zero-copy network packet generator
  * mausezahn: high-level packet generator for appliances with Cisco-CLI
  * ifpps: a top-like kernel networking and system statistics tool
  * curvetun: a lightweight curve25519-based multiuser IP tunnel
  * astraceroute: an autonomous system trace route and DPI testing utility
  * flowtop: a top-like netfilter connection tracking tool
  * bpfc: a [seccomp-]BPF (Berkeley packet filter) compiler, JIT disassembler