From f24da35b75c46df8af41514aa4c11e0b9b7ed162 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 13 Dec 2022 21:50:03 +0100 Subject: add binary files as text with comments and makefile --- shared/protocol-tests/ping-response.src | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 shared/protocol-tests/ping-response.src (limited to 'shared/protocol-tests/ping-response.src') diff --git a/shared/protocol-tests/ping-response.src b/shared/protocol-tests/ping-response.src new file mode 100644 index 0000000..57418d5 --- /dev/null +++ b/shared/protocol-tests/ping-response.src @@ -0,0 +1,10 @@ +00: ff ; start byte +01: 05 ; response opcode +02: 00 ; message id (0x0001) +03: 01 ; ^ +04: 01 ; error (true) +05: 00 ; response type (0x00 = ping) +06: 00 ; original message id (0x0000) +07: 00 ; ^ +08: 00 ; remainder size (0x0000) +09: 00 ; ^ -- cgit v1.2.3