Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master a6ed603: IE chosen channel on Lb interface decoded in

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 9 Mar 2014 12:58:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a6ed603f5cad972684789e2d5d471dae377be8b0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a6ed603 by Anders Broman (anders.broman@xxxxxxxxxxxx):

    IE chosen channel on Lb interface decoded incorrectly
    
    IE "chosen channel" in message "perform location request" on Lb interface (BSC <-> SMLC) is decoded incorrectly. IE "chosen channel" on Lb interface is decoded as 2 octets data.
    It should be 3 octet IE on Lb interface (IEI, length and data).
    
    Change-Id: Ic815a7b4ac08a035c5b292985c64d14e986fe8d7
    Closed-bug: 9531
    Reviewed-on: https://code.wireshark.org/review/565
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8a9bba8   Fix Bug 9853: 'Lua: trying to get/access a Preference before its registered causes a segfault'
    adds  a6ed603   IE chosen channel on Lb interface decoded incorrectly


Summary of changes:
 epan/dissectors/packet-gsm_bssmap_le.c |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)