Skip to content

Releases: firezone/ndisapi

0.2.2

25 May 09:58
b00251b
Compare
Choose a tag to compare

Release Notes: ndisapi crate v0.2.2

Changes

Enhancements

  • The NetworkAdapterInfo and Version structures have been made public, providing direct access to these types. This change allows users to interface with these structures directly, making it easier to build more advanced or specific use cases. (#14, #15)

Contributors

  • Thanks to @sn99 for making NetworkAdapterInfo and Version public. Your contributions are helping improve the flexibility and usability of the ndisapi crate.

Upgrade Information

To upgrade to ndisapi v0.2.2, please update your Cargo.toml file's dependency list as follows:

[dependencies]
ndisapi = "0.2.2"

Then, run cargo build to fetch the new version and rebuild your project.

As always, your feedback and contributions are welcome. Please report any issues or suggestions through the GitHub issue tracker.

0.2.0: Expanded Functionality and Comprehensive Documentation

08 Apr 09:19
acc87eb
Compare
Choose a tag to compare

Introducing ndisapi crate version 0.2.0, a notable release offering considerable enhancements in both functionality and documentation. This update integrates additional API calls from Windows Packet Filter version 3.4.3, broadening the crate's capabilities to keep pace with the most recent advancements in the underlying driver.

0.1.0

06 Apr 04:13
1b01490
Compare
Choose a tag to compare