http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2364
--- Comment #4 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2008-03-17 07:54:08 GMT ---
To quote the developer manual:
"Don't use structures that overlay packet data, or into which you copy
packet data; the C programming language does not guarantee any
particular alignment of fields within a structure, and even the
extensions that try to guarantee that are compiler-specific and not
necessarily supported by all compilers used to build Wireshark. Using
bitfields in those structures is even worse; the order of bitfields
is not guaranteed."
So all these occurrences should be worked out of the code.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.