diff --git a/packets.html b/packets.html index 067c88b8d..2d48d41fb 100644 --- a/packets.html +++ b/packets.html @@ -84,6 +84,14 @@ background-position: right 0.75rem center; padding-right: 2rem; } + .client-badge { + font-size: 0.65rem; + padding: 1px 4px; + border-radius: 3px; + font-weight: 500; + } + .client-cc { background: rgba(59, 130, 246, 0.3); color: #93c5fd; } + .client-ec { background: rgba(168, 85, 247, 0.3); color: #d8b4fe; } @@ -147,6 +155,26 @@ + + +
+ Client: +
+
+ + + +
+ + +
+ +
@@ -213,8 +241,11 @@ @@ -384,6 +415,16 @@
packetEmbedded packet
+ +
+

Client Indicators

+

Shown when a packet is client-specific

+
+
CCClassic Client only (2D)
+
ECEnhanced Client only (EC/KR)
+
+

Packets without a badge support both clients.

+

Note: All multi-byte integers use Big Endian (network) byte order unless otherwise specified.

@@ -394,7 +435,7 @@