Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Monitoring UDP data

Status
Not open for further replies.

JBlair

Programmer
May 30, 2003
76
0
0
US
I'm wanting to create a small program to help me inspect inbound UDP packets from a game in the hopes that I can put the data to use in a database or collection for future tools that provide info on that game.

I've searched around and pieced together a port sniffer that echoes to a tree list with the port and packet data, but I do not know how to get the actual text being sent from the packet. I've tried simply converting the inbound data to text and it just gives the letter "E" constantly.

Can anyone point me in the right direction?
 
Have you taken a look at wireshark? You can filter the packets and it also will also display the plain text for you
 
Also, Wireshark is open source, so you could borrow the code you need to monitor UDP if you want to write your own tool.
 
Checking it out, thanks for the path-finding :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top