From 92cd2c3ccb93ff67127d5a64fafa19b82ff7c624 Mon Sep 17 00:00:00 2001 From: Etienne Dechamps Date: Sun, 23 Oct 2016 11:32:29 +0100 Subject: X-Rite i1 Display Pro USB protocol dissector. This commit introduces a new dissector aimed at decoding the USB protocol used by X-Rite i1 Display Pro (and derivatives) colorimeter. It is based on reverse engineering work by Graeme Gill from the ArgyllCMS project. Change-Id: Icdfd0c3f75499d0df4360c6eb6856078de30ba56 Reviewed-on: https://code.wireshark.org/review/18901 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 275d0f84f0..c0625e0198 100644 --- a/epan/dissectors/CMakeLists.txt +++ b/epan/dissectors/CMakeLists.txt @@ -1317,6 +1317,7 @@ set(DISSECTOR_SRC packet-usb-dfu.c packet-usb-hid.c packet-usb-hub.c + packet-usb-i1d3.c packet-usb-masstorage.c packet-usb-video.c packet-usb.c -- cgit v1.2.3