Wireshark-commits: [Wireshark-commits] master 3dddc52: Couchbase: Dissect optional expiry in subdoc

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 20 Feb 2016 07:35:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3dddc52bb8202760bf3901ea52a888b8c24e1c69
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3dddc52 by Dave Rigby (daver@xxxxxxxxxxxxx):

    Couchbase: Dissect optional expiry in subdoc mutation requests
    
    Add support for dissecting the optional 4-byte expiry field in
    sub-document API request packets. This is permitted for any
    single-path mutation request; increasing the length of the extras
    section from 3 to 7 bytes.
    
    Change-Id: I0609dbc6f6a8e62028cd20a28609fc3016e44910
    Reviewed-on: https://code.wireshark.org/review/14004
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  cee50b8   Put back a define to make the Lua build happy.
    adds  3dddc52   Couchbase: Dissect optional expiry in subdoc mutation requests


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