dlls: add wpcap

Tomas Carnecky tom at dbservice.com
Wed Nov 22 03:29:49 CST 2006


James Hawkins wrote:
> +@ stdcall pcap_setbuff(ptr long) wine_pcap_setbuff
> 
> As I said before, you don't need to forward these, just name the APIs
> like they are in the spec file and it should work.
> 

You can see that wine_pcap_close() calls pcap_close() which is a
function implemented in the pcap library (see www.tcpdump.org), so
naming the functions pcap_?? is not possible.

tom




More information about the wine-devel mailing list