Ethereal-dev: Re: [Ethereal-dev] Problem with get_host_ipaddr in addr_resolv.c for win32

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Thu, 21 Oct 2004 20:34:15 +0200
Guy Harris wrote:

For some reason MSVC++ builds of Ethereal appear *always* to use our own inet_aton(); does Windows not have inet_aton()?

No, MSVC doesn't have inet_aton, but interestingly inet_ntoa is supported.

As always, the Microsoft way is to support something that *looks* like a socket interface at first sight, but well, it's a bit different.

Regards, ULFL