3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #ifndef __PACKET_S5066SIS_H__
11 #define __PACKET_S5066SIS_H__
13 /* S5066 Client Application IDs */
14 #define S5066_CLIENT_BFTP 0x1002
15 #define S5066_CLIENT_FRAP 0x100B
16 #define S5066_CLIENT_FRAP_V2 0x100C
17 #define S5066_CLIENT_S4406_ANNEX_E_TMI_1_P_MUL 0x2000
18 #define S5066_CLIENT_S4406_ANNEX_E_TMI_2 0x2001
19 #define S5066_CLIENT_S4406_ANNEX_E_TMI_3 0x2002
20 #define S5066_CLIENT_S4406_ANNEX_E_TMI_4_DMP 0x2003 /* TMI-4 is updated with DMP spec. */
21 #define S5066_CLIENT_S4406_ANNEX_E_TMI_5_ACP_127 0x2004
23 #endif /* PACKET_S5066SIS_H */
26 * Editor modelines - https://www.wireshark.org/tools/modelines.html
34 * vi: set shiftwidth=8 tabstop=8 noexpandtab:
35 * :indentSize=8:tabSize=8:noTabs=false: