2 * FTDI FTxxxx USB converters dissector
4 * Copyright 2019 Tomasz Mon
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
13 #ifndef __PACKET_FTDI_FT_H__
14 #define __PACKET_FTDI_FT_H__
29 FTDI_INTERFACE_UNKNOWN
,
36 typedef struct _ftdi_mpsse_info_t
{
38 uint32_t device_address
;
44 #endif /* __PACKET_FTDI_FT_H__ */