24 Oct
2022
24 Oct
'22
7:27 a.m.
You shouldn't need another Unix call. The idea would be to pass a win32 adapter -> unix device mapping to findalldevs(). You'd call it first to get the needed size for the pcap_interface array, then allocate memory and then call it again to retrieve the array. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1015#note_11847