Wireshark-commits: [Wireshark-commits] master 2a2cb9d: Couchbase: Dissect multi-path mutation respo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 4 Feb 2016 05:03:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2a2cb9dace5179565dcdd87bd60aef1c94440af4
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2a2cb9d by Dave Rigby (daver@xxxxxxxxxxxxx):

    Couchbase: Dissect multi-path mutation responses
    
    Multi-path mutation responses can have a variable number of values
    encoded in them:
    
    - Successful requests have 0..N values, one for each mutation which
      wishes to return a value (e.g. SUBDOC_COUNTER)
    
    - Unsuccessful requests have 1 value, specifying the index and status
      of the first failing mutation
    
    Add support for decoding a variable number of response values.
    
    Change-Id: Ia1f682f7f701829bd808a44ee142ffe912095e15
    Reviewed-on: https://code.wireshark.org/review/13688
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8899e00   Fix memleaks related to get_dirname
    adds  2a2cb9d   Couchbase: Dissect multi-path mutation responses


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