We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d67ffb commit 8e5de69Copy full SHA for 8e5de69
docs/sonar-3d/sonar-3d-15-api.md
@@ -34,9 +34,9 @@ This is the structure of a RIP2 packet:
34
2. Read packet length.
35
3. Read compressed payload and CRC-32, and verify the CRC-32.
36
4. Decompress the payload into an encoded protobuf packet.
37
-5. Decode into the `Packet` message type (see `.proto` [file](#proto-file-excerpt))
+5. Decode into the `Packet` message type (see `.proto` [file](#protobuf-packet-description))
38
6. Use `.msg.type_url` to identify the contained message.
39
-7. Decode `.msg.value` into that message type (see `.proto` [file](#proto-file-excerpt))
+7. Decode `.msg.value` into that message type (see `.proto` [file](#protobuf-packet-description))
40
41
---
42
0 commit comments