Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-2.6 2dd7896: coap: Store ctype values in transaction

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Apr 2018 19:28:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2dd789638d310ff6078032f8116fd8513f66aac3
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

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

    coap: Store ctype values in transaction tracking
    
    Transfer ctype values from GET request to response to be able
    to decode the payload correctly.
    
    Change-Id: Ida7598aefbd3f245dd487d50562539395f130ac4
    Reviewed-on: https://code.wireshark.org/review/27163
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    (cherry picked from commit 46fcf452ac0204152b6a4fd574547fb478f9e63b)
    Reviewed-on: https://code.wireshark.org/review/27171
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  52dc15f   Qt: fix crash on dragging in packet dialog
    adds  2dd7896   coap: Store ctype values in transaction tracking


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