1
|
# KuGoo - a Chinese P2P program - http://www.kugoo.com
|
2
|
# Pattern attributes: ok fast fast
|
3
|
# Protocol groups: p2p
|
4
|
# Wiki: http://www.protocolinfo.org/wiki/KuGoo
|
5
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6
|
|
7
|
kugoo
|
8
|
# liangjun says: "i find old pattern is not working for kugoo 2008. so i
|
9
|
# write a new pattern of kugoo 2008 ,it's working with all of kugoo 2008
|
10
|
# version!"
|
11
|
^(\x64.....\x70....\x50\x37|\x65.+)
|
12
|
|
13
|
# Pattern before 2008 11 08
|
14
|
#
|
15
|
# The author of this pattern says it works, but this is unconfirmed.
|
16
|
# Written by www.routerclub.com wsgtrsys.
|
17
|
#
|
18
|
# LanTian submitted \x64.+\x74\x47\x50\x37 for "KuGoo2", but adding as
|
19
|
# another branch makes the pattern REALLY slow. If it could have a ^, that'd
|
20
|
# be ok (still veryfast/fast). Waiting to hear.
|
21
|
#^(\x31..\x8e|\x64.+\x74\x47\x50\x37)
|