1
|
# Quake 1 - A popular computer game.
|
2
|
# Pattern attributes: marginal veryfast fast
|
3
|
# Protocol groups: game proprietary
|
4
|
# Wiki: http://www.protocolinfo.org/wiki/Quake
|
5
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6
|
#
|
7
|
# This pattern is untested and unconfirmed.
|
8
|
|
9
|
# Info taken from http://www.gamers.org/dEngine/quake/QDP/qnp.html,
|
10
|
# which says that it "is incomplete, inaccurate and only applies to
|
11
|
# versions 0.91, 0.92, 1.00 and 1.01 of QUAKE"
|
12
|
|
13
|
quake1
|
14
|
# Connection request: 80 00 00 0c 01 51 55 41 4b 45 00 03
|
15
|
# \x80 = control packet.
|
16
|
# \x0c = packet length
|
17
|
# \x01 = CCREQ_CONNECT
|
18
|
# \x03 = protocol version (3 == 0.91, 0.92, 1.00, 1.01)
|
19
|
^\x80\x0c\x01quake\x03
|