From a8c40412d8d73817a8030d9553d0db354ce002ba Mon Sep 17 00:00:00 2001 From: Jim Borden Date: Wed, 17 Oct 2018 10:39:35 +0900 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/dissectors/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/CMakeLists.txt') diff --git a/epan/dissectors/CMakeLists.txt b/epan/dissectors/CMakeLists.txt index a011fff31b..b6d06c1852 100644 --- a/epan/dissectors/CMakeLists.txt +++ b/epan/dissectors/CMakeLists.txt @@ -710,6 +710,7 @@ set(DISSECTOR_SRC ${CMAKE_CURRENT_SOURCE_DIR}/packet-bitcoin.c ${CMAKE_CURRENT_SOURCE_DIR}/packet-bittorrent.c ${CMAKE_CURRENT_SOURCE_DIR}/packet-bjnp.c + ${CMAKE_CURRENT_SOURCE_DIR}/packet-blip.c ${CMAKE_CURRENT_SOURCE_DIR}/packet-bluecom.c ${CMAKE_CURRENT_SOURCE_DIR}/packet-bluetooth.c ${CMAKE_CURRENT_SOURCE_DIR}/packet-bmc.c -- cgit v1.2.3