Wireshark-commits: [Wireshark-commits] master bc9f570: Fix for incorrectly decoded RSL ERR REP/BCCH
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 20 May 2019 14:49:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bc9f570680862c7835eb58488230b40a9e89251e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bc9f570 by Eric Wild (ewild@xxxxxxxxxxx):

    Fix for incorrectly decoded RSL ERR REP/BCCH INFORMATION optional IEs
    
    This patch adjusts the inconsistent usage of the is_mandatory flag
    passed to the dissect_* functions for optional IEs, which fixes the
    issue of incorrectly parsed RSL ERR REP optional IEs and the equally
    broken BCCH INFORMATION optional IE parsing.
    
    Bug: 15789
    Change-Id: I94ea8fe110d8d6aa6ebd0cec5013d3cc8fd55311
    Reviewed-on: https://code.wireshark.org/review/33269
    Reviewed-by: Harald Welte <laforge@xxxxxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  75da45d   A21/s102: Improve Mobile Subscription information dissection.
     add  bc9f570   Fix for incorrectly decoded RSL ERR REP/BCCH INFORMATION optional IEs


Summary of changes:
 epan/dissectors/packet-rsl.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)