summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/tcp.t.json.output
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/tcp.t.json.output')
-rw-r--r--tests/py/inet/tcp.t.json.output16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/py/inet/tcp.t.json.output b/tests/py/inet/tcp.t.json.output
index 50282ec5..143490f7 100644
--- a/tests/py/inet/tcp.t.json.output
+++ b/tests/py/inet/tcp.t.json.output
@@ -139,3 +139,19 @@
}
]
+# tcp flags & (fin | syn | rst | psh | ack | urg | ecn | cwr) == fin | syn | rst | psh | ack | urg | ecn | cwr
+[
+ {
+ "match": {
+ "left": {
+ "payload": {
+ "field": "flags",
+ "protocol": "tcp"
+ }
+ },
+ "op": "==",
+ "right": 255
+ }
+ }
+]
+