ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 2f44216: ZigBee: ZDP MGMT NWK Enhanced update notify

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 05 Apr 2018 03:07:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2f44216f3aab9a9a31b7b00df50de70d0c6b5f8e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2f44216 by Dana Sy (dana.hayden.sy@xxxxxxxxx):

    ZigBee: ZDP MGMT NWK Enhanced update notify
    
    Added in a way to dissect the mgmt_nwk_enhanced_update_notify
    (clusterID=0x8039). It still uses the same dissector as the non-enhanced
    version (clusterID=0x8038) since it's payload is the same. Only difference
    is the clusterID and it's name.
    
    Change-Id: Icb3c5e895f5fbe2150325bd5e974406d18beb1c1
    Reviewed-on: https://code.wireshark.org/review/26742
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a63542f   Fixup extcap_example.py
    adds  2f44216   ZigBee: ZDP MGMT NWK Enhanced update notify


Summary of changes:
 epan/dissectors/packet-zbee-zdp-management.c | 3 ++-
 epan/dissectors/packet-zbee-zdp.c            | 2 ++
 epan/dissectors/packet-zbee-zdp.h            | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)