23 Jun
2022
23 Jun
'22
1:36 a.m.
Huw Davies (@huw) commented about dlls/nsiproxy.sys/ip.c:
return STATUS_NOT_IMPLEMENTED; #endif
+ if (!want_data || num <= *count) + { + iface_indices = if_nameindex();
Rather than using `if_nametoindex()` please use `nsi_enumerate_all()` to get the `NSI_NDIS_IFINFO_TABLE` table. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/296#note_2526