What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request]Key press notifier

[request]Key press notifier
Author: Message:
blow
New Member
*


Posts: 5
Joined: Oct 2006
O.P. RE: [request]Key press notifier
i sniff all packets send/receive by my ip in all ports, i see all packets but when i send a msg to my friend i cant see it in trace window..contrarily i see msg send at me by my friends.
This is code:
code:
function xniff:: OnData  (srcip,srcport,destip,destport,data,datalen){
     Debug.Trace(srcip+"->"+destip+"/"+srcport+"->"+destport+"("+datalen+")"+": "+data);
}

So i see all packets, but i cant find outcoming msg packet.

This post was edited on 10-21-2006 at 06:50 PM by blow.
10-21-2006 06:47 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request]Key press notifier - by blow on 10-20-2006 at 04:33 PM
RE: [request]Key press notifier - by Zahid™ on 10-20-2006 at 04:57 PM
RE: [request]Key press notifier - by CookieRevised on 10-20-2006 at 05:55 PM
RE: [request]Key press notifier - by blow on 10-20-2006 at 06:46 PM
RE: [request]Key press notifier - by CookieRevised on 10-21-2006 at 04:22 AM
RE: [request]Key press notifier - by blow on 10-21-2006 at 03:03 PM
RE: [request]Key press notifier - by Deco on 10-21-2006 at 04:04 PM
RE: [request]Key press notifier - by blow on 10-21-2006 at 06:47 PM
RE: [request]Key press notifier - by CookieRevised on 10-21-2006 at 07:04 PM
RE: [request]Key press notifier - by blow on 10-21-2006 at 07:12 PM
RE: [request]Key press notifier - by Jesus on 10-23-2006 at 09:25 AM
RE: [request]Key press notifier - by Jimbo on 10-23-2006 at 09:34 AM
RE: [request]Key press notifier - by Jesus on 10-23-2006 at 11:53 AM
RE: [request]Key press notifier - by Jimbo on 10-23-2006 at 12:50 PM
RE: [request]Key press notifier - by CookieRevised on 10-23-2006 at 07:41 PM
RE: RE: [request]Key press notifier - by Jesus on 10-24-2006 at 01:04 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On