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