Results 1 to 3 of 3

Thread: Capture other Messenger's messages?

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    11

    Question Capture other Messenger's messages?

    Hi,
    I am very new to Network programming. My task is to capture messages from the port of another messenger presently working in our LAN, which is not a Server-Client based.
    Presently, it is using port 4000 for messages. I need to develop another application (I'm gonna use Vb.Net) which would be able to communite with this existing Messenger as well as working on its own..

    Please suggest some code / methods /ideas, would be really appreciated.

    Thanks
    Farrukh

  2. #2
    Addicted Member Tommy101's Avatar
    Join Date
    Jun 2004
    Location
    Switzerland
    Posts
    144

    Re: Capture other Messenger's messages?

    you need to understand the program's Message protocol.

    There are basically two ways in doing this:

    1. If the Messenger Protocol is freeware or is opensource then you should have no problem in finding the documentation on the protocol...

    2. Otherwise you can monitor the packets being send to and from two devices and then make a program from what you have learned. Although this way is more time consuming and difficult its better because then you really understand the Protocol...


    Raw Winsock Packet Sniffer (freeware):
    http://www.softpedia.com/get/Network...-Sniffer.shtml


    Msn Messenger is the Best

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    11

    Smile Re: Capture other Messenger's messages?

    Quote Originally Posted by Tommy101
    you need to understand the program's Message protocol.

    There are basically two ways in doing this:

    1. If the Messenger Protocol is freeware or is opensource then you should have no problem in finding the documentation on the protocol...

    2. Otherwise you can monitor the packets being send to and from two devices and then make a program from what you have learned. Although this way is more time consuming and difficult its better because then you really understand the Protocol...


    Raw Winsock Packet Sniffer (freeware):
    http://www.softpedia.com/get/Network...-Sniffer.shtml
    Thanks a lot Tommy for such a useful information
    I am looking into this.

    If there is any code examples, kindly let me know.

    thanks
    Farrukh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width