Wireshark-commits: [Wireshark-commits] master a7838d9: coap: Distinguish observe option for request
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a7838d940339fddd85d15cacd888369c1288b337
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
a7838d9 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
    coap: Distinguish observe option for request and response
    
    The observe option has different values for request and response. For
    request it identifies register or deregister, and for response it is a
    sequence number for reordering detection. RFC 7641 chapter 2.
    
    Change-Id: I09515864997a32f7259e344532ea770b74030b04
    Reviewed-on: https://code.wireshark.org/review/34368
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  d966c0d   coap: Improve request/response tracking
     add  a7838d9   coap: Distinguish observe option for request and response
Summary of changes:
 epan/dissectors/packet-coap.c   | 19 +++++++++++++------
 epan/dissectors/packet-coap.h   | 14 ++++++++++----
 epan/dissectors/packet-oscore.c |  2 +-
 3 files changed, 24 insertions(+), 11 deletions(-)