summaryrefslogtreecommitdiffstats
path: root/doc/payload-expression.txt
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2020-12-02 18:58:01 +0100
committerPhil Sutter <phil@nwl.cc>2020-12-08 13:38:46 +0100
commit08a04414f24e21a07e58c2ccc750e1a57d4da6b6 (patch)
treeb4bcd3432987749fc42060f9516c1b9b7cc6ec24 /doc/payload-expression.txt
parentd357e27aa45870f2955d7a57c7c860d3ec7145c4 (diff)
doc: Document 'dccp type' match
Add a description of dccp_pkttype and extend DCCP header expression synopsis by the 'type' argument. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'doc/payload-expression.txt')
-rw-r--r--doc/payload-expression.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/payload-expression.txt b/doc/payload-expression.txt
index ffd1b671..a593e2e7 100644
--- a/doc/payload-expression.txt
+++ b/doc/payload-expression.txt
@@ -392,7 +392,7 @@ integer (32 bit)
DCCP HEADER EXPRESSION
~~~~~~~~~~~~~~~~~~~~~~
[verse]
-*dccp* {*sport* | *dport*}
+*dccp* {*sport* | *dport* | *type*}
.DCCP header expression
[options="header"]
@@ -404,6 +404,9 @@ inet_service
|dport|
Destination port|
inet_service
+|type|
+Packet type|
+dccp_pkttype
|========================
AUTHENTICATION HEADER EXPRESSION