Wireshark-commits: [Wireshark-commits] master-3.0 8a88216: coap: Fix "End of Block #" indication

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

Commits:

8a88216 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/37632
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  52200b7   ASTERIX: Fix data item I002/070
     add  8a88216   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(-)