Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master a8c4041: Added support for the Couchbase BLIP protoco

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 11 Nov 2018 16:52:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a8c40412d8d73817a8030d9553d0db354ce002ba
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a8c4041 by Jim Borden (jim.borden@xxxxxxxxxxxxx):

    Added support for the Couchbase BLIP protocol
    
    Documentation for the protocol is available at https://github.com/couchbaselabs/BLIP-Cpp/blob/master/docs/BLIP%20Protocol.md
    
    Bug: 15212
    Change-Id: I2fe947c3af10c53d68c740241466e2de6c4be551
    Reviewed-on: https://code.wireshark.org/review/30229
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  a7564aa   PDCP-NR:  Show some config highlights in config root and Info column.
     add  a8c4041   Added support for the Couchbase BLIP protocol


Summary of changes:
 docbook/release-notes.asciidoc |   1 +
 epan/dissectors/CMakeLists.txt |   1 +
 epan/dissectors/packet-blip.c  | 538 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 540 insertions(+)
 create mode 100644 epan/dissectors/packet-blip.c