in my c++ application I' using sockaddr. I want to see all the infarmation which sockaddr.sa_data[14] holds. for now I just print the ip from sa_data[2].sa_data[3].sa_data[4].sa_data[5].
I want to print in a way that I can understand (and please explain) all the information in the sa_data 14 bytes.
any help?
thanks!