Wireshark-commits: [Wireshark-commits] master 589db1c: Add Couchbase dissector (binary protocol)

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Oct 2014 13:48:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=589db1c35be9fad3b3ae9e4ab5957154b39e15ad
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

589db1c by Sergey Avseyev (sergey.avseyev@xxxxxxxxx):

    Add Couchbase dissector (binary protocol)
    
    Include new Couchbase Server 3.0 DCP support
    
    Change-Id: I38d0edd7d135a92c130a60dab650aef0ab1205be
    Reviewed-on: https://code.wireshark.org/review/2956
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  2dbc852   Add packet-adb_service.h to epan/dissectors/Makefile.common
    adds  589db1c   Add Couchbase dissector (binary protocol)


Summary of changes:
 docbook/release-notes.asciidoc     |    1 +
 epan/CMakeLists.txt                |    1 +
 epan/dissectors/Makefile.common    |    1 +
 epan/dissectors/packet-couchbase.c | 1132 ++++++++++++++++++++++++++++++++++++
 4 files changed, 1135 insertions(+)
 create mode 100644 epan/dissectors/packet-couchbase.c