From: Alan T. DeKok Date: Thu, 2 Mar 2023 21:27:27 +0000 (-0500) Subject: add length=uint8 notes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c2ff229bf3b64f85b7fcb387bc2cf57f475eb1;p=thirdparty%2Ffreeradius-server.git add length=uint8 notes --- diff --git a/doc/antora/modules/reference/pages/dictionary/struct.adoc b/doc/antora/modules/reference/pages/dictionary/struct.adoc index 3dd7e1dba77..20387f2fdef 100644 --- a/doc/antora/modules/reference/pages/dictionary/struct.adoc +++ b/doc/antora/modules/reference/pages/dictionary/struct.adoc @@ -38,9 +38,9 @@ References cannot be to fields in other dictionaries. as this `struct`. Numbers can be specified as decimal (`19`), or as hex (`0xffee`). -:: Can only be `length=uint16`. When encoding or decoding the -structure, it is prefixed by a `uint16` field containing the length of -the structure. +:: Can only be `length=uint8` or `length=uint16`. When +encoding or decoding the structure, it is prefixed by a `uint8` or `uint16` field +containing the length of the structure. Common flags and meanings [options="header"]