All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add support of Boyer-Moore to the string match
@ 2005-08-25 23:49 Pablo Neira
  2005-08-25 23:57 ` David S. Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Neira @ 2005-08-25 23:49 UTC (permalink / raw)
  To: Netfilter Development Mailinglist; +Cc: Harald Welte, Patrick McHardy

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

Hi,

Davem has recently applied my patch to add support for Boyer-Moore 
algorithm. So, the patch attached enables the use of it in the string 
match for iptables that I submitted[1] some days ago.

[1]https://lists.netfilter.org/pipermail/netfilter-devel/2005-August/021002.html

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

[-- Attachment #2: x --]
[-- Type: text/plain, Size: 512 bytes --]

Index: netfilter-2.6.14/net/ipv4/netfilter/Kconfig
===================================================================
--- netfilter-2.6.14.orig/net/ipv4/netfilter/Kconfig	2005-08-25 21:22:55.000000000 +0200
+++ netfilter-2.6.14/net/ipv4/netfilter/Kconfig	2005-08-26 01:41:51.000000000 +0200
@@ -416,6 +416,7 @@
 	select TEXTSEARCH
 	select TEXTSEARCH_KMP
 	select TEXTSEARCH_FSM
+	select TEXTSEARCH_BM
 	help
 	  This option adds a `string' match, which allows you to look for
 	  pattern matchings in packets.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-08-26  0:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-25 23:49 [PATCH] Add support of Boyer-Moore to the string match Pablo Neira
2005-08-25 23:57 ` David S. Miller
2005-08-26  0:02   ` Pablo Neira

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.