Wireshark-commits: [Wireshark-commits] master f7b784c: CoAP: Enhancements to improve conversation r

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 Mar 2017 13:22:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f7b784c968327b9204f50b0540968dfd286ac8f0
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f7b784c by Robert Cragie (Robert.Cragie@xxxxxxx):

    CoAP: Enhancements to improve conversation recording.
    
    Conversation recording now uses a hash map instead of a tree. URI
    reconstruction for responses has also been added to assist Thread CoAP
    decoding.
    
    Change-Id: I83dc0dc48534d5182cf37ba50dad67e1b095188a
    Reviewed-on: https://code.wireshark.org/review/20553
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  5e934d5   proto_dlg.c: Convert GSList into wmem_tree
    adds  f7b784c   CoAP: Enhancements to improve conversation recording.


Summary of changes:
 epan/dissectors/Makefile.am                     |    1 +
 epan/dissectors/packet-coap.c                   |  420 ++++++++++++-----------
 frame_tvbuff.h => epan/dissectors/packet-coap.h |   52 +--
 3 files changed, 255 insertions(+), 218 deletions(-)
 copy frame_tvbuff.h => epan/dissectors/packet-coap.h (60%)