summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/ip_tcp.t.payload.bridge
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/ip_tcp.t.payload.bridge')
-rw-r--r--tests/py/inet/ip_tcp.t.payload.bridge9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/py/inet/ip_tcp.t.payload.bridge b/tests/py/inet/ip_tcp.t.payload.bridge
index 46d968d2..f9f2e0a1 100644
--- a/tests/py/inet/ip_tcp.t.payload.bridge
+++ b/tests/py/inet/ip_tcp.t.payload.bridge
@@ -40,3 +40,12 @@ bridge test-bridge input
[ payload load 2b @ transport header + 2 => reg 1 ]
[ cmp eq reg 1 0x00001600 ]
+# ether type ip tcp dport 22
+bridge test-bridge input
+ [ payload load 2b @ link header + 12 => reg 1 ]
+ [ cmp eq reg 1 0x00000008 ]
+ [ meta load l4proto => reg 1 ]
+ [ cmp eq reg 1 0x00000006 ]
+ [ payload load 2b @ transport header + 2 => reg 1 ]
+ [ cmp eq reg 1 0x00001600 ]
+