ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 3431] Dissector suite for ZigBee protocol stack

Date: Thu, 21 May 2009 13:09:53 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3431





--- Comment #6 from Bill Meier <wmeier@xxxxxxxxxxx>  2009-05-21 13:09:51 PDT ---
I've taken the liberty of doing a few minor basically cosmetic cleanups; see
SVN #28439.

One thing I noticed:

    static hf_register_info hf_apf[] = {
            { &hf_zbee_apf_count,
            { "Count",                  "zbee.app.count", FT_UINT8, BASE_DEC,
NULL, 0x0,
                NULL, HFILL }},

            { &hf_zbee_apf_type,
            { "Type",                   "zbee.app.type", FT_UINT8, BASE_HEX,
VALS(zbee_apf_type_names), 0x0,
                NULL, HFILL }}
    };

Should "zbee.app.count" be "zbee.apf.count" and etc ?

If yes, let me know and I'll commit the change.


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