aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ranap.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-09-09 07:29:41 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-09-09 07:29:41 +0000
commit0c5dfd7698c5b36ce8a7a4dad559ebf50fd0e4a8 (patch)
tree42be3489e523256cf2324014d210bc7daacfb7ed /epan/dissectors/packet-ranap.h
parentb30cc51638bf5ff15729cbf792c82bea69fdab84 (diff)
Target Identification shall be coded as TLV IE where value is
coded as TargetRNC-ID. Proposed fix to https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3974 (The enclosed trace dioes not decode properly but may be wrongly encoded). svn path=/trunk/; revision=29816
Diffstat (limited to 'epan/dissectors/packet-ranap.h')
-rw-r--r--epan/dissectors/packet-ranap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ranap.h b/epan/dissectors/packet-ranap.h
index 6a51cb46c1..1b0f76337f 100644
--- a/epan/dissectors/packet-ranap.h
+++ b/epan/dissectors/packet-ranap.h
@@ -35,11 +35,10 @@
/*--- Included file: packet-ranap-exp.h ---*/
#line 1 "packet-ranap-exp.h"
extern const value_string ranap_Service_Handover_vals[];
-extern const value_string ranap_TargetID_vals[];
int dissect_ranap_EncryptionInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_ranap_IntegrityProtectionInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_ranap_Service_Handover(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
-int dissect_ranap_TargetID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_ranap_TargetRNC_ID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
/*--- End of included file: packet-ranap-exp.h ---*/
#line 27 "packet-ranap-template.h"