Skip to content

Commit 3d8ed51

Browse files
committed
footnote fixup
1 parent 2c597e4 commit 3d8ed51

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/sonar-3d/sonar-3d-15-api.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ This is the structure of a RIP2 packet:
2525
|-|-|
2626
|4|0x82 0x73 0x80 0x50, Identifier which reads “RIP2” in ASCII|
2727
|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))|
28+
|payload length (packet length - 12)|Encoded protobuf message, compressed with [Snappy](https://en.wikipedia.org/wiki/Snappy_(compression))|
2929
|4|IEEE 802.3 CRC-32 of the preceding bytes in the packet|
3030

31-
[^1]: payload length is packet length - 12.
32-
3331
**Decoding Steps**:
3432

3533
1. Verify the `RIP2` ID.

0 commit comments

Comments
 (0)