Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7136] HIP dissector: HIT_SUITE_LIST parameter from HIPv2

Date: Wed, 18 Apr 2012 03:49:02 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7136

--- Comment #4 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2012-04-18 03:49:01 PDT ---
you use bitmask in the hf ? 

+                { &hf_hip_tlv_hit_suite_id,
+                  { "HIT Suite ID", "hip.tlv.hit_suite_id",
+                    FT_UINT8, BASE_DEC, VALS(hit_suite_vals), 0xF0, NULL,
HFILL }},
(put 0xF0 after the VALS(hist_suite_vals).
The bitmask in hf is shifted too... :)

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