Wireshark-commits: [Wireshark-commits] master dc1cd78: ZigBee MAC and ZDO dissectors: put useful in

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 16 Oct 2016 15:24:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dc1cd7889da85938b016c6bfec932dd595b7e18b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dc1cd78 by dsrsupport (eugene.exarevsky@xxxxxxxxxxxxxxx):

    ZigBee MAC and ZDO dissectors: put useful information into column description for Association req and ZDo Node Desc Resp.
    
    I added that information to column description because I always need it when analyzing logs.
    For Association request it is joining device type (FFD or RFD), for Node Descriptor Response this is stack version (r21 or legacy).
    
    Change-Id: Ic7ca237b1f4b598f9354b406f105c2befe45140d
    Reviewed-on: https://code.wireshark.org/review/17534
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b240082   [Automatic update for 2016-10-16]
    adds  dc1cd78   ZigBee MAC and ZDO dissectors: put useful information into column description for Association req and ZDo Node Desc Resp.


Summary of changes:
 epan/dissectors/packet-ieee802154.c         |    4 ++++
 epan/dissectors/packet-zbee-zdp-discovery.c |    4 ++--
 epan/dissectors/packet-zbee-zdp.c           |   10 ++++++++--
 epan/dissectors/packet-zbee-zdp.h           |    2 +-
 4 files changed, 15 insertions(+), 5 deletions(-)