RE: Port Listening
Post your code and we'll see...
Other than that maybe the app isn't actually using the port you think it is... so in that case I'd recommend you either catch all the incoming packets (remove the port == x if clause in your script) or you download a network analyzer to catch all the packets and then you can figure out in which port your stuff is coming in.
Have fun!
|