aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s5066sis.h
blob: 0236e0850c1f5562af82b96854d015818729690d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* packet-s5066sis.h
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef __PACKET_S5066SIS_H__
#define __PACKET_S5066SIS_H__

/* S5066 Client Application IDs */
#define S5066_CLIENT_BFTP				0x1002
#define S5066_CLIENT_FRAP				0x100B
#define S5066_CLIENT_FRAP_V2				0x100C
#define S5066_CLIENT_S4406_ANNEX_E_TMI_1_P_MUL		0x2000
#define S5066_CLIENT_S4406_ANNEX_E_TMI_2		0x2001
#define S5066_CLIENT_S4406_ANNEX_E_TMI_3		0x2002
#define S5066_CLIENT_S4406_ANNEX_E_TMI_4_DMP		0x2003 /* TMI-4 is updated with DMP spec. */
#define S5066_CLIENT_S4406_ANNEX_E_TMI_5_ACP_127	0x2004

#endif /* PACKET_S5066SIS_H */

/*
 * Editor modelines  -  https://www.wireshark.org/tools/modelines.html
 *
 * Local variables:
 * c-basic-offset: 8
 * tab-width: 8
 * indent-tabs-mode: t
 * End:
 *
 * vi: set shiftwidth=8 tabstop=8 noexpandtab:
 * :indentSize=8:tabSize=8:noTabs=false:
 */