tlve is a command-line tool to parse different tlv (tag-length-value) structures and for printing them in different text-based formats. For example, tlve supports ASN.1 BER encoding. tlve is appropriate for processing tlv files in server environments.
| Tags | tag-length-value ASN.1 |
|---|---|
| Licenses | GPLv2 |
| Operating Systems | POSIX Windows Linux |
| Implementation | C |
Recent releases


Release Notes: A new value type "hexs" and a new structure option "hex-caps" have been implemented.


Release Notes: The printing directive "%c" and value types "bcds" and "dec" have been implemented.


Release Notes: The input preprocessor was implemented and the printing directives %t and %p were fixed.


Release Notes: THe default for "value-type" is now "escaped", which prints non-printable characters in hexadecimal form "\xnn".


Release Notes: Hold variables have been implemented. Hold variables can be used to store the value of a primitive element or the name of a constructed element for later printing.