ieee802154: fix duplicate entry

Field 'Id' (wpan.header_ie.id) has a conflicting entry in its value_string: 29 is at indices 2 (RendezVous Time IE) and 5 (Rendezvous Time IE)
This commit is contained in:
Alexis La Goutte 2022-07-13 19:35:40 +00:00 committed by A Wireshark GitLab Utility
parent a89696dc2d
commit 1ff01f18bb
1 changed files with 0 additions and 1 deletions

View File

@ -944,7 +944,6 @@ static const value_string ieee802154_psie_types[] = {
static const value_string ieee802154_header_ie_names[] = {
{ IEEE802154_HEADER_IE_VENDOR_SPECIFIC, "Vendor Specific IE" },
{ IEEE802154_HEADER_IE_CSL, "CSL IE" },
{ IEEE802154_HEADER_IE_RENDEZVOUS, "RendezVous Time IE" },
{ IEEE802154_HEADER_IE_RIT, "RIT IE" },
{ IEEE802154_HEADER_IE_DSME_PAN, "DSME PAN descriptor IE" },
{ IEEE802154_HEADER_IE_RENDEZVOUS, "Rendezvous Time IE" },