I tried to do more matches (but still only with 2 clients), different maps, sending text, moving units, etc. I don't see any similarities, and it seems that analysing the packets in hexadecimal view does not lead to results. Probably the protocol is working on bit level, which makes it analysing much more worse..
Here some findings:
There are also datagrams which are longer and shorter. After a long buffer follows a short buffer by the opposite Client. Some acknowledgement datagram after an important datagram?
Datagram sizes:
Default datagram: 35 bytes
Short datagram: 15 bytes
Long datagram: > 35 bytes
4 - 7 = Random
8 - 9 = Same on match
10 = Same on match, -1 on long buffers, +1 on short buffers
11 = random, sometimes the same value one after another
12 = changes sometimes
13 = Same on match (changed on some matches, when byte 12 overflows wtf!)
15 = Same on match, +3 on match start
16 = decrements, sometimes decrements by more than 1, sometimes is set to other value, wtf?
17 = increases by 1 or more, but rarely changes
19 = 3B on first client, 3F on second client
20 - 21 = random
22 = 4A on match start, otherwise D0 or rarely D1
23 = Same on match, but different on match start
24 = small increase or small decrease, rarely
25 - 26 = Same on match (changes rarely)
27 = Always 0F
28 - 29 = Same on match
31 = Always 0F
32 - 33 = Same on match (same value as bytes 28 - 29)
14 + 18 + 30 + 34 = 4A, a terminating byte? On some matches 34
Sorry, still analysing..
Nobody?