Click here to Skip to main content
16,020,990 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello everyone

I have a little question:

how can I read the protocol (udp) of other processes/ connections on my computer?

thanks to all of you :)
Posted

You can find some examples right here on codeproject:

http://www.codeproject.com/KB/IP/CSNetworkSniffer.aspx[^]

http://www.codeproject.com/KB/IP/networkmonitor.aspx[^]

Try a search on the site and get surprised ;)

Good luck!
 
Share this answer
 
Not sure if I fully understood your question, but if you run a packet sniffer, you can see all the network data. Most sniffers let you filter by app, port, etc.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900