Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianSchmid committed Jul 17, 2022
1 parent 1a26a23 commit d93dec4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## 0.11.0

* Added partial ICMP and ICMPv6 support (thanks to @robs-zeynet for the initial implementation).
* Added partial ICMP and ICMPv6 support (thanks to @robs-zeynet for the PR with the initial implementation).
* `Ipv4Header::new` changed `protocol` argument type from `IpNumber` to `u8`.
* `PacketBuilder` `write` without transport protocol added (thanks to @karpawich)
* `PacketBuilder` `write` without transport protocol added (thanks to @karpawich for the PR)
* Added functions [SlicedPacket::from_ether_type](https://docs.rs/etherparse/0.11.0/etherparse/struct.SlicedPacket.html#method.from_ether_type) & [PacketHeaders::from_ether_type](https://docs.rs/etherparse/0.10.1/etherparse/struct.PacketHeaders.html#method.from_ether_type) to slice & decode messages based on the starting `ether type`
* `IpHeader::set_payload_len` added to set the length fields in the ip header (thanks to @agrover for the PR).
* `InternetSlice::is_fragmenting_payload` added to check for fragmentation (thanks to @agrover for the PR).

## 0.10.1: Corrected Fragmentation Handling, Additional IP Extension Headers Support & Qualitiy of Life Improvements

Expand Down

0 comments on commit d93dec4

Please sign in to comment.