aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ranap.c
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.c
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.c')
-rw-r--r--epan/dissectors/packet-ranap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ranap.c b/epan/dissectors/packet-ranap.c
index 49f7f80ab6..a68892e354 100644
--- a/epan/dissectors/packet-ranap.c
+++ b/epan/dissectors/packet-ranap.c
@@ -4562,7 +4562,7 @@ static const per_sequence_t TargetRNC_ID_sequence[] = {
{ NULL, 0, 0, NULL }
};
-static int
+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_) {
offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
ett_ranap_TargetRNC_ID, TargetRNC_ID_sequence);
@@ -6390,7 +6390,7 @@ dissect_ranap_TargetBSS_ToSourceBSS_TransparentContainer(tvbuff_t *tvb _U_, int
}
-const value_string ranap_TargetID_vals[] = {
+static const value_string ranap_TargetID_vals[] = {
{ 0, "targetRNC-ID" },
{ 1, "cGI" },
{ 2, "targeteNB-ID" },
@@ -6404,7 +6404,7 @@ static const per_choice_t TargetID_choice[] = {
{ 0, NULL, 0, NULL }
};
-int
+static int
dissect_ranap_TargetID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
ett_ranap_TargetID, TargetID_choice,