SHA256
1
0

fix byte -> bit

This commit is contained in:
brent saner 2025-09-02 22:56:14 -04:00
parent 50bb74787a
commit 4965aff6f8
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
2 changed files with 4 additions and 4 deletions

View File

@ -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]
====

View File

@ -559,7 +559,7 @@ pre.rouge .gs {
<div class="details">
<span id="author" class="author">Brent Saner</span><br>
<span id="email" class="email"><a href="mailto:bts@square-r00t.net">bts@square-r00t.net</a></span><br>
<span id="revdate">Last rendered 2025-08-31 08:19:38 -0400</span>
<span id="revdate">Last rendered 2025-09-02 22:56:14 -0400</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
@ -2416,7 +2416,7 @@ IPv6 does not require a header checksum.</p>
<div class="sect3">
<h4 id="xtra_bitpacked_vihl"><a class="link" href="#xtra_bitpacked_vihl">8.1.1. IP Version, IHL (IPv4)</a></h4>
<div class="paragraph">
<p>The IP version and IHL combined make up a single byte, with four-byte "nibbles" each.</p>
<p>The IP version and IHL combined make up a single byte, with four-bit "nibbles" each.</p>
</div>
<div class="admonitionblock note">
<table>
@ -3163,7 +3163,7 @@ and the <a href="https://www.iana.org/assignments/ip-parameters/ip-parameters.xh
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-08-31 08:19:11 -0400
Last updated 2025-09-02 22:56:03 -0400
</div>
</div>
</body>