File: control

package info (click to toggle)
bro-aux 0.42-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,104 kB
  • sloc: sh: 999; ansic: 943; ruby: 71; makefile: 68; perl: 35; cpp: 26
file content (26 lines) | stat: -rw-r--r-- 1,125 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
Source: bro-aux
Section: net
Priority: optional
Maintainer: Raúl Benencia <rul@kalgan.cc>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends: cmake, debhelper (>= 11), flex, libpcap0.8-dev | libpcap-dev, libssl-dev,
Standards-Version: 4.3.0
Homepage: https://www.bro.org/sphinx/components/bro-aux/README.html
Vcs-Git: https://salsa.debian.org/bro-team/bro-aux.git
Vcs-Browser: https://salsa.debian.org/bro-team/bro-aux

Package: bro-aux
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Enhances: bro
Suggests: gawk
Description: small auxiliary tools for Bro
 This package provides handy auxiliary programs related to the use of the
 Bro Network Security Monitor.
 .
 The “adtrace” utility is used to compute the network address that compose
 the internal and extern nets that bro is monitoring. The “bro-cut” utility
 reads ASCII Bro logs on standard input and outputs them with only the
 specified columns (if no column names are specified, then all columns are
 output). The "nfcollector" and "ftwire2bro" utilities are for dealing with
 Bro’s custom file format for storing NetFlow records.