http://bugs.winehq.org/show_bug.cgi?id=8332
--- Comment #11 from Hans Leidekker hans@it.vu.nl 2008-06-16 14:54:28 ---
It's an icmp bug, icmp.dll needs to be ported to use the ping command rather than raw sockets.
Last I looked the ping command didn't provide all of the information needed to implement IcmpSendEcho(), but it's still usefull as a fallback I guess.
It may be worth spending effort to handle privilege issues like this (binding ports below 1024 and the page zero problem come to mind as well) with fine-grained permissions, as provided by selinux for example.