ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Using FTDI device ids from Linux kernel

From: Tomasz Moń <desowin@xxxxxxxxx>
Date: Sun, 26 Jul 2020 11:01:40 +0200
Hello,

The Linux kernel FTDI SIO driver contains quite a comprehensive USB
VID/PID database. The values are defined in
linux/drivers/usb/serial/ftdi_sio_ids.h and are combined together in
id_table_combined in linux/drivers/usb/serial/ftdi_sio.c. The protocol
these devices use is being dissected by FTDI FT dissector.

FTDI FT dissector has its own short list of VID/PID pairs. How could
we expand the list with the IDs from Linux kernel (I guess manually is
one option, but that just sounds bad)?

Best Regards,
Tomasz Moń