Edit on GitHub

GameService Client New Session Key Request / Switch Server Request

Summary

This packet requests a new session key to allow switching to a different server.

The response is Gameservice Server 0x01D4 New Session Key.

Aliases:

Structure

gameservice_client_0119_new_session_key_request

Name Type Summary
server_id u4 ID of the new server for which the requested session key is valid.

Definition

meta:
  id: gameservice_client_0119_new_session_key_request
  title: GameService Client New Session Key Request / Switch Server Request
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: server_id
    type: u4

Examples

No examples available. Contribute one?