![]() [plugin suggestion] Traffic loger - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: [plugin suggestion] Traffic loger (/showthread.php?tid=50510) [plugin suggestion] Traffic loger by [Tin_Man] on 09-14-2005 at 09:26 PM
Is it possible to make a plugin that records the traffic that we do with MSN messenger? RE: [plugin suggestion] Traffic loger by (CyBeRDuDe) on 09-15-2005 at 07:06 PM
Well... It should indeed be possible to make a plugin that counts how much you sent/recieve when file transfering (I don't know if it is easy enough to split up the two, can't remember right now), and also to log how much you are text/traffic you are sending when sending messages, though this will not count all the protocol messages going on between messenger and the messenger server.... But what I just mentioned should be very easy... Then it should be possible to get some code that can see how much traffic goes through messenger total, there has to be some code at there that can help do this... RE: [plugin suggestion] Traffic loger by RaceProUK on 09-15-2005 at 08:31 PM It'll be very easy to separate sent data and received data, as TCP connections like Messenger uses are by design full duplex. Think of it as a dual carriageway, and you'll get the idea. |