Skip to content

0.6.3

Choose a tag to compare

@wiresock wiresock released this 15 Dec 12:32
87f0798

Version 0.6.3 Release Notes

✨ New Features

Add unicast_address_list_with_prefix method
PR: #30

  • Introduced a new API method to retrieve unicast IP addresses along with their actual prefix lengths directly from the Windows API
  • Leverages MIB_UNICASTIPADDRESS_TABLE to obtain accurate OnLinkPrefixLength values
  • Updated the listadapters example to demonstrate the new functionality