diff --git a/README.adoc b/README.adoc index 15c7160..56f4498 100644 --- a/README.adoc +++ b/README.adoc @@ -521,7 +521,7 @@ Certain fields in IP headers are less than 1 byte or don't align to a clean byte [id="xtra_bitpacked_vihl"] ==== IP Version, IHL (IPv4) -The IP version and IHL combined make up a single byte, with four-byte "nibbles" each. +The IP version and IHL combined make up a single byte, with four-bit "nibbles" each. [NOTE] ==== diff --git a/README.html b/README.html index b0d9488..d0ab62b 100644 --- a/README.html +++ b/README.html @@ -559,7 +559,7 @@ pre.rouge .gs {
Brent Saner
bts@square-r00t.net
-Last rendered 2025-08-31 08:19:38 -0400 +Last rendered 2025-09-02 22:56:14 -0400
Table of Contents
@@ -2416,7 +2416,7 @@ IPv6 does not require a header checksum.

8.1.1. IP Version, IHL (IPv4)

-

The IP version and IHL combined make up a single byte, with four-byte "nibbles" each.

+

The IP version and IHL combined make up a single byte, with four-bit "nibbles" each.