10#ifndef __PACKET_CHDLC_H__
11#define __PACKET_CHDLC_H__
14#define CHDLCTYPE_FRARP 0x0808
15#define CHDLCTYPE_BPDU 0x4242
16#define CHDLCTYPE_OSI 0xfefe
24#define CHDLC_ADDR_UNICAST 0x0f
25#define CHDLC_ADDR_MULTICAST 0x8f
30chdlctype(dissector_handle_t sub_dissector, uint16_t chdlctype,
31 tvbuff_t *tvb,
int offset_after_chdlctype,
32 packet_info *pinfo, proto_tree *tree, proto_tree *fh_tree,
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
struct _value_string value_string
Mapping between a 32-bit integer value and its string representation.