Wireshark-commits: [Wireshark-commits] master ffea2f8: ZigBee: fix endian for File Version field in

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Jan 2017 19:32:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ffea2f8a24947a9293e3d4986440edf5e4589685
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ffea2f8 by dsrsupport (eugene.exarevsky@xxxxxxxxxxxxxxx):

    ZigBee: fix endian for File Version field in OTA
    
    That field parsed as Big Endian, while all data in ZigBee is Little Endian.
    Not change to LE.
    
    Change-Id: I782ba5d17ca9f2208dc4e2f08ca2c731f4d683e4
    Reviewed-on: https://code.wireshark.org/review/19800
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d66ee14   Qt: Signal number of active captures
    adds  ffea2f8   ZigBee: fix endian for File Version field in OTA


Summary of changes:
 epan/dissectors/packet-zbee-zcl-general.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)