aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2014-11-17 13:36:17 +0100
committerAnders Broman <a.broman58@gmail.com>2014-11-17 12:39:55 +0000
commit3ce0167467a665f6d62e2e470951f71456029618 (patch)
tree40b7e27f7a109a3264f2482221e89a22718b42c0
parent3815b14a0765b08f173955bf127dc115e765e0e6 (diff)
[BSSMAP] de_mid() used with wrong length.
Change-Id: Ia64f254d85845ff39eacc7a339fdfa646ff9bb50 Reviewed-on: https://code.wireshark.org/review/5364 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-gsm_a_bssmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_bssmap.c b/epan/dissectors/packet-gsm_a_bssmap.c
index e72ba5c7fd..ed38b95df3 100644
--- a/epan/dissectors/packet-gsm_a_bssmap.c
+++ b/epan/dissectors/packet-gsm_a_bssmap.c
@@ -2334,7 +2334,7 @@ be_l3_msg(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, g
word = tvb_get_ntohs(tvb, offset);
if(word==0x1709){
/* start the dissection from byte 3 */
- de_mid(l3_tvb, tree, pinfo, 2, 7, NULL, 0);
+ de_mid(l3_tvb, tree, pinfo, 2, 9, NULL, 0);
return(len);
}
/* Octet j (j = 3, 4, ..., n) is the unchanged octet j of a radio interface layer 3 message