]> git.ipfire.org Git - thirdparty/sarg.git/commit - ip2name.c
Resolve IPv6 addresses when creating the datafile
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Fri, 21 Jan 2011 15:56:05 +0000 (15:56 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Fri, 21 Jan 2011 15:56:05 +0000 (15:56 +0000)
commit4afbb7a56661c61dca4d781c17c85f0295e2d6c7
tree81e71d3df870dd829997f87d75a83a0ce82b6b71
parent7b0f910a1d8a7f7f33fb2aacbe1a3676f492388d
Resolve IPv6 addresses when creating the datafile

There is an option to resolve the addresses of the visited web sites
into an IP address but the existing code was only capable of
converting host names to IPv4 addresses.

If getaddrinfo is available on the system, it is used to resolve the
host names.
CMakeLists.txt
configure.in
datafile.c
include/config.h.in
include/defs.h
include/info.h
ip2name.c