Wireshark-commits: [Wireshark-commits] master 5199a61: coap: use correct OSCORE option type

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 21 Nov 2019 11:31:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5199a61e796ae10c036391d4f6c44fac1c4df18c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5199a61 by Cenk Gündoğan (mail+dev@xxxxxxxxxxxx):

    coap: use correct OSCORE option type
    
    The current implementation assumes a wrong OSCORE option type
    "21". RFC 8613 was release in July 2019 and defines an OSCORE option
    type of "9". See: https://tools.ietf.org/html/rfc8613#section-2
    
    Change-Id: I5fea8dffc2d1586f891b2b3b9fa42183b138e0ab
    Reviewed-on: https://code.wireshark.org/review/35163
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  cfee0f8   Qt: Remove frameSelect signal
     add  5199a61   coap: use correct OSCORE option type


Summary of changes:
 epan/dissectors/packet-coap.c | 6 +++---
 epan/dissectors/packet-coap.h | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)