Skip to content

v0.29.0

Compare
Choose a tag to compare
@mrmonday mrmonday released this 13 Jan 19:27
  • Update Rust edition to 2021
  • Update time dev-dependency
  • Remove deprecated interface.mac_address(), use interface.mac instead
  • Make pnet_datalink::Channel be #[non_exhaustive]
  • Support more interface flags
  • Fix issue preventing filling the datalink write buffer on Linux
  • Clean up/better document some unsafety
  • Add icmpv6 echo request and reply packet types
  • Add Linux SLL packet type
  • Various code clean-ups