From 85370ed5e33b3b28d01b6d49a22da4524e1b689f Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 13 Jan 2023 13:00:47 +0100 Subject: add more protocol test files --- shared/protocol-tests/get-node-all.src | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 shared/protocol-tests/get-node-all.src (limited to 'shared/protocol-tests/get-node-all.src') 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 ; ^ -- cgit v1.2.3