Releases: quentinlampin/microschc
Releases · quentinlampin/microschc
0.18.6 - Improvements & bug fixes
[version] bump to 0.18.6
0.18.3 IPv4 compute functions
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
Merge pull request #28 from quentinlampin/bugfix-buffer-add Bugfix buffer add
0.18.1 - Predictive parsing
What's Changed
- Predict next header by @quentinlampin in #26
- [bugfix] buffer concatenation by @quentinlampin in #27
Full Changelog: 0.17.0...0.18.1
SCTP Parser
0.16.4
What's Changed
- Buffer primitives rewrite and clean-up by @quentinlampin in #24
Full Changelog: 0.16.3...0.16.4
SCHC Compression/Decompression with Compute functions for IPv6 and UDP
Bug fix on Context repr function reference to ruleset.
SCHC Compression/Decompression with Compute functions for IPv6 and UDP
0.16.2 [minor] fix superfluous padding on buffer.
0.16.1 - Usability improvements
PacketDescriptors are now hashable and have the raw packet content as attribute.
SCHC Compression/Decompression with Compute functions for IPv6 and UDP
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.