ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5553] Merge Request: Dissector for the OCFS2 network proto

Date: Thu, 6 Jan 2011 23:27:41 -0800 (PST)
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.