ieee802154: fix a bug preventing Payload Terminate IE dissection

Bug: 13867
Change-Id: Ib251b8646ddf428f0aa053dd91b613c027145d20
Reviewed-on: https://code.wireshark.org/review/22499
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Yasuyuki Tanaka 2017-06-28 10:10:21 +09:00 committed by Anders Broman
parent faed12e6ff
commit 2c58ed569e
1 changed files with 1 additions and 1 deletions

View File

@ -3012,7 +3012,7 @@ dissect_ieee802154_payload_ie(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree
offset += pie_length;
}
}
} while ((tvb_reported_length_remaining(tvb, offset) - IEEE802154_FCS_LEN > 1)
} while ((tvb_reported_length_remaining(tvb, offset) > 1)
&& (pie_id != IEEE802154_PAYLOAD_IE_GID_TERM));
// Once the dissection is over, the length of the header is known