/* packet-s5066sis.h * * Wireshark - Network traffic analyzer * By Gerald Combs * 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: */