summaryrefslogtreecommitdiff
path: root/ae-protocol.md
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@zamia.org>2019-09-08 22:42:49 +0200
committerGuenter Bartsch <guenter@zamia.org>2019-09-08 22:42:49 +0200
commit651597b369876ec288ee57921ab88698b47c2552 (patch)
treec6760fe57cf58dddb21d30d3419ebe1e2d610a01 /ae-protocol.md
parent598e4c111c3393624f79a5936d35976b494d429f (diff)
bugfixes, details added
Diffstat (limited to 'ae-protocol.md')
-rw-r--r--ae-protocol.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/ae-protocol.md b/ae-protocol.md
index 93c0931..86f73bc 100644
--- a/ae-protocol.md
+++ b/ae-protocol.md
@@ -86,6 +86,8 @@ Expected response: 0x00 MSG_NEXT_PART
Payload: none
+Expected response: 0x6d MSG_FILE_CLOSE
+
0x05 MSG_BLOCK - Next data block
--------------------------------
@@ -93,7 +95,7 @@ Payload:
| Bytes | Content |
| -------------- | ---------------------------- |
-| 4 | length n |
+| 4 | offset |
| n | data |
Expected response: 0x00 MSG_NEXT_PART
@@ -160,7 +162,14 @@ Payload:
| 4 | header size |
| 4 | file size |
| 4 | FIXME ?? |
-| 4 | Attributes FIXME: encoding ? |
+| 4 | attributes |
+| | S: 0x40 |
+| | P: 0x20 |
+| | A: 0x10 |
+| | R: 0x08 |
+| | W: 0x04 |
+| | E: 0x02 |
+| | D: 0x01 |
| 4 | date (hours since 1/1/78) |
| 4 | time (mins since midnight) |
| 4 | ctime |