QUIC: Update IETF draft URL (draft-08)
[metze/wireshark/wip.git] / epan / 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  * This program is free software; you can redistribute it and/or
15  * modify it under the terms of the GNU General Public License
16  * as published by the Free Software Foundation; either version 2
17  * of the License, or (at your option) any later version.
18  *
19  * This program is distributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22  * GNU General Public License for more details.
23  *
24  * You should have received a copy of the GNU General Public License
25  * along with this program; if not, write to the Free Software
26  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
27  */
28
29 #ifndef __SLOW_PROTOCOL_SUBTYPES_H__
30 #define __SLOW_PROTOCOL_SUBTYPES_H__
31
32 #define LACP_SUBTYPE                    0x1
33 #define MARKER_SUBTYPE                  0x2
34 #define OAM_SUBTYPE                     0x3
35 #define OSSP_SUBTYPE                    0xa /* IEEE 802.3 Annex 57A*/
36
37 #endif /* __SLOW_PROTOCOL_SUBTYPES_H__ */