|
-
Apr 21st, 2008, 03:05 AM
#1
[RESOLVED] Netstat doesn't show address of remote UDP "connection"
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?
-
Apr 21st, 2008, 08:42 AM
#2
Re: Netstat doesn't show address of remote UDP "connection"
Since UDP is connectionless, I doubt you'll find this information.
Have you read up on the available information for the specific game to see if it provides some way of determining the current server?
Another option is to intercept the datagrams recieved on the port on which the game is listening, and read its destination IP.
-
Apr 21st, 2008, 10:53 AM
#3
Fanatic Member
Re: Netstat doesn't show address of remote UDP "connection"
-
Apr 21st, 2008, 04:05 PM
#4
Re: Netstat doesn't show address of remote UDP "connection"
Yeah I ended up having to use some raw packet sniffing code and reading packets to know what server they are on, when they leave the game, etc.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|