dissect.cstruct_legacy icon indicating copy to clipboard operation
dissect.cstruct_legacy copied to clipboard

Structure with __attribute__((packed)) is not parsed and it is skipped

Open Hadatko opened this issue 6 years ago • 1 comments

e.g.:

struct __attribute__((packed)) acMsgHeader
{
    uint32_t messageUID;              
};

Hadatko avatar Dec 19 '19 08:12 Hadatko

Pushed PR

Hadatko avatar Dec 19 '19 15:12 Hadatko