Wireshark-commits: [Wireshark-commits] master e0d0130: FTDI FT: Initial USB Bridging Devices dissec
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e0d0130b3d56240945d109bc44d3e8c5a5d0fd9f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
e0d0130 by Tomasz Moń (desowin@xxxxxxxxx):
FTDI FT: Initial USB Bridging Devices dissector
Note that this dissector covers the USB to serial only. FTDI
Multi-Protocol Synchronous Serial Engine (MPSSE) should be implemented
as separate dissector receiving data from FTDI FT dissector if the chip
has MPSSE.
Ping-Bug: 11743
Change-Id: I1f2e2b56b9351442f7ddbe97106b5f166de2cdca
Reviewed-on: https://code.wireshark.org/review/33520
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 7d70177 IO stats in 5 ms task cycle
add e0d0130 FTDI FT: Initial USB Bridging Devices dissector
Summary of changes:
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/packet-ftdi-ft.c | 1062 ++++++++++++++++++++++++++++++++++++++
epan/dissectors/packet-usb.c | 3 +
epan/dissectors/packet-usb.h | 3 +
4 files changed, 1069 insertions(+)
create mode 100644 epan/dissectors/packet-ftdi-ft.c