Wireshark-commits: [Wireshark-commits] master-3.2 f9ff7bb: coap: Mark private and vendor-specific o
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 27 Jun 2020 21:31:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f9ff7bb602b5f576dbea40f3904ac0fe68390278
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

f9ff7bb 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>
    (cherry picked from commit 2dcf32bc9cfc53f558928738c672726d0dd60d94)
    Reviewed-on: https://code.wireshark.org/review/37568
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  1431b36   NGAP: fix dissection of PWS messages exchanged in Namf interface
     add  f9ff7bb   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(-)