RE: [request]Key press notifier
I think you misinterpret the parameters and thus the messages. Or you are so overwhelmed with many messages you wont notice the outgiong messages.
The outgoing messages are the messages with the parameter destport being "1863". And thus that is all you need to test on: if (destport == '1863') if (datalen > 0) Debug.Trace('» (' + datalen + ') ' + data);
The second example given in that thread for viewing all packets can be used without any modification. Use that as your test script instead of the one you quoted here.
But note that it is possible that those sniffers will not work if you have a wireless connection.
PS: to check on "user is typing" messages you need to check on incomming messages, not outgoing.
This post was edited on 10-21-2006 at 07:07 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|