Skip to content

Releases: quentinlampin/microschc

0.18.6 - Improvements & bug fixes

14 Jan 15:47
Compare
Choose a tag to compare

0.18.3 IPv4 compute functions

06 Jan 10:43
Compare
Choose a tag to compare

What's Changed

  • [feat] IPv4 compute functions for total length and header checksum fields by @quentinlampin in #29

Full Changelog: 0.18.2...0.18.3

0.18.2 - Predictive parsing with bug fixes

19 Dec 12:59
faf6d54
Compare
Choose a tag to compare
Merge pull request #28 from quentinlampin/bugfix-buffer-add

Bugfix buffer add

0.18.1 - Predictive parsing

14 Dec 10:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.17.0...0.18.1

SCTP Parser

09 Dec 15:02
8d82c18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.4...0.17.0

0.16.4

06 Dec 20:30
5d60e89
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.3...0.16.4

SCHC Compression/Decompression with Compute functions for IPv6 and UDP

28 Nov 15:18
6602792
Compare
Choose a tag to compare

Bug fix on Context repr function reference to ruleset.

SCHC Compression/Decompression with Compute functions for IPv6 and UDP

14 Nov 13:43
Compare
Choose a tag to compare
0.16.2

[minor] fix superfluous padding on buffer.

0.16.1 - Usability improvements

13 Oct 14:18
0175171
Compare
Choose a tag to compare

PacketDescriptors are now hashable and have the raw packet content as attribute.

SCHC Compression/Decompression with Compute functions for IPv6 and UDP

10 Oct 17:14
122fe50
Compare
Choose a tag to compare

0.16.0 introduces the compute-* Compression/Decompression functions, allowing to recalculate fields at the decompressor side.
This release includes the IPv6 Payload Length, UDP Length and UDP Checksum compute-* functions.