URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=03dfd9cead43930e481fad614ac83e760cee98ea
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
03dfd9c by Thies Moeller (thies.moeller@xxxxxxxxxxxxx):
u3v: dissector for the USB3 Vision protocol
Dissector for the USB3 Vision machine vision camera protocol.
* Descriptors
* Bootstrap registers
* Control (GenCP)
* Stream data
A sample capture (usb_u3v_sample.pcapng) has been uploaded to
https://wiki.wireshark.org/SampleCapture
USB3 Vision a standard developed under the sponsorship
of the AIA for the benefit of the machine vision industry.
U3V stands for USB3 Vision (TM) Protocol
Change-Id: If1206df7974c6a91cf18f59ddecf9d38b9827934
Reviewed-on: https://code.wireshark.org/review/14008
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 3ada3c0 CIP: Improve error checking
adds 03dfd9c u3v: dissector for the USB3 Vision protocol
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-u3v.c | 2755 +++++++++++++++++++++++++++++++++++++++
4 files changed, 2758 insertions(+)
create mode 100644 epan/dissectors/packet-u3v.c