1# Skype to Skype - UDP voice call (program to program) - http://skype.com
2# Pattern attributes: ok veryfast fast overmatch
3# Protocol groups: voip p2p proprietary
4# Wiki: http://www.protocolinfo.org/wiki/Skype
5
6# This matches at least some of the general chatter that occurs when the
7# user isn't doing anything as well as actual calls.
8# Thanks to Myles Uyema, mylesuyema AT gmail.com
9
10skypetoskype
11# require at least 16 bytes (my limited tests always get at least 18)
12^..\x02.............
13
14