URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=610c7566f2d6fa2b0bec77427303af62fdedcc61
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
610c756 by Devan Lai (devanl@xxxxxxxxxxxxxxxxxxxx):
ieee802154: handle IEEE 802.15.4e LE WUF
Wake-up frames in 802.15.4e have a specific structure that is not
consistent with the fields present in a single-byte FCF.
As a special case when 802154e_compatibility is enabled, detect
multi-purpose frames that are exactly 12 bytes long and contain
a Rendezvous Time IE and parse them as an 802.15.4e wake-up frame.
Bug: 16102
Change-Id: I87c6317fffb0670dae0d5bdd499271fe02a40b22
Reviewed-on: https://code.wireshark.org/review/34684
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from c9e897a CMake: Set wireshark as Visual Studio startup project
add 610c756 ieee802154: handle IEEE 802.15.4e LE WUF
Summary of changes:
epan/dissectors/packet-ieee802154.c | 16 ++++++++++++++++
epan/dissectors/packet-ieee802154.h | 3 +++
2 files changed, 19 insertions(+)