Wireshark-commits: [Wireshark-commits] master 7592c1d: Fix: WiSUN Explicit Channel Plan parsing

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 29 Jan 2019 06:12:05 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7592c1dd988a1e42393cc4c7f8d899d7dd7fcf6e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

7592c1d by James Ko (jck@xxxxxxxxxx):

    Fix: WiSUN Explicit Channel Plan parsing
    
    The Unicast Schedule IE (US-IE) and Broadcast Schedule IE (BS-IS) may
    define an explicit channel plan with the following fields in the channel
    information fields:
        24-bits - channel 0 frequency in kHz (little endian byte-order),
         4-bits - channel spacing enumeration,
         4-bits - reserved (must be set to 0), and
        2-bytes - number of channels
    
    Bug: 15451
    Change-Id: If6923faca777343e17b0cb9012bb07d98b9bc194
    Reviewed-on: https://code.wireshark.org/review/31745
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2b7875b   wslua: Update wslua_register_menu() documentation
     add  7592c1d   Fix: WiSUN Explicit Channel Plan parsing


Summary of changes:
 epan/dissectors/packet-wisun.c | 54 ++++++++++++++++++++++++++++++++----------
 1 file changed, 42 insertions(+), 12 deletions(-)