What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Xniff (ActiveX Packet Sniffer) - Examples inside

[Release] Xniff (ActiveX Packet Sniffer) - Examples inside
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
quote:
Originally posted by Pai
Starting with the whole discussion about window open/close notifiers, with questions to get the contact's font, and some other things people would like to access but can't with the current script engine, I decided to try and create an ActiveX based Packet sniffer.
(y)(y)(y)

quote:
Originally posted by Pai
Examples: (with full commented code)
  • Window open/close notifier (very reliable, only close notifier has a delay of 15/30seconds from the actual close of the window, due to a WLM limitation )

Your packet analyses is wrong (hence it is not reliable at all actually).

The check of 10th item being '0' or nothing to see if the window was openend by the user or by the client itself isn't correct. Same goes for checking the difference between a closed convo due to timeout or not.

When a user opens a window, the 10th item (datatmp[9]) can also be '0'....
Same for closing a window, when the timeout occurs after x seconds the 3rd item (datatmp[2]) isn't always '0', it can be empty too.

quote:
Originally posted by Pai
My first idea was to make the ActiveX MSN-only (only capture MSN packets), but then I thought that only one extra line of code (check if comming from MSN port) wouldn't matter if you could monitor the entire network.
nice idea...

However, since JScript is relative slow it is maybe advisible to also implement an optional port property in the ActiveX object which you can set before starting the trace (maybe even making it a string and accept multiple ports as well like "1863;2433;1234").

Setting this property means that the ActiveX internally would check on the port and you don't have to do that anymore in the (slow) JScript.

If the user doesn't set the port property, then trigger for each and every datapacket, as it is now.

;)


PS: playing with this I noticed several bugs, in the displaytoast function and in the stripformatcodes function of Plus! :(

This post was edited on 07-31-2006 at 07:59 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-31-2006 07:48 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Pai on 07-30-2006 at 01:23 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - by AberNStein on 07-30-2006 at 03:12 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - by deAd on 07-30-2006 at 03:28 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - by absorbation on 07-30-2006 at 03:31 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - by Plik on 07-30-2006 at 03:33 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - by Pai on 07-30-2006 at 03:54 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - by deAd on 07-30-2006 at 04:06 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - by AberNStein on 07-30-2006 at 04:07 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - by Pai on 07-30-2006 at 04:31 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - by Plik on 07-30-2006 at 05:29 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - by Eljay on 07-30-2006 at 05:32 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Pai on 07-31-2006 at 12:14 AM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by nx01rules on 07-31-2006 at 03:57 AM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by CookieRevised on 07-31-2006 at 07:48 AM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Pai on 07-31-2006 at 10:19 AM
RE: RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by CookieRevised on 08-10-2006 at 12:59 AM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Jimbo on 07-31-2006 at 12:35 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by nx01rules on 07-31-2006 at 12:59 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Pai on 07-31-2006 at 04:40 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by phalanxii on 08-19-2006 at 12:47 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by CookieRevised on 08-19-2006 at 01:00 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by ShawnZ on 08-19-2006 at 01:14 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Zeh on 09-04-2006 at 05:56 PM
RE: RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by alexp2_ad on 09-04-2006 at 06:01 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by the_dare on 09-04-2006 at 06:15 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Zeh on 09-04-2006 at 06:22 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Thor on 09-04-2006 at 06:27 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Spunky on 09-04-2006 at 06:47 PM
RE: RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by alexp2_ad on 09-04-2006 at 06:50 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Zeh on 09-04-2006 at 06:52 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Spunky on 09-04-2006 at 06:54 PM
RE: RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by alexp2_ad on 09-04-2006 at 06:57 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Zeh on 09-04-2006 at 06:59 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by CookieRevised on 09-04-2006 at 07:01 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Zeh on 09-04-2006 at 07:05 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Spunky on 09-04-2006 at 07:08 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Zeh on 09-04-2006 at 07:12 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Spunky on 09-04-2006 at 07:12 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Zeh on 09-04-2006 at 07:17 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Deco on 09-05-2006 at 01:30 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Dempsey on 11-28-2006 at 01:12 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by CookieRevised on 11-28-2006 at 01:18 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by czakowski on 01-14-2007 at 11:56 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by CookieRevised on 01-15-2007 at 01:22 AM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by czakowski on 01-15-2007 at 04:01 AM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by matty on 01-15-2007 at 04:14 AM
RE: RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by CookieRevised on 01-15-2007 at 07:30 AM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by czakowski on 01-16-2007 at 01:14 AM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by bigbob85 on 07-29-2007 at 04:29 AM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Deco on 07-29-2007 at 12:57 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by bigbob85 on 07-29-2007 at 03:58 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by Deco on 07-29-2007 at 08:08 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by bigbob85 on 07-31-2007 at 05:21 AM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by CookieRevised on 07-31-2007 at 06:17 AM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by bigbob85 on 07-31-2007 at 07:30 AM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside - by expertt on 09-16-2008 at 05:53 PM
Xniff and Vista - by Deco on 04-02-2007 at 03:22 PM


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