Wireshark-commits: [Wireshark-commits] master 82ebab6: ZigBee: Correct unsolicited nwk update notif

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 02 Dec 2018 02:49:55 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=82ebab607ec4634021f3b6a2ffadb06efcd6900c
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

82ebab6 by Kenneth Soerensen (knnthsrnsn@xxxxxxxxx):

    ZigBee: Correct unsolicited nwk update notify
    
    - Correct cluster ID
    - Parse ZDP Status
    - Move from client to server
    - Classify as notify instead of request
    
    Change-Id: Idb3d26d3212af2762465d7ec02efcb8978830af3
    Reviewed-on: https://code.wireshark.org/review/30859
    Reviewed-by: Martin Boye Petersen <martinboyepetersen@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  5267fc7   ZigBee: Classify mgmt_nwkupdate as notify instead of request
     add  82ebab6   ZigBee: Correct unsolicited nwk update notify


Summary of changes:
 epan/dissectors/packet-zbee-zdp-management.c | 53 ++++++++++++++--------------
 epan/dissectors/packet-zbee-zdp.c            |  8 ++---
 epan/dissectors/packet-zbee-zdp.h            |  4 +--
 3 files changed, 33 insertions(+), 32 deletions(-)