URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e4aa7be94943369c7f8119d7f15135d3f07b56df
Submitter: Anders Broman (a.broma...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

e4aa7be by Kenneth Soerensen (knnthsr...@gmail.com):

    ZigBee: Fix reassembly of APS fragments.
    
    The unsigned variable num_blocks was initialized to -1. Which caused the
    dissector to set the total length to 4294967295 fragments when the second
    fragment was processed. This made the dissector unable to reassemble data
    made of more than two fragments.
    
    Change-Id: I120af090ed29ac73a1fa699bea2bfc91798ef92b
    Reviewed-on: https://code.wireshark.org/review/17712
    Petri-Dish: Anders Broman <a.broma...@gmail.com>
    Tested-by: Petri Dish Buildbot <buildbot-no-re...@wireshark.org>
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    

Actions performed:

    from  663031e   ssl-utils: fix -Wshorten-64-to-32 and other warnings
    adds  e4aa7be   ZigBee: Fix reassembly of APS fragments.


Summary of changes:
 epan/dissectors/packet-zbee-aps.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to