Libpnet Versions Save

Cross-platform, low level networking using the Rust programming language.

v0.34.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/libpnet/libpnet/compare/v0.33.0...v0.34.0

v0.33.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/libpnet/libpnet/compare/v0.32.0...v0.33.0

v0.32.0

1 year ago

What's Changed

  • pnet_macros: Fix handle_vec_primitive for multi byte primitives by @jefftt in https://github.com/libpnet/libpnet/pull/596
  • Add missing #[repr(C)] attributes to structs
  • Enable the std feature by default use --no-default-features for nostd support

New Contributors

Full Changelog: https://github.com/libpnet/libpnet/compare/v0.31.0...v0.32.0

v0.31.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/libpnet/libpnet/compare/v0.30.0...v0.31.0

v0.30.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/libpnet/libpnet/compare/v0.29.0...v0.30.0

v0.29.0

2 years ago
  • 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

v0.28.0

3 years ago
  • Upgrade dependencies
  • Add USBPcap packet
  • Switch from Travis and AppVeyor to Github Actions for CI
  • Switch from compiletest_rs to trybuild for macro tests
  • Upgrade to github native dependabot
  • README cleanups
  • Switch from syntex to procedural macros
  • Support getting MacAddr octets as a fixed-size array
  • Fix crash found during fuzz testing
  • Fix invalid pointer use
  • Support setting IPv6 TTL

v0.26.0

4 years ago

This is bug fix and maintenance release. All of topics are listed here libpnet 0.26.0 milestone.

v0.25.0

4 years ago

Fixes #391 and #394

v0.23.0

4 years ago