19#define WIMAX_TLV_EXTENDED_LENGTH_MASK 0x80
20#define WIMAX_TLV_LENGTH_MASK 0x7F
22#define MAX_TLV_LEN 64000
106proto_item *add_tlv_subtree(
tlv_info_t *
info, proto_tree *tree,
int hfindex, tvbuff_t *tvb,
int start,
const unsigned encoding);
118proto_tree *add_tlv_subtree_no_item(
tlv_info_t *
info, proto_tree *tree,
int hfindex, tvbuff_t *tvb,
int start);
133proto_tree *add_protocol_subtree(
tlv_info_t *
info,
int idx, proto_tree *tree,
int hfindex, tvbuff_t *tvb,
int start,
int length,
const char *label);
proto_node proto_item
Definition proto.h:927
Definition file-pcapng.h:57
Describes the parsed layout of a single TLV (Type-Length-Value) field.
Definition wimax_tlv.h:28
int32_t length
Definition wimax_tlv.h:34
uint8_t type
Definition wimax_tlv.h:30
uint8_t valid
Definition wimax_tlv.h:29
unsigned value_offset
Definition wimax_tlv.h:33
uint8_t size_of_length
Definition wimax_tlv.h:32
uint8_t length_type
Definition wimax_tlv.h:31