C cmastran Member Licensed User Longtime User Jan 28, 2013 #1 Dear Colleagues, Is there a way to monitor UDP socket traffic at a specific port without interfering with its function. Especifically I am trying to monitor SIP messages at port 5060 without affecting the application. Thank You Carlos M
Dear Colleagues, Is there a way to monitor UDP socket traffic at a specific port without interfering with its function. Especifically I am trying to monitor SIP messages at port 5060 without affecting the application. Thank You Carlos M
Erel B4X founder Staff member Licensed User Longtime User Jan 29, 2013 #2 No. You can only intercept messages when your app opens the port and handles the communication. Upvote 0