All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Lowth <chris@lowth.com>
To: netfilter-devel@lists.netfilter.org
Subject: POMNG patch: "rope" - scriptable match module
Date: Mon, 12 Dec 2005 23:50:11 +0000	[thread overview]
Message-ID: <439E0CB3.1020202@lowth.com> (raw)

I'd like to submit the "rope" match module to the team for consideration 
for inclusion in patch-o-matic-ng.

The patch file is 248k (7511 lines) - so I havent attached it to this 
message, but it can be downloaded from
http://www.lowth.com/rope/PomNgPatch

"rope" provides a kernel-level interpreter for a simple scripting 
language which can be used to develop netfilter match modules. The 
language is pre-compiled using a perl script, to produce a binary file 
that is loaded into the kernel using the "iptables" command. The 
language has access to many IP, TCP and UDP packet headers and the data 
payload. It was originally developed for use as a P2P protocol 
identification mechanism, but has wound up being general enough for 
wider use.

Current limitations..
    Works with version 2.4.x kernels - version 2.6 support is coming.
    Doesnt work with SMP kernels - that too is coming.

The website www.lowth.com/rope includes a number of sample scripts, 
language documentation and tutorials - etc.

Chris

             reply	other threads:[~2005-12-12 23:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-12 23:50 Chris Lowth [this message]
2005-12-13  0:31 ` POMNG patch: "rope" - scriptable match module Toby DiPasquale
2005-12-15  2:22 ` Patrick McHardy

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=439E0CB3.1020202@lowth.com \
    --to=chris@lowth.com \
    --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.