https://bugs.winehq.org/show_bug.cgi?id=51818
--- Comment #13 from marc_aurel@me.com --- (In reply to Hans Leidekker from comment #9)
(In reply to marc_aurel from comment #6)
Unfortunately 32 bit is not an option for my use caseā¦ This might be unrelated but I also noticed some c# pcap libraries crashing with a segfault as well when using pinvoke on
int pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf);
Because pcap_if structures aren't compatible, probably. Feel free to open a new bug report for this.
Will try to create a minimal working example for that then