Wireshark-commits: [Wireshark-commits] master e914a5a: couchbase: Improve key decoder

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 07 Dec 2018 20:24:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e914a5a3773e23b043fbe5c080d938ffad2b259f
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e914a5a by Jim Walker (jim@xxxxxxxxxxxxx):

    couchbase: Improve key decoder
    
    Using the recent updates occasional 'trailing' byte warnings
    occur if the key encodes a collection-ID, with these changes
    we now get much better key decoding, without the warnings
    with and without collections.
    
    Change-Id: I9fc1e0d807c8054065a7346a09b0ce99d05f1e63
    Reviewed-on: https://code.wireshark.org/review/30956
    Reviewed-by: Dave Rigby <daver@xxxxxxxxxxxxx>
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  2718753   RTP: Check that we have p_conv_data before accessing it.
     add  e914a5a   couchbase: Improve key decoder


Summary of changes:
 epan/dissectors/packet-couchbase.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)