summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_u32.man
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-04-01 06:54:23 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-04-01 06:54:23 +0000
commit6f5d18486aeaabc05d0aaa57708dbf18cc72af5b (patch)
treee0d8b16f1fe5c33ce1bc2a0e2ab9a68f2e54f96c /extensions/libipt_u32.man
parent25632080c73a48deff44d81d9f85332141591420 (diff)
add lots of man pages (Jonas Berlin)
Diffstat (limited to 'extensions/libipt_u32.man')
-rw-r--r--extensions/libipt_u32.man8
1 files changed, 8 insertions, 0 deletions
diff --git a/extensions/libipt_u32.man b/extensions/libipt_u32.man
new file mode 100644
index 0000000..7028bd5
--- /dev/null
+++ b/extensions/libipt_u32.man
@@ -0,0 +1,8 @@
+U32 allows you to extract quantities of up to 4 bytes from a packet,
+AND them with specified masks, shift them by specified amounts and
+test whether the results are in any of a set of specified ranges.
+The specification of what to extract is general enough to skip over
+headers with lengths stored in the packet, as in IP or TCP header
+lengths.
+
+Details and examples are in the kernel module source.