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 4019] DTAP decoding of Supported Codec List

Date: Wed, 16 Sep 2009 11:44:39 -0700 (PDT)
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.