~ubuntu-branches/ubuntu/precise/xtables-addons/precise

« back to all changes in this revision

Viewing changes to extensions/libxt_length.man

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2009-02-25 12:16:04 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090225121604-9cj9e0guh6mfsjyp
Tags: 1.10-1
* New Upstream Version
* Upload to unstable
* Packaging has been rewritten (Closes: #511591)
* Add watch file
* Add postinst file to generated module to call depmod (Closes: #513492)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This module matches the length of a packet against a specific value or range of
 
2
values.
 
3
.TP
 
4
[\fB!\fR] \fB--length\fR \fIlength\fR[\fB:\fR\fIlength\fR]
 
5
Match exact length or length range.
 
6
.TP
 
7
\fB--layer3\fR
 
8
Match the layer3 frame size (e.g. IPv4/v6 header plus payload).
 
9
.TP
 
10
\fB--layer4\fR
 
11
Match the layer4 frame size (e.g. TCP/UDP header plus payload).
 
12
.TP
 
13
\fB--layer5\fR
 
14
Match the layer5 frame size (e.g. TCP/UDP payload, often called layer7).
 
15
.PP
 
16
If no --layer* option is given, --layer3 is assumed by default. Note that using
 
17
--layer5 may not match a packet if it is not one of the recognized types
 
18
(currently TCP, UDP, UDPLite, ICMP, AH and ESP) or which has no 5th layer.