File: control

package info (click to toggle)
argus 2%3A3.0.8.2-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,072 kB
  • sloc: ansic: 38,749; sh: 3,751; lex: 466; yacc: 372; makefile: 356; perl: 34
file content (23 lines) | stat: -rw-r--r-- 1,036 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
Source: argus
Section: net
Priority: optional
Maintainer: Michael Stone <mstone@debian.org>
Standards-Version: 4.5.0
Build-Depends: libpcap-dev, libwrap0-dev, libsasl2-dev, zlib1g-dev, bison, flex, debhelper (>= 10)

Package: argus-server
Architecture: any
Recommends: argus-client
Depends: ${shlibs:Depends}, ${misc:Depends}, logrotate, net-tools
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 binaries required for the argus server. 
 Please see the package argus-client for appropriate clients.