[PATCH] wpcap: Implement pcap_dump_open and pcap_dump

Dmitry Timoshkov dmitry at baikal.ru
Thu Apr 5 00:55:43 CDT 2018


Alistair Leslie-Hughes <leslie_alistair at 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.

-- 
Dmitry.



More information about the wine-devel mailing list