[Bug 43252] IcmpSendEcho doesn't work with a ReplySize<56

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 16 15:12:40 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=43252

--- Comment #4 from Mark Mankins <Mark.Mankins at ngc.com> ---
Created attachment 60273
  --> https://bugs.winehq.org/attachment.cgi?id=60273
Test driver for IcmpSendEcho

This program sends an icmp echo request to localhost and outputs the data
returned to the caller. 

This program expects a single argument, the number of bytes to send in the icmp
echo request payload.

For the current version of wine (3.0rc6), for small values of the payload, wine
fails to recognize the icmp echo response.  For larger values of the payload,
wine recognizes the response but doesn't return the complete payload to the
caller.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list