Alistair Leslie-Hughes leslie_alistair@hotmail.com wrote:
+pcap_dumper_t* CDECL wine_pcap_dump_open(pcap_t *p, const char *fname) +{
- return pcap_dump_open(p, fname);
+}
Probably you'd need to either resort to converting a windows style path name to unix style, or at least print a FIXME() like pcap_open() wrapper does.