2

I am trying to understand the header/protocol format of yahoo messenger.

I see limited documentation for yahoo messenger when I googled. So I wondered if there is any tool to help me out to trace the packets? It would be nice.

Or is there any good documentation on yahoo messenger protocol which would also help me? Refer me to any tools or documents that can help me.

Sam Holder
  • 32,535
  • 13
  • 101
  • 181
kiddo
  • 1,596
  • 7
  • 31
  • 60

2 Answers2

2

Have a look at Wireshark.

Nick
  • 25,026
  • 7
  • 51
  • 83
2

There are open source projects that support the Yahoo! messenger protocol, you could probably learn a lot from their source code, as the reverse-engineering has already been done for you. libpurple (used by Pidgin and a bunch of others) supports it, for instance.

T.J. Crowder
  • 1,031,962
  • 187
  • 1,923
  • 1,875