Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d93dec4

Browse files
committedJul 17, 2022
Updated changelog
1 parent 1a26a23 commit d93dec4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎changelog.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
## 0.11.0
44

5-
* Added partial ICMP and ICMPv6 support (thanks to @robs-zeynet for the initial implementation).
5+
* Added partial ICMP and ICMPv6 support (thanks to @robs-zeynet for the PR with the initial implementation).
66
* `Ipv4Header::new` changed `protocol` argument type from `IpNumber` to `u8`.
7-
* `PacketBuilder` `write` without transport protocol added (thanks to @karpawich)
7+
* `PacketBuilder` `write` without transport protocol added (thanks to @karpawich for the PR)
88
* 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`
9+
* `IpHeader::set_payload_len` added to set the length fields in the ip header (thanks to @agrover for the PR).
10+
* `InternetSlice::is_fragmenting_payload` added to check for fragmentation (thanks to @agrover for the PR).
911

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

0 commit comments

Comments
 (0)