Module: wine Branch: master Commit: 67b95d4ab7ba71e9b6a91be2f38bbf0a90563229 URL: https://source.winehq.org/git/wine.git/?a=commit;h=67b95d4ab7ba71e9b6a91be2f... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Mon May 10 15:37:23 2021 +0200 wpcap: Move pcap support to a new Unix library. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wpcap/Makefile.in | 1 + dlls/wpcap/unixlib.c | 262 ++++++++++++++++++++++++++++++++++ dlls/wpcap/unixlib.h | 71 ++++++++++ dlls/wpcap/wpcap.c | 374 +++++++++++++++++++++++-------------------------- dlls/wpcap/wpcap.spec | 2 +- 5 files changed, 510 insertions(+), 200 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=67b95d4ab7ba71e9b6a91...