~csurbhi/ubuntu/maverick/iptables/iptable-fix.600195

« back to all changes in this revision

Viewing changes to iptables/extensions/libipt_u32.man

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-06-24 15:06:04 UTC
  • mfrom: (5.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624150604-5t7r1o1kxq0ycz81
Tags: 1.4.0-4ubuntu1
* Merge from debian unstable, remaining changes:
  - Took references to 2.4 kernel out of doc-base control files (Jordan
    Mantha, Malone #25972) (patches/all/091-fix-2.4-references.patch)
  - Use linux-libc-dev instead of local copy of kernel-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
U32 allows you to extract quantities of up to 4 bytes from a packet,
2
 
AND them with specified masks, shift them by specified amounts and
3
 
test whether the results are in any of a set of specified ranges.
4
 
The specification of what to extract is general enough to skip over
5
 
headers with lengths stored in the packet, as in IP or TCP header
6
 
lengths.
7
 
 
8
 
(Please note: This match requires kernel support that
9
 
might not be available in official Linux kernel sources or
10
 
Debian's packaged Linux kernel sources.
11
 
And if support for this match is available for the 
12
 
specific Linux kernel source version, that support might 
13
 
not be enabled in the current Linux kernel binary.)
14
 
 
15
 
Details and examples are in the kernel module source.