Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps etherparse from 0.10.1 to 0.11.0.

Release notes

Sourced from etherparse's releases.

ICMP & Additional Methods

New Features:

  • Added partial ICMP and ICMPv6 support (thanks to @​robs-zeynet for the PR with the initial implementation).
  • Added PacketBuilder::<IpHeader>::write that allows writing without specifying a transport protocol (thanks to @​karpawich for the PR)
  • Added functions SlicedPacket::from_ether_type & PacketHeaders::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).

Breaking Changes:

  • Ipv4Header::new changed protocol argument type from IpNumber to u8. Use the constants in ip_number instead or cast the IpNumber to an u8 (e.g. IpNumber::Udp as u8).
  • TransportHeader::Icmpv4 & TransportHeader::Icmpv6 enum values added
  • TransportSlice::Icmpv4& TransportSlice::Icmpv6 enum values added
Changelog

Sourced from etherparse's changelog.

0.11.0

New Features:

  • Added partial ICMP and ICMPv6 support (thanks to @​robs-zeynet for the PR with the initial implementation).
  • Added PacketBuilder::<IpHeader>::write that allows writing without specifying a transport protocol (thanks to @​karpawich for the PR)
  • Added functions SlicedPacket::from_ether_type & PacketHeaders::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).

Breaking Changes:

  • Ipv4Header::new changed protocol argument type from IpNumber to u8.
  • TransportHeader::Icmpv4 & TransportHeader::Icmpv6 enum values added
  • TransportSlice::Icmpv4& TransportSlice::Icmpv6 enum values added
Commits
  • 118dd6c Updated changelog
  • d93dec4 Updated changelog
  • 1a26a23 IpHeader::set_payload_len: Reworded description
  • 3dc4b92 IpHeader::set_payload_len: Added extension header size and tests
  • 1e7cf27 Added InternetSlice::is_fragmenting_payload test
  • 3a33bc9 Add convenience fn on IpHeader for set_payload_length()
  • 535735f Add convenience fn for is_fragmenting_payload() on InternetSlice
  • 6991139 Corrected icmpv4 packet builder test
  • 5121907 Updated changelog
  • 12b4a00 Resolved clippy waring
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [etherparse](https://github.com/JulianSchmid/etherparse) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/JulianSchmid/etherparse/releases)
- [Changelog](https://github.com/JulianSchmid/etherparse/blob/master/changelog.md)
- [Commits](JulianSchmid/etherparse@0.10.1...0.11.0)

---
updated-dependencies:
- dependency-name: etherparse
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 18, 2022
@zonyitoo zonyitoo merged commit 60668a5 into master Jul 19, 2022
@zonyitoo zonyitoo deleted the dependabot/cargo/etherparse-0.11.0 branch July 19, 2022 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants