aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2011-12-30 11:07:04 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2011-12-30 11:07:04 +0000
commitb524ad6f88eeb37c3938f8a3fe71ddf2ab4b46f2 (patch)
tree13e1a83b6466b721306e8f5f352039de98a86291 /epan/dissectors/packet-zbee-zcl.c
parent8acc256afe1746e821d6dca2836250cff77f9187 (diff)
From Fred Fierling via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6698
Updates for newest profile identifier database, ZigBee 053298r19 Corrects error in Samsung manufacturer code in r18. svn path=/trunk/; revision=40344
Diffstat (limited to 'epan/dissectors/packet-zbee-zcl.c')
-rw-r--r--epan/dissectors/packet-zbee-zcl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-zbee-zcl.c b/epan/dissectors/packet-zbee-zcl.c
index eb424b51bf..382f0151e2 100644
--- a/epan/dissectors/packet-zbee-zcl.c
+++ b/epan/dissectors/packet-zbee-zcl.c
@@ -185,9 +185,10 @@ static const value_string zbee_zcl_cs_cmd_names[] = {
/* ZigBee Manufacturer Name Table */
-/* Per: 053298r18, November 2011 */
+/* Per: 053298r19, December 2011 */
static const value_string zbee_mfr_code_names[] = {
+ { ZBEE_MFG_CODE_SAMSUNG, ZBEE_MFG_SAMSUNG },
{ ZBEE_MFG_CODE_CIRRONET, ZBEE_MFG_CIRRONET },
{ ZBEE_MFG_CODE_CHIPCON, ZBEE_MFG_CHIPCON },
{ ZBEE_MFG_CODE_EMBER, ZBEE_MFG_EMBER },