This program is capable to sniff following protocols:
mmp
— Mail.Ru Messaging Protocolraw
— arbitrary protocol, packet headers will not be parsed
Sniffer currently runs only under Linux.
- Add following line to your /etc/hosts:
127.0.0.1 mrim.mail.ru
. - Start sniffer:
./sniffer --host=217.69.141.242:2042 --proto=mmp
. - Run Mail.Ru Agent. Note if you using Agent v5.8 or later it will encrypt connection with TLS and sniffer will not intercept encrypted packets.
(TODO)
(TODO)
(TODO)