http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40357
User: etxrab
Date: 2012/01/01 11:57 AM
Log:
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
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-gsm_a_common.h Modified
+28 -20 packet-gsm_a_rr.c Modified
+45 -27 packet-rsl.c Modified
Directory: /trunk/epan/
Changes Path Action
+1 -1 libwireshark.def Modified
Directory: /trunk/gtk/
Changes Path Action
+1 -1 gsm_a_stat.c Modified
Directory: /trunk/
Changes Path Action
+5 -5 tap-gsm_astat.c Modified