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.output44
1 files changed, 2 insertions, 42 deletions
diff --git a/tests/py/inet/tcp.t.json.output b/tests/py/inet/tcp.t.json.output
index 143490f7..0f7a593b 100644
--- a/tests/py/inet/tcp.t.json.output
+++ b/tests/py/inet/tcp.t.json.output
@@ -23,36 +23,12 @@
}
]
-# tcp sequence 0 tcp sport 1024 tcp dport 22
+# tcp sequence 0 tcp sport { 1024, 1022} tcp dport 22
[
{
"match": {
"left": {
"payload": {
- "field": "sport",
- "protocol": "tcp"
- }
- },
- "op": "==",
- "right": 1024
- }
- },
- {
- "match": {
- "left": {
- "payload": {
- "field": "dport",
- "protocol": "tcp"
- }
- },
- "op": "==",
- "right": 22
- }
- },
- {
- "match": {
- "left": {
- "payload": {
"field": "sequence",
"protocol": "tcp"
}
@@ -60,11 +36,7 @@
"op": "==",
"right": 0
}
- }
-]
-
-# tcp sequence 0 tcp sport { 1024, 1022} tcp dport 22
-[
+ },
{
"match": {
"left": {
@@ -93,18 +65,6 @@
"op": "==",
"right": 22
}
- },
- {
- "match": {
- "left": {
- "payload": {
- "field": "sequence",
- "protocol": "tcp"
- }
- },
- "op": "==",
- "right": 0
- }
}
]