Module: wine Branch: master Commit: a999d57d6a1757078d678a9ab0ae9734a7f8ecc6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a999d57d6a1757078d678a9ab...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Oct 4 14:36:40 2021 +0200
wpcap: Convert pcap_pkthdr structures.
Structure layout is different on 64-bit.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51818 Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wpcap/unixlib.c | 60 ++++++++++++++++++++++++++++++++++++++++++---------- dlls/wpcap/unixlib.h | 26 +++++++++++++++++------ dlls/wpcap/wpcap.c | 13 ++++++------ 3 files changed, 75 insertions(+), 24 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a999d57d6a1757078d678...