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 3765] ZigBee Cluster Library Dissector

Date: Mon, 1 Nov 2010 10:41:56 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3765

--- Comment #5 from Bill Meier <wmeier@xxxxxxxxxxx> 2010-11-01 13:41:54 EDT ---
Looking at the manufacturer codes in packet-zbee.h I see what almost certainly
is a typo.

#define ZBEE_MFG_CODE_KORWIN            0x100d
#define ZBEE_MFG_CODE_1_RF              0x100e
#define ZBEE_MFG_CODE_STG               0x101f  <<--- should be 0x100f ?

#define ZBEE_MFG_CODE_TELEGESIS         0x1010
...
#define ZBEE_MFG_CODE_ASSA              0x101d
#define ZBEE_MFG_CODE_MAXSTREAM         0x101e
#define ZBEE_MFG_CODE_NEUROCOM          0x101f


However I would like to get a confirmation before I commit the change.

Thanks

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