17#ifndef PACKET_GPRSCDR_H
18#define PACKET_GPRSCDR_H
23extern const value_string gprscdr_GPRSCallEventRecord_vals[];
25unsigned dissect_gprscdr_GPRSCallEventRecord(
bool implicit_tag _U_, tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_, proto_tree *tree _U_,
int hf_index _U_);
26unsigned dissect_gprscdr_GPRSRecord(
bool implicit_tag _U_, tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_, proto_tree *tree _U_,
int hf_index _U_);
27unsigned dissect_gprscdr_CAMELInformationPDP(
bool implicit_tag _U_, tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_, proto_tree *tree _U_,
int hf_index _U_);
28int dissect_gprscdr_GPRSCallEventRecord_PDU(tvbuff_t *tvb _U_,
packet_info *pinfo _U_, proto_tree *tree _U_,
void *data _U_);
29int dissect_gprscdr_GPRSRecord_PDU(tvbuff_t *tvb _U_,
packet_info *pinfo _U_, proto_tree *tree _U_,
void *data _U_);
30int dissect_gprscdr_CAMELInformationPDP_PDU(tvbuff_t *tvb _U_,
packet_info *pinfo _U_, proto_tree *tree _U_,
void *data _U_);
struct _asn1_ctx_t asn1_ctx_t
Central context object threaded through all ASN.1 dissection calls.
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.