URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b5091d8cd800c6ab35c0af4f5f4e056d138eb0bf
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
b5091d8 by Devan Lai (devanl@xxxxxxxxxxxxxxxxxxxx):
ieee802154: handle IEEE 802.15.4e PAN ID compression
Add a new 802154e_compatibility preference.
When enabled, it will attempt to handle certain PAN ID compression schemes
that are permitted in 802.15.4e-2012 but not in 802.15.4-2015.
Specifically, when either the source or destination address are present
in short form and the PAN ID Compression bit is cleared, 802.15.4-2015 expects
the source PAN ID to be present, whereas 802.15.4e-2012 does not.
Bug: 16102
Change-Id: I7fea7bd6d0a78c859360a1130b242e90eac8feec
Reviewed-on: https://code.wireshark.org/review/34683
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 79c8b44 TLS: fix heuristics to match a TCP segment with just a TLS record header
add b5091d8 ieee802154: handle IEEE 802.15.4e PAN ID compression
Summary of changes:
epan/dissectors/packet-ieee802154.c | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)