21unsigned dissect_ngap_SecondaryRATDataUsageReportTransfer(
tvbuff_t *tvb _U_, uint32_t offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
28int dissect_ngap_SourceNGRANNode_ToTargetNGRANNode_TransparentContainer_PDU(
tvbuff_t *tvb _U_,
packet_info *pinfo _U_,
proto_tree *tree _U_,
void *data _U_);
29int dissect_ngap_TargetNGRANNode_ToSourceNGRANNode_TransparentContainer_PDU(
tvbuff_t *tvb _U_,
packet_info *pinfo _U_,
proto_tree *tree _U_,
void *data _U_);
Central context object threaded through all ASN.1 dissection calls.
Definition asn1.h:93
Represents the metadata and indexing information for a single captured frame.
Definition packet_info.h:43
Core tvbuff (testy virtual buffer) structure representing a region of packet data,...
Definition tvbuff-int.h:95