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
|
Source: fwsnort
Section: admin
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: po-debconf
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/fwsnort.git
Vcs-Browser: https://salsa.debian.org/debian/fwsnort
Homepage: https://www.cipherdyne.org/fwsnort
Package: fwsnort
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, iptables, libnetaddr-ip-perl,
libiptables-parse-perl, libnet-rawip-perl
Recommends: snort-rules-default
Description: Snort-to-iptables rule translator
Fwsnort translates Snort rules into equivalent iptables rules and
generates a shell script that implements the resulting iptables
commands.
.
This allows network traffic that matches Snort signatures to be logged
and/or dropped by iptables directly without putting any interface into
promiscuous mode or queuing packets from kernel to user space.
|