aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-aps.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2020-04-03 07:30:26 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2020-04-03 08:56:27 +0000
commitb94260d0f6979bf3440a2a698f9fc0f02d78c879 (patch)
tree10b2397737a97b7d1f8e6776f0862cea8e00d258 /epan/dissectors/packet-zbee-aps.c
parent18781916da72ca1e7e9a50b52e1dd61db600a196 (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-zbee-aps.c')
-rw-r--r--epan/dissectors/packet-zbee-aps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-zbee-aps.c b/epan/dissectors/packet-zbee-aps.c
index 7cd7973bb1..cab9cc0ff8 100644
--- a/epan/dissectors/packet-zbee-aps.c
+++ b/epan/dissectors/packet-zbee-aps.c
@@ -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 },