
Help how to determine the version and master version on this
Moderator: Moderators
-
- Noob
- Posts: 3
- Joined: 02 Mar 2015, 23:09
- Noob?: Yes
-
- Moderators
- Posts: 1202
- Joined: 16 Dec 2011, 02:53
- Noob?: No
- Location: Brazil
Re: Help how to determine the version and master version on this
64 00 | 14 00 00 |
version = 14 = displayed as 4-byte unsigned number in little-endian, in hex = 20 in decimal
0064 is the packet ID.
25 08 | C0 00 1A| ?
c0 = version
1a = master_version
How to : check the packet format..
version = 14 = displayed as 4-byte unsigned number in little-endian, in hex = 20 in decimal
0064 is the packet ID.
25 08 | C0 00 1A| ?
c0 = version
1a = master_version
How to : check the packet format..
Learn rules