Module: wine Branch: master Commit: 622b0e29a6efae8f45dd00a1d728512987252c9f URL: https://source.winehq.org/git/wine.git/?a=commit;h=622b0e29a6efae8f45dd00a1d...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Oct 7 14:39:47 2021 +0200
wpcap: Map Unix interfaces to Windows adapters.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=37167 Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wpcap/Makefile.in | 1 + dlls/wpcap/unixlib.c | 4 +- dlls/wpcap/unixlib.h | 25 +++- dlls/wpcap/wpcap.c | 307 ++++++++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 318 insertions(+), 19 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=622b0e29a6efae8f45dd0...