Wireshark-commits: [Wireshark-commits] master-3.2 741e352: coap: Fix "End of Block #" indication

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 1 Jul 2020 08:18:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=741e3520c6a606921b63e21d752009c3a5dacfeb
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

741e352 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    coap: Fix "End of Block #" indication
    
    The M bit is used in Block1 Option in a request and in Block2 Option
    in a response. Use this to determine when to prefix the block number
    information with "End of".
    
    Change-Id: I11c741b15f97f68d668d6cbec97660a6ea392dc1
    Reviewed-on: https://code.wireshark.org/review/37631
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6323e32   ASTERIX: Fix data item I002/070
     add  741e352   coap: Fix "End of Block #" indication


Summary of changes:
 epan/dissectors/packet-coap.c | 11 +++++++++--
 epan/dissectors/packet-coap.h |  1 +
 2 files changed, 10 insertions(+), 2 deletions(-)