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

2020-07-27 Thread Tomasz Moń
On Sun, Jul 26, 2020 at 5:54 PM Jaap Keuter wrote: > Do you have any idea how volatile this data is, how quickly it’s changing? > There are already some data sets which are picked up weekly from external > sources (e.g., IEEE manuf, PEN). This could be handled the same way if as > volatile as

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

2020-07-26 Thread Jaap Keuter
Hi, Do you have any idea how volatile this data is, how quickly it’s changing? There are already some data sets which are picked up weekly from external sources (e.g., IEEE manuf, PEN). This could be handled the same way if as volatile as these. Thanks, Jaap > On 26 Jul 2020, at 11:01,

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

2020-07-26 Thread Tomasz Moń
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