Thank you Jorge, I have the source already available locally so used your grep command to do the search and did find many tlv examples. So thank you for that. Can you please tell me then, how to distinguish between tlv and extended-type since both can be represented in dot notation i.e. xxx.1, xxx.2 Also I doing a search using the grep command I couldn't find any examples of any of the other new data-types documented as part of the radius extensions RFC6929. ________________________________________ From: Freeradius-Users <freeradius-users-bounces+robert.stannard=bt.com@lists.freeradius.org> on behalf of Jorge Pereira <jpereira@freeradius.org> Sent: 30 September 2019 17:55 To: FreeRadius users mailing list Subject: Re: example dictionary entries wanted for 6929 - for new Extended Type 241.XX and Long ExtendedType 246.XX Robert, Just fetch the source code and use the command “grep” to list all *tlvs*. $ git clone git@github.com:FreeRADIUS/freeradius-server.git $ cd freeradius-server $ git checkout v3.0.x $ grep -i "tlv$" -r share/ --- Jorge Pereira jpereira@networkradius.com