aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s1ap.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-21 16:53:34 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-21 16:53:34 +0000
commitb2e0ce09884ec03f9af1f4d52e34c81813168b79 (patch)
tree24b0982fce1acb54a76ed164f75ee070e1b37949 /epan/dissectors/packet-s1ap.c
parent14e1945ab676e6e07f75b1b4f0986648c9184317 (diff)
Fix a typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28107 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-s1ap.c')
-rw-r--r--epan/dissectors/packet-s1ap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-s1ap.c b/epan/dissectors/packet-s1ap.c
index 800131a964..ee9c0c333a 100644
--- a/epan/dissectors/packet-s1ap.c
+++ b/epan/dissectors/packet-s1ap.c
@@ -2475,7 +2475,7 @@ dissect_s1ap_TransportLayerAddress(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t
return offset;
/* Get the length */
- tvb_len = tvb_length(tvb);
+ tvb_len = tvb_length(parameter_tvb);
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_TransportLayerAddress);
if (tvb_len==4){
/* IPv4 */