Wireshark skype messages

skypewireshark

I would like to analyse packets sent by skype from my computer.
Particularly I am interested in packets that transmit messages.

With what filter I can see this packets on wireshark.
I know that dropbox is using it's own protocol for synchronizing file lists between clients, so I am wondering is there a specific protocol that skype is using.

Best Answer

First off, Wireshark doesn't have explicit Skype support yet so you won't get pretty decodes. If you're wiling to compile from source, you can build it in.

Second, Skype encrypts everything so there isn't much to look at once you get the packets.

Third, it doesn't use a predictable port unless egress to the network is restricted to only allow TCP/80 or TCP/443, so you'll have to find them in the swarm of normal traffic. But that should be easy if you've properly isolated your network connections.