Edit on GitHub
GameService Server New Session Key
Summary
This packet contains a new session key on the new server during a
server switch.
This packet is a response to GameService Client 0x0119 Switch Server.
Structure
Name | Type | Summary |
unknown_a | bytes[4] | |
session_key | pstring | Session Key for the destination server. |
Definition
meta:
id: gameservice_server_01d4_new_session_key
title: GameService Server New Session Key
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
size: 4
- id: session_key
type: pstring
Examples
No examples available. Contribute one?