]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
encode / decode STRUCT too
authorAlan T. DeKok <aland@freeradius.org>
Sun, 19 Dec 2021 13:18:45 +0000 (08:18 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 21 Dec 2021 17:22:12 +0000 (12:22 -0500)
commit75515b1ef65bc3ce228bcd6ba5775bfc2e8b49b1
treeed26911c5e493ffeda11f791fb8156a6054e1d9b
parent93bbd3a69e0c341df9e46c5049fea89a4148b54d
encode / decode STRUCT too

the same as TLV, because we don't have packed-structures
in the internal protocol.  And the internal protocol doesn't use
protocol-specific encodings.  It uses the internal encodings
src/protocols/internal/decode.c
src/protocols/internal/encode.c