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