File: control

package info (click to toggle)
suricata 2.0.7-2
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 22,224 kB
  • sloc: ansic: 327,574; cpp: 23,667; sh: 11,603; perl: 810; makefile: 680; python: 378; php: 170
file content (46 lines) | stat: -rw-r--r-- 1,449 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: suricata
Section: net
Priority: optional
Maintainer: Pierre Chifflier <pollux@debian.org>
Uploaders: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Build-Depends: debhelper (>= 9),
    autotools-dev,
    dh-autoreconf,
    libnet1-dev | libnet-dev,
    libnspr4-dev,
    libnss3-dev,
    libpcap-dev,
    libpcre3-dev,
    libyaml-dev,
    libnetfilter-queue-dev,
    libprelude-dev,
    zlib1g-dev | libz-dev,
    libcap-ng-dev,
    libmagic-dev,
    libjansson-dev,
    libluajit-5.1-dev [i386 amd64 powerpc mips armel armhf],
    python
Build-Conflicts: libhtp-dev
X-Python-Version: >= 2.6
Standards-Version: 3.9.5
Homepage: http://www.openinfosecfoundation.org/

Package: suricata
Architecture: any
Depends: ${shlibs:Depends},
    ${misc:Depends},
    ${python:Depends}
Conflicts: libhtp1 (<< 0.5.16)
Replaces: libhtp1 (<< 0.5.16)
Recommends: oinkmaster, snort-rules-default, python
Description: Next Generation Intrusion Detection and Prevention Tool
 Suricata is a network Intrusion Detection System (IDS). It is based on
 rules (and is fully compatible with snort rules) to detect a variety of
 attacks / probes by searching packet content.
 .
 This new Engine supports Multi-Threading, Automatic Protocol Detection
 (IP, TCP, UDP, ICMP, HTTP, TLS, FTP and SMB), Gzip Decompression, Fast
 IP Matching and coming soon hardware acceleration on CUDA and OpenCL GPU
 cards.
 .
 This version has inline (NFQUEUE) support enabled.