Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: PaiD on March 23, 2006, 12:50 AM

Title: 0x09 Game List
Post by: PaiD on March 23, 2006, 12:50 AM
I dont remember if there is an api command that takes the IP and Port and converts it to a readable form. Is there?
Title: Re: 0x09 Game List
Post by: UserLoser on March 23, 2006, 12:55 AM
There are API calls for kernel32.dll on Windows, yes. inet_ntoa, htons
Title: Re: 0x09 Game List
Post by: Spilled on March 23, 2006, 01:00 AM
beat me to it userloser. I had this same question in a past post and userloser helped me with these api calls.

Search feature. :)
Title: Re: 0x09 Game List
Post by: topaz on March 23, 2006, 02:02 AM
inet_ntoa, ntohl, ntohs