From 2a89bf5af5dbd06592622ac91a86fce5ed01559a Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Sun, 17 May 2026 05:12:28 +0000 Subject: [PATCH] Add missing types Part-of: --- doc/protocol/doc/ei-scanner.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/protocol/doc/ei-scanner.md b/doc/protocol/doc/ei-scanner.md index 541c5fe..ef15057 100644 --- a/doc/protocol/doc/ei-scanner.md +++ b/doc/protocol/doc/ei-scanner.md @@ -55,6 +55,8 @@ ei-scanner additionally provides the following values to the Jinja2 templates: from the protocol XML type: uint32 -> "u" int32 -> "i" + uint64 -> "t" + int64 -> "x" float -> "f" fd -> "h" new_id -> "n"