1 |
4ae45b10
|
Ermal Luçi
|
# Soulseek - P2P filesharing - http://slsknet.org
|
2 |
|
|
# Pattern attributes: good fast fast
|
3 |
|
|
# Protocol groups: p2p
|
4 |
|
|
# Wiki: http://www.protocolinfo.org/wiki/Soulseek
|
5 |
66f2dd0e
|
Ermal Lu?i
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6 |
4ae45b10
|
Ermal Luçi
|
#
|
7 |
|
|
# All my tests show that this pattern is fast, but one user has reported that
|
8 |
|
|
# it is slow. Your milage may vary.
|
9 |
|
|
|
10 |
|
|
# This has been tested and works for "pierce firewall" commands and file
|
11 |
|
|
# transfers. It does *not* match all the various sorts of chatter that go on,
|
12 |
|
|
# such as searches, pings and whatnot.
|
13 |
|
|
|
14 |
|
|
soulseek
|
15 |
|
|
# (Pierce firewall: in theory the token could be 4 bytes, but the last two
|
16 |
|
|
# seem to always be zero.|download: Peer Init)
|
17 |
|
|
^(\x05..?|.\x01.[ -~]+\x01F..?.?.?.?.?.?.?)$
|