Releases: LibtraceTeam/libwandder
Releases · LibtraceTeam/libwandder
Libwandder 2.0.17
Libwandder 2.0.16
- Add new API method: wandder_timeval_to_generalizedts()
Libwandder 2.0.15
- ETSILI: add new API methods --
wandder_etsili_get_encryption_container()andwandder_etsili_get_integrity_check_contents() - Fixed decoding error when items were using an indefinite length field.
- Added new tag type and class to represent content that had already been encoded:
WANDDER_TAG_ALREADY_ENCODEDandWANDDER_CLASS_ALREADY_ENCODED - When converting a sequence of integers to a string, add an ellipsis at the end of the string if the buffer is not large enough to fit all of the numbers in the sequence.
- Fix incorrect decoding of sequences of primitive types.
- Fix memory leak of content that was copied by a decoder inside
init_wandder_decoder()
Libwandder 2.0.14
- ETSILI: wandder_etsili_get_cc_format() can now return the appropriate TCP, UDP or RTP format identifiers for CCs that contain these payload types.
Libwandder 2.0.13
- ETSILI: add support for decoding EPSIRIs and EPSCCs.
- Fix bug when encoding and decoding elements with an identifier larger than 30.
- Move BER code into its own separate file and header.
- Add public definitions for more ETSI OIDs into libwandder_etsili.h.
Libwandder 2.0.12
Fixex incorrect decoding of userLocationInformation.
Libwandder 2.0.11
- Add capability to decode sequences of UTF8Strings.
- Fix erroneous dumper hierarchy for email address lists.
Libwandder 2.0.10
Fixes incorrect encoding of UTCTime fields.
Libwandder 2.0.9
ETSILI: add decode support for targetLocation, epsLocation and UserLocationInformation fields.
Libwandder 2.0.8
Version 2.0.8
- ETSILI: fix decryption failure bug for certain payload sizes
- ETSILI: fix bug where encrypted IRI contents were not decrypted when calling wandder_etsili_get_iri_contents()