~ubuntu-branches/ubuntu/precise/xtables-addons/precise

« back to all changes in this revision

Viewing changes to extensions/xt_portscan.Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2009-03-09 17:56:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090309175657-bhqeea8u8ovk3v25
Tags: 1.12-1
* New Upstream Version
* Remove generated map files (Closes: #517699)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
config NETFILTER_XT_MATCH_PORTSCAN
2
 
        tristate '"portscan" target support'
3
 
        depends on NETFILTER_XTABLES && NETFILTER_ADVANCED
4
 
        ---help---
5
 
        The portscan match allows to match on the basic types of nmap
6
 
        scans: Stealth Scan, SYN scan and connect scan. It can also match
7
 
        "grab-only" connections, i.e. where data flows in only one
8
 
        direction.