Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
slow_protocol_subtypes.h
1 /* slow_protocol_subtypes.h
2  * Defines subtypes for 802.3 "slow protocols"
3  *
4  * Copyright 2002 Steve Housley <steve_housley@3com.com>
5  * Copyright 2005 Dominique Bastien <dbastien@accedian.com>
6  * Copyright 2009 Artem Tamazov <artem.tamazov@telllabs.com>
7  * Copyright 2010 Roberto Morro <roberto.morro[AT]tilab.com>
8  * Copyright 2014 Philip Rosenberg-Watt <p.rosenberg-watt[at]cablelabs.com.>
9  *
10  * Wireshark - Network traffic analyzer
11  * By Gerald Combs <gerald@wireshark.org>
12  * Copyright 1998 Gerald Combs
13  *
14  * SPDX-License-Identifier: GPL-2.0-or-later
15  */
16 
17 #ifndef __SLOW_PROTOCOL_SUBTYPES_H__
18 #define __SLOW_PROTOCOL_SUBTYPES_H__
19 
20 #define LACP_SUBTYPE 0x1
21 #define MARKER_SUBTYPE 0x2
22 #define OAM_SUBTYPE 0x3
23 #define OSSP_SUBTYPE 0xa /* IEEE 802.3 Annex 57A*/
24 
25 #endif /* __SLOW_PROTOCOL_SUBTYPES_H__ */