I used wrong parse param. I should not use big_word instead of big_dword.
Hai
2010-05-20 16:00:27
I used wrong parse param. I should not use big_word instead of big_dword.
The big_word
parser matches a big-endian word (16 bits), while big_dword
will match what you want (big-endian dword, 32 bits). But I don't think it to be a good idea to use a float as the attribute to the binary parser, you might not get what you expect.