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 5649] Bug fix: Incorrect presentation of Domain Identifier

Date: Thu, 3 Feb 2011 05:24:28 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5649

Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexis.lagoutte@xxxxxxxxx

--- Comment #2 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2011-02-03 05:24:28 PST ---
Hi,

Why does not directly modify the bitmask of the header field?

                 { &hf_hip_tlv_host_di_type,
                   { "Domain Identifier Type", "hip.tlv.host_domain_id_type",
-                    FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }},
+                    FT_UINT8, BASE_DEC, NULL, 0xF000, NULL, HFILL }},

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