From 4965aff6f81c2223fa853bfa6991eff84be2d299cc305fbdc24757ffcbe61a19 Mon Sep 17 00:00:00 2001 From: brent saner Date: Tue, 2 Sep 2025 22:56:14 -0400 Subject: [PATCH] fix byte -> bit --- README.adoc | 2 +- README.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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

-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.