Wireshark-commits: [Wireshark-commits] master 4af7888: coap: Fix "End of Block #" indication

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

Commits:

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

Actions performed:

    from  133dbc2   BER: Add the posibillity to do "decode as" on an UDP port.
     add  4af7888   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(-)