From Jeremy Quirke:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 15 Aug 2011 04:39:30 +0000 (04:39 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 15 Aug 2011 04:39:30 +0000 (04:39 +0000)
misdecoding 3G Neighbour Cell Information Element in SI2quater message due to a coding typo

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6237

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38542 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-gsm_a_rr.c

index 5aaaf2c53fce7c4fd4cc01b2df85e5ef34587d7a..c6bb6ad6be362f155ed2520d9a674c416206ecf9 100644 (file)
@@ -1246,7 +1246,7 @@ de_rr_utran_freq_list(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, g
  * [3] 10.5.2.1e Cell selection indicator after release of all TCH and SDCCH
  */
 static const guint8
-convert_n_to_p[32] = {   0, 10, 19, 28, 26, 44, 52, 60, 67, 74, 81, 88, 95, 102, 109, 116,
+convert_n_to_p[32] = {   0, 10, 19, 28, 36, 44, 52, 60, 67, 74, 81, 88, 95, 102, 109, 116,
                        122,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,   0,   0,   0};
 
 static const guint8