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.