Hi,
strace currently decodes sockaddr fields of sin_port and sin_addr in
macro form of htonl(X) and inet_addr("Y") even when using -Xraw which
seems wrong. I'm working on fixing this but I wonder: should the raw
value of these fields should be the network ordered value or host
ordered value?
Regards,
Shankara Pailoor