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 5980] Add draft-ietf-6man-rpl-routing-header-03 Support (R

Date: Fri, 3 Jun 2011 00:04:48 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5980

--- Comment #3 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2011-06-03 00:04:36 PDT ---
Hi Colin,

It is not possible to use proto_tree_add_item ? and not
proto_tree_add_ipv6/uint.. ?

Also it is not recommend to use structure

>From README.developer
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.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.