aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-01-01 19:57:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-01-01 19:57:47 +0000
commit56188e9d27c0306f658e40c0978960d503a240cf (patch)
tree59df27497d5f4f7a32f8315527f7d30bf44de2de /gtk
parentc1e296494d22f08f3d3813d41935262238112343 (diff)
downloadwireshark-56188e9d27c0306f658e40c0978960d503a240cf.tar.gz
wireshark-56188e9d27c0306f658e40c0978960d503a240cf.tar.bz2
wireshark-56188e9d27c0306f658e40c0978960d503a240cf.zip
From Mike Morrin:
GSM ENHANCED MEASUREMENT REPORT PDUs were not dissected when present as L3_INFO in RSL MEAS_RES PDUs. It seems that the RSL L3_INFO needs to be handled by a different dissector depending on whether it contains a DTAP, SACCH or CCCH PDU, which fortunately can be deduced from the RSL PDU type. packet-rsl.c is updated to implement this. In packet-gsm_a_rr.c the dissection of PDUs with RR Short PD format is improved, and also some items are renamed to make clearer the difference between SACCH PDUs (which cna be normal or Short PD format) and RR Short PD format PDUs (which can occur on SACCH, CCCH, or DCH). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6699 svn path=/trunk/; revision=40357
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gsm_a_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gsm_a_stat.c b/gtk/gsm_a_stat.c
index a61e2235ea..8ffb5aa33a 100644
--- a/gtk/gsm_a_stat.c
+++ b/gtk/gsm_a_stat.c
@@ -377,7 +377,7 @@ gsm_a_stat_draw(
{
gsm_a_stat_draw_aux(&dlg_sacch_rr,
stat_p->sacch_rr_message_type,
- gsm_a_sacch_msg_rr_strings);
+ gsm_a_rr_short_pd_msg_strings);
}
}