We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c597e4 commit 3d8ed51Copy full SHA for 3d8ed51
docs/sonar-3d/sonar-3d-15-api.md
@@ -25,11 +25,9 @@ This is the structure of a RIP2 packet:
25
|-|-|
26
|4|0x82 0x73 0x80 0x50, Identifier which reads “RIP2” in ASCII|
27
|4|Packet length (including identifier, packet length, payload and checksum)|
28
-|payload length [^1]|Encoded protobuf message, compressed with [Snappy](https://en.wikipedia.org/wiki/Snappy_(compression))|
+|payload length (packet length - 12)|Encoded protobuf message, compressed with [Snappy](https://en.wikipedia.org/wiki/Snappy_(compression))|
29
|4|IEEE 802.3 CRC-32 of the preceding bytes in the packet|
30
31
-[^1]: payload length is packet length - 12.
32
-
33
**Decoding Steps**:
34
35
1. Verify the `RIP2` ID.
0 commit comments