Shoutbox

Monitor MSN Traffic - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Monitor MSN Traffic (/showthread.php?tid=28337)

Monitor MSN Traffic by Dempsey on 07-08-2004 at 10:57 AM

What would be the best way the monitor the traffic send to and from Messenger?

I don't want to use a Proxy, so i would have to use a packet sniffer wouldn't I?

Any ideas would be great.


RE: Monitor MSN Traffic by fluffy_lobster on 07-08-2004 at 11:02 AM

Yeah... for example, with Ethereal you can apply a filter that restricts recorded packets to ones using the msn protocol.


RE: Monitor MSN Traffic by Dempsey on 07-08-2004 at 11:03 AM

yea thanks, but i dont want to actually use a program to do it, i want to do it in Visual Basic, so i can do stuff with the information


RE: Monitor MSN Traffic by bach_m on 07-08-2004 at 11:09 AM

quote:
Originally posted by Dempsey
yea thanks, but i dont want to actually use a program to do it, i want to do it in Visual Basic, so i can do stuff with the information


then you's need to be able to capture packets in VB. i don't know if it can be done, or how.

RE: Monitor MSN Traffic by fluffy_lobster on 07-08-2004 at 11:16 AM

Perhaps have a look at this: http://www.planet-source-code.com/vb/scripts/Show...eId=46567&lngWId=1

I just found it in a google search... I imagine you could use it's main functional code to create an msn packet sniffer


RE: Monitor MSN Traffic by Dempsey on 07-08-2004 at 11:16 AM

i'm fairly sure its possible, but i was just wondering if that was the only way, or if there are some alternates