Wireshark-commits: [Wireshark-commits] master f3e27b8a: Show manufacturer specific cluster

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 23 Jan 2019 14:15:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f3e27b8a3e369f2fb974c59062bdd32bee39aa9f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f3e27b8a by Paul Zander (p.j.zander@xxxxxxxxxxxx):

    Show manufacturer specific cluster
    
    When the ZCL cluster id is in the range 0xFC00 .. 0xFFFF the cluster is a manufacturer specific cluster.
    The information shown was 'Unknown' and should be 'Manufacturer Specific'.
    
    Change-Id: Id3ae90aea65c6049c38df2029871fdcfc41ce565
    Reviewed-on: https://code.wireshark.org/review/31668
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Kenneth Soerensen <knnthsrnsn@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f535a63   QUIC: update ACK Frame fields and merge ECN fields (draft -18)
     add  f3e27b8a  Show manufacturer specific cluster


Summary of changes:
 epan/dissectors/packet-gbcs.c               |   2 +-
 epan/dissectors/packet-zbee-aps.c           | 185 ++++++++++++++--------------
 epan/dissectors/packet-zbee-aps.h           |   5 +-
 epan/dissectors/packet-zbee-nwk-gp.c        |   2 +-
 epan/dissectors/packet-zbee-zcl-general.c   |   6 +-
 epan/dissectors/packet-zbee-zdp-binding.c   |  12 +-
 epan/dissectors/packet-zbee-zdp-discovery.c |   8 +-
 epan/dissectors/packet-zbee-zdp.c           |   6 +-
 8 files changed, 116 insertions(+), 110 deletions(-)