diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-13 13:00:47 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-13 13:00:47 +0100 |
commit | 85370ed5e33b3b28d01b6d49a22da4524e1b689f (patch) | |
tree | f5f4cd69f4fef0817b1150fea3263cadcec7a199 /shared/protocol-tests/get-node-all.src | |
parent | 1c747510457c40330f8bd4506e725889c3d012e2 (diff) |
add more protocol test files
Diffstat (limited to 'shared/protocol-tests/get-node-all.src')
-rw-r--r-- | shared/protocol-tests/get-node-all.src | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/shared/protocol-tests/get-node-all.src b/shared/protocol-tests/get-node-all.src new file mode 100644 index 0000000..a783aa3 --- /dev/null +++ b/shared/protocol-tests/get-node-all.src @@ -0,0 +1,21 @@ +00: ff ; start byte +01: 01 ; get node opcode +02: 00 ; message id +03: 00 ; ^ +04: 01 ; get all nodes (true) +05: 00 ; uuid (00000000-0000-0000-0000-000000000000) +06: 00 ; ^ +07: 00 ; ^ +08: 00 ; ^ +09: 00 ; ^ +0a: 00 ; ^ +0b: 00 ; ^ +0c: 00 ; ^ +0d: 00 ; ^ +0e: 00 ; ^ +0f: 00 ; ^ +10: 00 ; ^ +11: 00 ; ^ +12: 00 ; ^ +13: 00 ; ^ +14: 00 ; ^ |