File: control

package info (click to toggle)
arpwatch 2.1a15-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,972 kB
  • sloc: sh: 3,047; ansic: 2,811; makefile: 90; awk: 90; perl: 15
file content (31 lines) | stat: -rw-r--r-- 1,016 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
Source: arpwatch
Section: admin
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Lukas Schwaighofer <lukas@schwaighofer.name>
Build-Depends:
 debhelper (>= 11),
 libpcap0.8-dev,
Standards-Version: 4.2.1
Homepage: http://ee.lbl.gov/
Vcs-Git: https://salsa.debian.org/pkg-security-team/arpwatch.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/arpwatch

Package: arpwatch
Architecture: any
Depends:
 adduser,
 gawk,
 lsb-base,
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ieee-data (>=20160613.1),
Description: Ethernet/FDDI station activity monitor
 Arpwatch maintains a database of Ethernet MAC addresses seen on the
 network, with their associated IP pairs.  Alerts the system administrator
 via e-mail if any change happens, such as new station/activity,
 flip-flops, changed and re-used old addresses.
 .
 If you want to maintain a list authorized MAC addresses manually, take a look
 at the arpalert package which may fit your needs better.