From b883d46bea1e6ee0cdf3c0840ad26f27db97d7f1 Mon Sep 17 00:00:00 2001 From: etxrab Date: Wed, 23 Jun 2010 04:50:52 +0000 Subject: FromToshihiro Kataoka: Dissect 3GPP S1AP UE Capability Info Indication. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4904 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33294 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-lte-rrc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/dissectors/packet-lte-rrc.h') diff --git a/epan/dissectors/packet-lte-rrc.h b/epan/dissectors/packet-lte-rrc.h index 98d5ca3974..b015eab263 100644 --- a/epan/dissectors/packet-lte-rrc.h +++ b/epan/dissectors/packet-lte-rrc.h @@ -38,8 +38,10 @@ #line 1 "packet-lte-rrc-exp.h" int dissect_lte_rrc_HandoverCommand(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_); int dissect_lte_rrc_HandoverPreparationInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_); +int dissect_lte_rrc_UERadioAccessCapabilityInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_); int dissect_lte_rrc_HandoverCommand_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_); int dissect_lte_rrc_HandoverPreparationInformation_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_); +int dissect_lte_rrc_UERadioAccessCapabilityInformation_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_); /*--- End of included file: packet-lte-rrc-exp.h ---*/ #line 29 "packet-lte-rrc-template.h" -- cgit v1.2.3