skullaria wrote: Are those IP addresses or IP numbers? I always get excel sheets with IP addresses, but always have to convert it back and forth to numbers, then process country codes, then convert it back to IP addresses. It takes a lot of processing time.
They are IP Numbers. If you are doing sockets programming, its not a big deal since the IP's are stored as longs anyway. However if you are adminin a box, convert a string representation of an IP Address to an IP number and back is annoying. Just write a script and convert the entire file to IP addresses seperated by octet. RE: The IP-to-Country Handbook |