File: control

package info (click to toggle)
argus-clients 1%3A3.0.8.2-3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 21,900 kB
  • sloc: ansic: 130,932; sh: 3,809; perl: 3,199; makefile: 1,782; lex: 459; yacc: 372
file content (24 lines) | stat: -rw-r--r-- 1,188 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
Source: argus-clients
Section: utils
Priority: optional
Maintainer: Michael Stone <mstone@debian.org>
Build-Depends: debhelper (>= 9), dh-systemd (>= 1.5), autotools-dev, libreadline-dev, zlib1g-dev, libpcre3-dev, bison, flex, libncurses5-dev, libwrap0-dev, libsasl2-dev, libgeoip-dev, default-libmysqlclient-dev
Standards-Version: 3.9.8.0
Homepage: http://qosient.com/argus

Package: argus-client
Architecture: any
Recommends: argus-server
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Description: IP network transaction auditing tool
 argus is a network transaction auditing tool that allows the user
 to easily classify connections using tcpdump(1) compliant expressions.
 Argus runs as an application level daemon, promiscuously reading network
 datagrams from a specified interface, and generates network traffic audit
 records for the network activity that it encounters.
 Auditing records can be used to ensure that access control policies are
 being enforced, identify network problems such as denial of service attacks
 and more.
 .
 This package contains the client programs for the argus server.
 Please see the package argus-server for the appropriate server.