There's this game that uses the UDP protocol and I'm trying to figure out what server the user is playing on through netstat.

But from experience (trust me I've tried all the parameters/options), and from reading on the net, it doesn't show the remote address of a UDP "connection".

It just shows the local/listening port.

I've tried Microsoft's TCPView program and that doesn't work either.

Is there any solution?