Wireshark-commits: [Wireshark-commits] master b179fbe: ZigBee: Fix multiple wrong field type string
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 17 Jun 2020 07:52:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b179fbe059c54c052c62b7464d0df1645976527e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b179fbe by Enrique Giraldo (enrique.giraldo@xxxxxxx):

    ZigBee: Fix multiple wrong field type string in ZCL SE.
    
    Replacing FT_STRING with FT_UINT_STRING and removing length field where
    it existed.
    
    Change-Id: I5dc8b8ba472f161d604e4c157a9b0230694ea87a
    Reviewed-on: https://code.wireshark.org/review/37463
    Reviewed-by: Kenneth Soerensen <knnthsrnsn@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4dc64b4   ieee80211: fix BSS menbership (wrong value)
     add  b179fbe   ZigBee: Fix multiple wrong field type string in ZCL SE.


Summary of changes:
 epan/dissectors/packet-zbee-zcl-se.c | 77 ++++++++----------------------------
 1 file changed, 17 insertions(+), 60 deletions(-)