Wireshark-commits: [Wireshark-commits] master e5de1f1: wisun: Netricity segment control and reassem

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 08 Mar 2018 09:44:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e5de1f199499219b297d581d60546f2c5b51a87a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e5de1f1 by Robert Sauter (sauter@xxxxxxxxxxxx):

    wisun: Netricity segment control and reassembly support
    
    While based on IEEE 802.15.4, the protocol breaks the standard by
    having frames where the FCF Security Enabled flag is set but no
    Auxiliary Security Header is present. Add handling of this special case
    to the IEEE 802.15.4 dissector.
    
    Change-Id: I0e678d5fc999ead740c0c27f51a699559c6cb21a
    Reviewed-on: https://code.wireshark.org/review/26336
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3905c0d   Don't unnecessarily cast away constness.
    adds  e5de1f1   wisun: Netricity segment control and reassembly support


Summary of changes:
 epan/dissectors/packet-ieee802154.c |   6 +-
 epan/dissectors/packet-ieee802154.h |   7 +-
 epan/dissectors/packet-wisun.c      | 232 +++++++++++++++++++++++++++++++++++-
 3 files changed, 239 insertions(+), 6 deletions(-)