Debugging UDP on local machine
-
Hi I am currently writing an application that communicates with a local program using UDP - but I need tools for debugging. Anyone knows a good "UDP sniffer", that can read local packages? Preferable with a filtering option to root out all existing communication. Thanks in advance!
-
Hi I am currently writing an application that communicates with a local program using UDP - but I need tools for debugging. Anyone knows a good "UDP sniffer", that can read local packages? Preferable with a filtering option to root out all existing communication. Thanks in advance!
-
Thank you - I looked at the list. The problem with many of them is that it is not possible/hard to filter out other traffic. It is very confusing to debug in 500 packages, when 98% of them are irrelevant. I found "Ultra Network Sniffer"; it is perfect for the job. You can monitor any running application. And only packages transmitted to/from are shown. Unfortunately it crashes on Windows Vista :/ - had to move the project to an XP box.