Tcp 5357
Jul 05, 2011 · TCP 0.0.0.0:49242 0.0.0.0:0 LISTENING. So, enough magic. The sockets API (as used in C) takes the port number in big-endian order i.e. "network order" Unfortunately the C program then prints out that value directly, when it needs instead to convert it to Windows' native little-endian order.