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
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6
|
|
7
|
# This matches at least some of the general chatter that occurs when the
|
8
|
# user isn't doing anything as well as actual calls.
|
9
|
# Thanks to Myles Uyema, mylesuyema AT gmail.com
|
10
|
|
11
|
skypetoskype
|
12
|
# require at least 16 bytes (my limited tests always get at least 18)
|
13
|
^..\x02.............
|
14
|
|