Wireshark-commits: [Wireshark-commits] master 6a7d315: ieee802154: support multipurpose frames
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 03 Oct 2019 07:52:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6a7d3150ee737e1860eaca0c507fde7279db16a0
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6a7d315 by Devan Lai (devanl@xxxxxxxxxxxxxxxxxxxx):

    ieee802154: support multipurpose frames
    
    Add support for IEEE802.15.4-2015 multipurpose frames, which are
    similar to data frames with the following exceptions:
     - The Frame Control Field can be either 1 or 2 octets, with different
       bit offsets for all fields except for Frame Type.
     - The Frame Version field, when present, must always be set to 00.
     - The source PAN ID is always absent
     - Instead of a PAN ID Compression field, there is a PAN ID Present
       field for the destination PAN ID only.
    
    See Section 7.3.5 of IEEE802.15.4-2015 (esp Figure 7-19) for details.
    
    Bug: 16101
    Change-Id: I1e64d90694b567573ca10395b823adb9015f8917
    Reviewed-on: https://code.wireshark.org/review/34682
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b5091d8   ieee802154: handle IEEE 802.15.4e PAN ID compression
     add  6a7d315   ieee802154: support multipurpose frames


Summary of changes:
 epan/dissectors/packet-ieee802154.c | 196 +++++++++++++++++++++++++++++++-----
 epan/dissectors/packet-ieee802154.h |  18 ++++
 2 files changed, 189 insertions(+), 25 deletions(-)