11extern void dissect_gtpv2_ie_common(tvbuff_t* tvb,
packet_info* pinfo _U_, proto_tree* tree,
unsigned offset, uint8_t message_type, session_args_t* args, uint8_t parent_ie);
13extern void dissect_gtpv2_apn(tvbuff_t *tvb,
packet_info *pinfo _U_, proto_tree *tree,
proto_item *item, uint16_t length, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
14extern void dissect_gtpv2_ambr(tvbuff_t *tvb,
packet_info *pinfo _U_, proto_tree *tree,
proto_item *item _U_, uint16_t length _U_, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
15extern void dissect_gtpv2_paa(tvbuff_t *tvb,
packet_info *pinfo _U_, proto_tree *tree,
proto_item *item _U_, uint16_t length, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
16extern void dissect_gtpv2_bearer_qos(tvbuff_t *tvb,
packet_info *pinfo _U_, proto_tree *tree,
proto_item *item _U_, uint16_t length _U_, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
17WS_DLL_PUBLIC
void dissect_gtpv2_uli(tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree,
proto_item *item, uint16_t length, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
18extern void dissect_gtpv2_mei(tvbuff_t *tvb,
packet_info *pinfo _U_, proto_tree *tree,
proto_item *item, uint16_t length, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
19extern void dissect_gtpv2_mbms_service_area(tvbuff_t *tvb,
packet_info *pinfo _U_, proto_tree *tree,
proto_item *item, uint16_t length _U_, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
20extern void dissect_gtpv2_mbms_session_duration(tvbuff_t *tvb,
packet_info *pinfo _U_, proto_tree *tree,
proto_item *item _U_, uint16_t length _U_, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
21extern void dissect_gtpv2_mbms_time_to_data_xfer(tvbuff_t *tvb,
packet_info *pinfo _U_, proto_tree *tree,
proto_item *item, uint16_t length _U_, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
22WS_DLL_PUBLIC
void dissect_gtpv2_arp(tvbuff_t *tvb,
packet_info *pinfo _U_, proto_tree *tree,
proto_item *item _U_, uint16_t length _U_, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
23extern void dissect_gtpv2_fq_csid(tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree,
proto_item *item _U_, uint16_t length _U_, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
24extern void dissect_gtpv2_selec_mode(tvbuff_t *tvb,
packet_info *pinfo _U_, proto_tree *tree,
proto_item *item, uint16_t length _U_, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
25extern void dissect_gtpv2_epc_timer(tvbuff_t *tvb,
packet_info *pinfo _U_, proto_tree *tree,
proto_item *item, uint16_t length _U_, uint8_t message_type, uint8_t instance _U_, session_args_t * args _U_);
26extern void dissect_gtpv2_twan_identifier(tvbuff_t *tvb,
packet_info *pinfo _U_, proto_tree *tree,
proto_item *item _U_, uint16_t length _U_, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
27extern void dissect_gtpv2_ind(tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree,
proto_item *item _U_, uint16_t length, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
29extern char* dissect_gtpv2_tai(tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree,
unsigned *offset,
bool is_5gs);
30int dissect_diameter_3gpp_uli(tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree,
void *data);
31WS_DLL_PUBLIC
void dissect_gtpv2_pdn_type(tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree,
proto_item *item, uint16_t length, uint8_t message_type _U_, uint8_t instance _U_, session_args_t * args _U_);
33extern value_string_ext gtpv2_cause_vals_ext;
34extern value_string_ext gtpv2_rat_type_vals_ext;
35extern value_string_ext gtpv2_pdn_type_vals_ext;
40} gtpv2_priv_ext_info_t;
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
proto_node proto_item
Definition proto.h:927
Definition packet-gtpv2.h:37