summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/ip_tcp.t.payload
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip/ip_tcp.t.payload')
-rw-r--r--tests/py/ip/ip_tcp.t.payload4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/py/ip/ip_tcp.t.payload b/tests/py/ip/ip_tcp.t.payload
index 4f3d962e..f6f640d4 100644
--- a/tests/py/ip/ip_tcp.t.payload
+++ b/tests/py/ip/ip_tcp.t.payload
@@ -1,12 +1,12 @@
# ip protocol tcp tcp dport 22
-ip test-inet input
+ip test-ip input
[ payload load 1b @ network header + 9 => reg 1 ]
[ cmp eq reg 1 0x00000006 ]
[ payload load 2b @ transport header + 2 => reg 1 ]
[ cmp eq reg 1 0x00001600 ]
# ip protocol tcp meta mark set 1 tcp dport 22
-ip test-inet input
+ip test-ip input
[ payload load 1b @ network header + 9 => reg 1 ]
[ cmp eq reg 1 0x00000006 ]
[ immediate reg 1 0x00000001 ]