From Mike Morrin:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 1 Jan 2012 19:57:47 +0000 (19:57 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 1 Jan 2012 19:57:47 +0000 (19:57 +0000)
commit0ce01e40dba9f1d2bc6441d4a5bdab4adb5c31a6
tree59df27497d5f4f7a32f8315527f7d30bf44de2de
parent627f16bd8317a63f70eb8d43b4bfc7d4540508cf
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

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40357 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-gsm_a_common.h
epan/dissectors/packet-gsm_a_rr.c
epan/dissectors/packet-rsl.c
epan/libwireshark.def
gtk/gsm_a_stat.c
tap-gsm_astat.c