On 27/11/2013 20:43, Leo Vegoda wrote: > Can anyone recommend a library or other tool, preferably open source, > that can take non-RFC 5952 formatted IPv6 addresses and convert them to > a compliant format? inet_ntop(3) is the canonical function for this. Make sure your byte order is correct. Nick