Module: wine Branch: master Commit: 215c9275a891e767293fc24878548ad18f2b9783 URL: https://source.winehq.org/git/wine.git/?a=commit;h=215c9275a891e767293fc2487...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Mon Nov 8 18:18:05 2021 +0200
nsiproxy: Fill the reply with the exact ICMP_ECHO_REPLY in the output buffer.
Because iphlpapi has no opportunity to convert the reply in async mode.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/iphlpapi/iphlpapi_main.c | 44 ++--------------- dlls/nsiproxy.sys/device.c | 12 ++++- dlls/nsiproxy.sys/icmp_echo.c | 93 ++++++++++++++++++++++++------------ dlls/nsiproxy.sys/nsiproxy_private.h | 42 +++++++++++++++- include/wine/nsi.h | 21 +------- 5 files changed, 120 insertions(+), 92 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=215c9275a891e767293fc...