Skip to content

Releases: LibtraceTeam/libwandder

Libwandder 2.0.17

17 Nov 00:19

Choose a tag to compare

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

28 Aug 03:38

Choose a tag to compare

  • Add new API method: wandder_timeval_to_generalizedts()

Libwandder 2.0.15

14 Aug 05:18

Choose a tag to compare

  • ETSILI: add new API methods -- wandder_etsili_get_encryption_container() and wandder_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_ENCODED and WANDDER_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

16 Feb 23:34

Choose a tag to compare

  • 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

18 Sep 04:06

Choose a tag to compare

  • 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

18 Sep 04:06

Choose a tag to compare

Fixex incorrect decoding of userLocationInformation.

Libwandder 2.0.11

03 Apr 22:14

Choose a tag to compare

  • Add capability to decode sequences of UTF8Strings.
  • Fix erroneous dumper hierarchy for email address lists.

Libwandder 2.0.10

19 Feb 00:24

Choose a tag to compare

Fixes incorrect encoding of UTCTime fields.

Libwandder 2.0.9

24 Jan 01:48

Choose a tag to compare

ETSILI: add decode support for targetLocation, epsLocation and UserLocationInformation fields.

Libwandder 2.0.8

25 Oct 02:47

Choose a tag to compare

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()