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(+)