diff options
Diffstat (limited to 'tests/py/inet/tcp.t.json')
-rw-r--r-- | tests/py/inet/tcp.t.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/py/inet/tcp.t.json b/tests/py/inet/tcp.t.json index 559206df..f5df72aa 100644 --- a/tests/py/inet/tcp.t.json +++ b/tests/py/inet/tcp.t.json @@ -1021,6 +1021,22 @@ } ] +# tcp flags == syn +[ + { + "match": { + "left": { + "payload": { + "field": "flags", + "name": "tcp" + } + }, + "op": "==", + "right": "syn" + } + } +] + # tcp flags & (syn|fin) == (syn|fin) [ { |