Wireshark-commits: [Wireshark-commits] master 485399a: Update Couchbase dissector
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 2 Dec 2014 12:20:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=485399a780ddbdfea0d6b2a48a29b6c652836822
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

485399a by Sergey Avseyev (sergey.avseyev@xxxxxxxxx):

    Update Couchbase dissector
    
    * Include DCP port to the list default ports
    * Parse payloads for DCP commands:
      * OPEN_CONNECTION
      * ADD_STREAM
      * STREAM_REQUEST
    * Reorganize if conditions to cases
    * Update list of known commands
    
    Change-Id: Id37b5c61f0d1084628c6286fd6e4ad722e1d6d99
    Reviewed-on: https://code.wireshark.org/review/5388
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Sergey Avseyev <sergey.avseyev@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  9c05b7f   Make it possible to register an OID dissector to dissect ManagementExtension.
    adds  485399a   Update Couchbase dissector


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