From The Mana World
LunaticEdit (talk | contribs) |
m (Update packet links.) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
|mode={{{mode}}} | |mode={{{mode}}} | ||
|length=2 | |length=2 | ||
|alignment=green | |||
|define=CMSG_SERVER_VERSION_REQUEST | |define=CMSG_SERVER_VERSION_REQUEST | ||
|sent={{mana location|src/net/tmwa/loginhandler.cpp|220}} | |sent={{mana location|src/net/tmwa/loginhandler.cpp|220}} | ||
Line 13: | Line 14: | ||
{{packet field | 0 | 2 | packet ID }} | {{packet field | 0 | 2 | packet ID }} | ||
|description=[[File:LoginProcessFlow. | |description=[[File:LoginProcessFlow.svg|frame|Login Process Flow]] | ||
Request the server version. The client sends this to the login-server as the very first thing. | Request the server version. The client sends this to the login-server as the very first thing. | ||
The server replies with [[ | The server replies with [[Net:0x7531|Server Version Response]]. | ||
All servers parse this, even the ones the client does not currently send it to. | All servers parse this, even the ones the client does not currently send it to. |
Latest revision as of 23:55, 1 July 2013
Server Version Request
Packet ID: | 0x7530 |
---|---|
Packet Length: | 2 |
Client Defined: | CMSG_SERVER_VERSION_REQUEST |
Sent Location(s): | src/net/tmwa/loginhandler.cpp:220 |
Parsed Location(s): | src/login/login.cpp (client)
src/login/login.cpp (ladmin) src/map/clif.cpp |
Fields
Offset | Length | Contents |
---|---|---|
0 | 2 | packet ID |
Description
Request the server version. The client sends this to the login-server as the very first thing.
The server replies with Server Version Response.
All servers parse this, even the ones the client does not currently send it to.
It is also used internally.