File: control

package info (click to toggle)
bpfmon 2.49-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: ansic: 1,824; makefile: 91
file content (29 lines) | stat: -rw-r--r-- 820 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
Source: bpfmon
Section: admin
Priority: optional
Maintainer: Boian Bonev <bbonev@ipacct.com>
Build-Depends:
 debhelper-compat (= 13),
 libpcap-dev,
 libyascreen-dev,
 pkg-config,
Standards-Version: 4.5.0
Homepage: https://github.com/bbonev/bpfmon
Vcs-Browser: https://github.com/bbonev/bpfmon
Vcs-Git: https://github.com/bbonev/bpfmon.git
Rules-Requires-Root: no

Package: bpfmon
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: traffic monitor for BPF expression/iptables rule
 While tcpdump shows what packets are going through the
 network, bpfmon will show how much in terms
 of bytes per second and packets per second in a
 nice pseudo-graphical terminal interface.
 .
 bpfmon also supports monitoring an iptables rule that
 is selected by command line option or selected from a
 menu.