summaryrefslogtreecommitdiffstats
path: root/tests/py/any/rawpayload.t.json.output
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/any/rawpayload.t.json.output')
-rw-r--r--tests/py/any/rawpayload.t.json.output18
1 files changed, 17 insertions, 1 deletions
diff --git a/tests/py/any/rawpayload.t.json.output b/tests/py/any/rawpayload.t.json.output
index ccadbc57..291b237a 100644
--- a/tests/py/any/rawpayload.t.json.output
+++ b/tests/py/any/rawpayload.t.json.output
@@ -79,7 +79,7 @@
}
]
-# @ll,0,8 and 0x80 eq 0x80
+# @ll,0,8 & 0x80 == 0x80
[
{
"match": {
@@ -101,3 +101,19 @@
}
]
+# @nh,8,8 0xff
+[
+ {
+ "match": {
+ "left": {
+ "payload": {
+ "base": "nh",
+ "len": 8,
+ "offset": 8
+ }
+ },
+ "op": "==",
+ "right": 255
+ }
+ }
+]