aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/netfilter/Kconfig26
1 files changed, 13 insertions, 13 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index 6ac28ef9300c..8055786b7702 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -774,6 +774,19 @@ config NETFILTER_XT_MATCH_MULTIPORT
774 774
775 To compile it as a module, choose M here. If unsure, say N. 775 To compile it as a module, choose M here. If unsure, say N.
776 776
777config NETFILTER_XT_MATCH_OSF
778 tristate '"osf" Passive OS fingerprint match'
779 depends on NETFILTER_ADVANCED && NETFILTER_NETLINK
780 help
781 This option selects the Passive OS Fingerprinting match module
782 that allows to passively match the remote operating system by
783 analyzing incoming TCP SYN packets.
784
785 Rules and loading software can be downloaded from
786 http://www.ioremap.net/projects/osf
787
788 To compile it as a module, choose M here. If unsure, say N.
789
777config NETFILTER_XT_MATCH_OWNER 790config NETFILTER_XT_MATCH_OWNER
778 tristate '"owner" match support' 791 tristate '"owner" match support'
779 depends on NETFILTER_ADVANCED 792 depends on NETFILTER_ADVANCED
@@ -958,19 +971,6 @@ config NETFILTER_XT_MATCH_U32
958 971
959 Details and examples are in the kernel module source. 972 Details and examples are in the kernel module source.
960 973
961config NETFILTER_XT_MATCH_OSF
962 tristate '"osf" Passive OS fingerprint match'
963 depends on NETFILTER_ADVANCED && NETFILTER_NETLINK
964 help
965 This option selects the Passive OS Fingerprinting match module
966 that allows to passively match the remote operating system by
967 analyzing incoming TCP SYN packets.
968
969 Rules and loading software can be downloaded from
970 http://www.ioremap.net/projects/osf
971
972 To compile it as a module, choose M here. If unsure, say N.
973
974endif # NETFILTER_XTABLES 974endif # NETFILTER_XTABLES
975 975
976endmenu 976endmenu