https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5553
Jaap Keuter <jaap.keuter@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5706| |review_for_checkin-
Flag| |
--- Comment #1 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2011-01-07 08:27:38 CET ---
(From update of attachment 5706)
Please read doc/README.developer, especially the portability guidelines.
No C90, or C99 constructs allowed, like designated initializers
Do not use structure offsets to determine where to read in byte streams:
structure offsets are subject to packing and alignment rules, your byte stream
is not. Therefore this is a non portable construct.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.