We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1685aa5 commit c4070bcCopy full SHA for c4070bc
1 file changed
README.md
@@ -31,6 +31,7 @@ Not everything might be correct so you can pull request a fix to them if they re
31
**`....1` shall be recorded as:**
32
33
#### If version is equals to 4:
34
+
35
| Field | Type | Endianness |
36
| ------- | ------ | ---------- |
37
| address | uint32 | Big Endian |
@@ -45,6 +46,7 @@ converting an ipv4 address into an ipv4 string:
45
46
the value to extract each part into its place in the string from the MSB to the LSB would be ~address.
47
48
#### If version is equals to 6:
49
50
51
| -------------- | --------- | ------------- |
52
| address family | uint16 | Little Endian |
0 commit comments