summaryrefslogtreecommitdiffstats
path: root/doc/payload-expression.txt
diff options
context:
space:
mode:
authorArushi Singhal <arushisinghal19971997@gmail.com>2018-07-31 19:04:33 +0530
committerPablo Neira Ayuso <pablo@netfilter.org>2018-08-03 17:58:04 +0200
commitcdb5655ee44da4113d1ee72fbd6afa6ca4ffaa14 (patch)
tree26d3de71f4bc9e040b51706435359e05b33b01ee /doc/payload-expression.txt
parent9ea0401e385e1dd3f1579a4e772aa876a5e21288 (diff)
doc: correct some typos in asciidoc
Correct some typo mistakes done while converting man page source to asciidoc. Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/payload-expression.txt')
-rw-r--r--doc/payload-expression.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/payload-expression.txt b/doc/payload-expression.txt
index 3f47b4ec..0aae8ebf 100644
--- a/doc/payload-expression.txt
+++ b/doc/payload-expression.txt
@@ -41,7 +41,12 @@ EtherType|
ether_type
|==================
-.ARP HEADER EXPRESSION
+ARP HEADER EXPRESSION
+~~~~~~~~~~~~~~~~~~~~~
+[verse]
+*arp* ['ARP' 'header' 'field']
+
+.ARP header expression
[options="header"]
|==================
|Keyword| Description| Type
@@ -424,7 +429,7 @@ to match protocol fields of a transport header with protocol number 5, you need
to manually exclude packets that have a different transport header, for instance
my using meta l4proto 5 before the raw expression.
-.Support payload protocol bases
+.Supported payload protocol bases
[options="header"]
|==================
|Base| Description
@@ -603,6 +608,6 @@ average bytes per packet, see description for packets keyword |
integer (64 bit)
|zone|
conntrack zone |
-integer (64 bit)
+integer (16 bit)
|==========================================
A description of conntrack-specific types listed above can be found sub-section CONNTRACK TYPES above.