Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-s5066sis.h
1 /* packet-s5066sis.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 1998 Gerald Combs
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9 
10 #ifndef __PACKET_S5066SIS_H__
11 #define __PACKET_S5066SIS_H__
12 
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
22 
23 #endif /* PACKET_S5066SIS_H */
24 
25 /*
26  * Editor modelines - https://www.wireshark.org/tools/modelines.html
27  *
28  * Local variables:
29  * c-basic-offset: 8
30  * tab-width: 8
31  * indent-tabs-mode: t
32  * End:
33  *
34  * vi: set shiftwidth=8 tabstop=8 noexpandtab:
35  * :indentSize=8:tabSize=8:noTabs=false:
36  */