Hi all,
Just a quick question as to how i would go about extracting the IP address of the sender of a UDP packet. I have various IP's sending UDP messages and i need to know which message comes from which IP address.
Thanks
Chris
Printable View
Hi all,
Just a quick question as to how i would go about extracting the IP address of the sender of a UDP packet. I have various IP's sending UDP messages and i need to know which message comes from which IP address.
Thanks
Chris
Does anybody no how i can extract the IP from the UDP packet or what????:confused:
relax... theres not too many people logged in at this time...
did you tried to check the .RemoteHostIP property of your winsock control as soon as you receive the datagram and see if its set to something? (i assume youre using a winsock control, cuz you forgot to mention that.)