Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
chdlctypes.h
Go to the documentation of this file.
1
12#ifndef __CHDLCTYPES_H__
13#define __CHDLCTYPES_H__
14
15#ifdef __cplusplus
16extern "C" {
17#endif /* __cplusplus */
18
19#define CHDLCTYPE_FRARP 0x0808 /* Frame Relay ARP */
20#define CHDLCTYPE_BPDU 0x4242 /* IEEE spanning tree protocol */
21#define CHDLCTYPE_OSI 0xfefe /* ISO network-layer protocols */
22
23#ifdef __cplusplus
24}
25#endif /* __cplusplus */
26
27#endif /* chdlctypes.h */