https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4019
--- Comment #1 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2009-09-16 11:44:39 PDT ---
Would Boolean fields be more appropriate?
So, for example
+ { &hf_gsm_a_codec_tdma_efr,
+ { "TDMA EFR", "gsm_a.codec.tdma_efr",
+ FT_UINT8, BASE_HEX, NULL, 0x80,
+ NULL, HFILL }
would become
+ { &hf_gsm_a_codec_tdma_efr,
+ { "TDMA EFR", "gsm_a.codec.tdma_efr",
+ FT_BOOLEAN, 8, NULL, 0x80,
+ 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.