Wireshark-commits: [Wireshark-commits] master-2.6 5911e56: Fix for incorrectly decoded RSL ERR REP/
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5911e56082eb0dc8ebc1113de69e5e60606e235c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
5911e56 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>
(cherry picked from commit bc9f570680862c7835eb58488230b40a9e89251e)
Reviewed-on: https://code.wireshark.org/review/33389
Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Actions performed:
from 6077a35 Clean up some ASCII vs. EBCDIC string handling.
add 5911e56 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(-)