Sourced from wintun's releases.
v0.3.1
Added
- Support for non 32bit x86 and arm targets in all three examples
Updated
- Adapter docs
v0.3.0
Added
- udp-echo example which mirrors packets via the tun interface
Adapter::get_name,Adapter::set_name, andAdapter::get_guidAdapter::set_addressAdapter::set_gateway,Adapter::set_netmask, orAdapter::set_network_addresses_tupleto set all three at once
- Easily configure adapter address, netmask, and gateway properties to more easily control how it interacts with the Windows networking stack
- And
Adapter::get_addresses,Adapter::get_gateways,Adapter::get_netmask_of_addressto read this stateBreaking Changes
- Renamed
enum ApiError->enum Errorand added more variants.
- All functions returning
wintun::Resultare effected.- Removed
pool: &strparameter fromAdapter::createas this was removed from the wintun c library- Changed return type of
Session::get_read_wait_eventfromResult<winnt::HANDLE, ()>toResult<windows::Win32::HANDLE, wintun::Error>Plus internal refactoring and cleanup by
@ssrlivein #7. Thanks!
Sourced from wintun's changelog.
[0.3.1] - 2023-09-16
Added
- Support for non 32bit x86 and arm targets in all three examples
Updated
- Adapter docs
[0.3.0] - 2023-09-15
Added
- udp-echo example which mirrors packets via the tun interface
Adapter::get_name,Adapter::set_name, andAdapter::get_guidAdapter::set_addressAdapter::set_gateway,Adapter::set_netmask, orAdapter::set_network_addresses_tupleto set all three at once
- Easily configure adapter address, netmask, and gateway properties to more easily control how it interacts with the Windows networking stack
- And
Adapter::get_addresses,Adapter::get_gateways,Adapter::get_netmask_of_addressto read this stateBreaking Changes
- Renamed
enum ApiError->enum Errorand added more variants.
- All functions returning
wintun::Resultare effected.- Removed
pool: &strparameter fromAdapter::createas this was removed from the wintun c library- Changed return type of
Session::get_read_wait_eventfromResult<winnt::HANDLE, ()>toResult<windows::Win32::HANDLE, wintun::Error>Plus internal refactoring and cleanup by
@ssrlive: nulldotblack/wintun#7. Thanks!
7aa2059
prep 0.3.1 (#10)d962317
Minor changes (#9)aa68d4c
Merge pull request #8
from nulldotblack/prep-0.3.06844dcf
Remove vim undo file549a1e9
update changlogfe906e4
Merge pull request #7
from ssrlive/main3b48c40
Modified as required by @TroyNeubauere5b9bfd
some links84890b4
set_network_addresses_tuple97ffe98
get_gateways