Wireshark-commits: [Wireshark-commits] master 2dcf32b: coap: Mark private and vendor-specific optio

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 27 Jun 2020 13:48:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2dcf32bc9cfc53f558928738c672726d0dd60d94
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2dcf32b by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    coap: Mark private and vendor-specific options as unknown
    
    Any private or vendor-specific options are not invalid, so mark them
    as unknown. Move expert info to option entry. Add the unknown option
    number to the item.
    
    Change-Id: I567c397787d4afddffdca407a8c2e39db828ab83
    Reviewed-on: https://code.wireshark.org/review/37562
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  38bda83   NAS 5GS: fix dissection of S1 mode to N1 mode NAS transparent container
     add  2dcf32b   coap: Mark private and vendor-specific options as unknown


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