Releases: LibtraceTeam/libwandder
Releases · LibtraceTeam/libwandder
Libwandder 2.0.19
Libwandder 2.0.18
- wandder_etsili_get_integrity_check_contents() now includes the top level tag for the IntegrityCheck PDU
Libwandder 2.0.17
Fix bug introduced in 2.0.16 that caused UTCTime fields to be incorrectly encoded with 4 digit years instead of 2 digit ones.
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.