Wireshark  4.3.0
The Wireshark network protocol analyzer
slow_protocol_subtypes.h
Go to the documentation of this file.
1 
18 #ifndef __SLOW_PROTOCOL_SUBTYPES_H__
19 #define __SLOW_PROTOCOL_SUBTYPES_H__
20 
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*/
25 
26 #endif /* __SLOW_PROTOCOL_SUBTYPES_H__ */