wireshark/epan/dissectors/packet-s5066sis.h
Dario Lombardo fe219637a6 dissectors: use SPDX identifiers.
Change-Id: I92c94448e6641716d03158a5f332c8b53709423a
Reviewed-on: https://code.wireshark.org/review/25756
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-02-12 16:49:58 +00:00

37 lines
989 B
C

/* 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 - http://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:
*/