* [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
* Re: [PATCH] Add support of Boyer-Moore to the string match
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
0 siblings, 1 reply; 3+ messages in thread
From: David S. Miller @ 2005-08-25 23:57 UTC (permalink / raw)
To: pablo; +Cc: laforge, netfilter-devel, kaber
From: Pablo Neira <pablo@eurodev.net>
Date: Fri, 26 Aug 2005 01:49:08 +0200
> 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.
I already made this change in my net-2.6.14 tree.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Add support of Boyer-Moore to the string match
2005-08-25 23:57 ` David S. Miller
@ 2005-08-26 0:02 ` Pablo Neira
0 siblings, 0 replies; 3+ messages in thread
From: Pablo Neira @ 2005-08-26 0:02 UTC (permalink / raw)
To: David S. Miller; +Cc: laforge, netfilter-devel, kaber
David S. Miller wrote:
> From: Pablo Neira <pablo@eurodev.net>
> Date: Fri, 26 Aug 2005 01:49:08 +0200
>
>
>>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.
>
> I already made this change in my net-2.6.14 tree.
Oh, I haven't seen that you've modified that as well. Thanks!
--
Pablo
^ 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.