Edit on GitHub

GameService Server 0131 Unknown

Summary

This packet has unknown meaning.

This is a response to Gameservice Client 0x0002 Hello / Login, but it also apparently sent automatically at the top of the hour.

Structure

gameservice_server_0131_unknown

Name Type Summary
unknown_a u1
entry_count u1 Only 21 (0x15) witnessed.
entries entry

Subtypes

entry

Name Type Summary
entry_index u1 Increments from 0x00 to (entry_count - 1)
entry_value u4 All seen values multiples of 10, in no particular order.

Definition

meta:
  id: gameservice_server_0131_unknown
  title: GameService Server 0131 Unknown
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    type: u1
  - id: entry_count
    type: u1
  - id: entries
    type: entry
    repeat: expr
    repeat-expr: entry_count
types:
  entry:
    seq:
      - id: entry_index
        type: u1
      - id: entry_value
        type: u4

Examples

No examples available. Contribute one?