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 7061] New Dissector: Binary Floor Control Protocol (BFCP)

Date: Wed, 11 Apr 2012 10:43:26 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7061

--- Comment #6 from Pascal Quantin <pascal.quantin@xxxxxxxxx> 2012-04-11 10:43:26 PDT ---
Hi,

your map_bfcp_primitive array miss a {0, NULL} entry at the end (see
README.developer).

Just by curiosity, why are you displaying the primitive name only in the column
and not in the packet dissection itself? It can be easily done with the
following code:
        {
            &hf_bfcp_primitive,
            { "Primitive", "bfcp.primitive",
              FT_UINT8, BASE_DEC,
              VALS(map_bfcp_primitive), 0x0,
              NULL, HFILL }
        },

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