Array | : | An array of X elements of Y bytes each. X * Y give the total size of the array | |
String | : | Special array. ("Total size" - 1) max elements, followed by a 0 (zero) | |
Bitfield | : | Each bit of the value have a special meaning | |
Value | : | A direct value. Bytes in Lo-Hi order (Intel standard) | |
Header | : | A serie of known values | |
Reserved | : | A serie of 0 (zero) | |
Structure | : | A structure is an ensemble of datas. Each case will be explained | |
? | : | Still unknow |