zbee_aps: fix typo found by range_string checking

Profile (zbee_aps.profile) hidden by earlier entry (prev='IEEE_1451_5':  48896 -> 48896)  (this='IEEE_1451_5':  48896 -> 48896)
Profile (zbee_aps.profile) hidden by earlier entry (prev='Unallocated Manufacturer-Specific':  48896 -> 49151)  (this='IEEE_1451_5':  48896 -> 48896)

Change-Id: I352d63a447d209472005221a0276f7c681db8bb5
Reviewed-on: https://code.wireshark.org/review/36681
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
This commit is contained in:
Alexis La Goutte 2020-04-03 07:30:26 +00:00 committed by Martin Mathieson
parent 18781916da
commit b94260d0f6
2 changed files with 1 additions and 3 deletions

View File

@ -352,8 +352,6 @@ const range_string zbee_aps_apid_names[] = {
{ ZBEE_PROFILE_MFR_SPEC_ORG_MIN, ZBEE_PROFILE_MFR_SPEC_ORG_MAX,
"Unallocated Manufacturer-Specific" },
{ ZBEE_PROFILE_IEEE_1451_5, ZBEE_PROFILE_IEEE_1451_5, "IEEE_1451_5" },
/* Manufacturer Allocations */
{ ZBEE_PROFILE_CIRRONET_0_MIN, ZBEE_PROFILE_CIRRONET_0_MAX, ZBEE_MFG_CIRRONET },
{ ZBEE_PROFILE_CHIPCON_MIN, ZBEE_PROFILE_CHIPCON_MAX, ZBEE_MFG_CHIPCON },

View File

@ -73,7 +73,7 @@
/* Organization Profile IDs */
#define ZBEE_PROFILE_IEEE_1451_5 0xbf00
#define ZBEE_PROFILE_MFR_SPEC_ORG_MIN 0xbf00
#define ZBEE_PROFILE_MFR_SPEC_ORG_MIN 0xbf01
#define ZBEE_PROFILE_MFR_SPEC_ORG_MAX 0xbfff
/* Manufacturer Profile ID Allocations */