summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_u32.man
blob: 7028bd5fca34f1d9ed1cfe1e7277857430ec3e6c (plain)
1
2
3
4
5
6
7
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.