All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira <pablo@eurodev.net>
To: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Cc: Harald Welte <laforge@netfilter.org>, Patrick McHardy <kaber@trash.net>
Subject: [PATCH] Add support of Boyer-Moore to the string match
Date: Fri, 26 Aug 2005 01:49:08 +0200	[thread overview]
Message-ID: <430E58F4.6090008@eurodev.net> (raw)

[-- 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.

             reply	other threads:[~2005-08-25 23:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-25 23:49 Pablo Neira [this message]
2005-08-25 23:57 ` [PATCH] Add support of Boyer-Moore to the string match David S. Miller
2005-08-26  0:02   ` Pablo Neira

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=430E58F4.6090008@eurodev.net \
    --to=pablo@eurodev.net \
    --cc=kaber@trash.net \
    --cc=laforge@netfilter.org \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.