All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Pablo Neira <pablo@netfilter.org>
Cc: Harald Welte <laforge@netfilter.org>,
	Netfilter Development Mailinglist
	<netfilter-devel@lists.netfilter.org>
Subject: Re: [PATCH] string match for iptables strike #2
Date: Sat, 20 Aug 2005 19:55:25 +0200	[thread overview]
Message-ID: <43076E8D.2040004@trash.net> (raw)
In-Reply-To: <43076E0A.4060103@netfilter.org>

Pablo Neira wrote:
> Pablo Neira wrote:
> 
>> Hi,
>>
>> Attached the iptables string match since the textsearch infrastructure
>> went into 2.6.13. It fixes the minor problem that Patrick has spotted
>> about the 64/32 bit environments.
> 
> Damn, bad patch, attached the correct one.

Thanks, looks good. I'm just about to leave, I'll test and apply it when
I get back.

> 
> +struct ipt_string_info
> +{
> +	u_int16_t from_offset;
> +	u_int16_t to_offset;
> +	char	  algo[IPT_STRING_MAX_ALGO_NAME_SIZE];
> +	char 	  pattern[IPT_STRING_MAX_PATTERN_SIZE];
> +	u_int8_t  patlen;
> +	u_int8_t  invert;
> +	struct ts_config __attribute__((aligned(8))) *config;
> +};
> +
> +#endif /*_IPT_STRING_H*/

      reply	other threads:[~2005-08-20 17:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-20 17:51 [PATCH] string match for iptables strike #2 Pablo Neira
2005-08-20 17:53 ` Pablo Neira
2005-08-20 17:55   ` Patrick McHardy [this message]

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=43076E8D.2040004@trash.net \
    --to=kaber@trash.net \
    --cc=laforge@netfilter.org \
    --cc=netfilter-devel@lists.netfilter.org \
    --cc=pablo@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.