[PATCH 0/1] MR296: nsiproxy.sys: Add static ARP entries which are always present on Windows.

Huw Davies (@huw) wine at gitlab.winehq.org
Thu Jun 23 01:36:08 CDT 2022


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



More information about the wine-devel mailing list