Created
April 22, 2013 13:53
-
-
Save sharl/5435276 to your computer and use it in GitHub Desktop.
Master of Epic クライアント起動時の通信内容
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
以下 UDP による通信 | |
local → 202.232.117.40:11300 | |
00 00 00 03 02 | |
202.232.117.40:11300 → local | |
00 00 00 03 00 00 00 03 | |
~~~~~~~~~~~ | |
3ブロック? | |
local → 202.232.117.40:11300 | |
00 00 00 05 02 | |
202.232.117.40:11300 → local | |
42byteを3回受け取る | |
000000052275e8ca000000014449414d4f4e4400d8000002000002350000054d51723d4d000003e80000 | |
000000052575e8ca00000002504541524c004400d80000020000023c0000050351723d6c000003e80000 | |
000000052875e8ca00000003454d4552414c4400d80000020000024d000005c451723d7e000003e80000 | |
これをちょっと解析してみたら | |
1 DIAMOND 202.232.117.34 | |
2 PEARL 202.232.117.37 | |
3 EMERALD 202.232.117.40 | |
ってのが出てくる。サーバダウンの情報が載ってるようですな。 |
00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29
00:00:00:05:22:75:e8:ca:00:00:00:01:44:49:41:4d:4f:4e:44:00:d8:00:00:02:00:00:01:f1:00:00:05:4d:51:72:3d:4d:00:00:03:e8:00:00
??????????? ~~~~~~~~~~~ ~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ ????? ~~~~~ ??????????? ??????????? ??????????? ???????????
ip addr serv order D I A M O N D \0 stat login now? login max? 更新時刻? 1000ms?
stat:
0x02 => up
0x12 => lock
0x32 => busy
0x3a => down?
今は 150.95.62.67:11300 っぽい。
stat は最初 2byte かと思ってたらおかしくなったので 0xFF でマスクするようにした。
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
現在のログイン数 / 最大ログイン数 もわかった気がするが確証はない。