Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 11743] New: Add FTDI USB dissector

Date: Sat, 21 Nov 2015 03:09:56 +0000
Bug ID 11743
Summary Add FTDI USB dissector
Product Wireshark
Version Git
Hardware All
OS All
Status UNCONFIRMED
Severity Enhancement
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
FTDI (http://www.ftdichip.com/Products/ICs.htm) have a popular line of
USB<->UART/FIFO ICs often used for things like USB serial adapters, interfacing
with FPGAs, etc.

These devices have a relatively simple USB protocol which should be easy to add
a dissector for.

These are the tools that are likely to be used for communicating with FTDI
devices;
 * [libftdi from intra2net](http://www.intra2net.com/en/developer/libftdi/)
 * [FTDI serial driver in Linux
Kernel](http://lxr.free-electrons.com/source/drivers/usb/serial/ftdi_sio.c)

Protocol Documents
 * [AN2232C-01 Command Processor for MPSSE and MCU Host Bus Emulation
Modes](http://www.ftdichip.com/Support/Documents/AppNotes/AN2232C-01_MPSSE_Cmnd.pdf)

Will upload some pcap dumps of talking to an FTDI IC soon.


You are receiving this mail because:
  • You are watching all bug changes.