URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=92cd2c3ccb93ff67127d5a64fafa19b82ff7c624
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
92cd2c3 by Etienne Dechamps (etienne@xxxxxxxxxxxx):
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 <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 4c50e4b Improve Infiniband heuristic subdissection.
adds 92cd2c3 X-Rite i1 Display Pro USB protocol dissector.
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/Makefile.am | 1 +
epan/dissectors/packet-usb-i1d3.c | 992 +++++++++++++++++++++++++++++++++++++
4 files changed, 995 insertions(+)
create mode 100644 epan/dissectors/packet-usb-i1d3.c