attr_dissector_fn_t
[wireshark-sm.git] / epan / chdlctypes.h
blob3c6a96c6505ef0b0a43e6ec87960ea00259832bc
1 /** @file
3 * Defines Cisco HDLC packet types that aren't just Ethernet types
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __CHDLCTYPES_H__
13 #define __CHDLCTYPES_H__
15 #ifdef __cplusplus
16 extern "C" {
17 #endif /* __cplusplus */
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 */
23 #ifdef __cplusplus
25 #endif /* __cplusplus */
27 #endif /* chdlctypes.h */