Wireshark-commits: [Wireshark-commits] master 10edd07: RRC: Partial SIB dissection in BCCH-BCH mess

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 23 Sep 2019 20:17:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=10edd0749a40087586975f513859f56535e5f2bb
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

10edd07 by Darien Spencer (cusneud@xxxxxxxx):

    RRC: Partial SIB dissection in BCCH-BCH messages
    
    Support detection and dissection of 'complete sib
    short' payloads which include the entire SIB in a
    single RRC message.
    
    Change-Id: Ie216a394e8f858edad5f3b4b4a0f818986216085
    Reviewed-on: https://code.wireshark.org/review/34585
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  1f01322   Add RADIUS dictionary for Aptilo Access Controllers
     add  10edd07   RRC: Partial SIB dissection in BCCH-BCH messages


Summary of changes:
 epan/dissectors/asn1/rrc/packet-rrc-template.c |  41 +++++
 epan/dissectors/asn1/rrc/rrc.cnf               | 121 ++++++++++++
 epan/dissectors/packet-rrc.c                   | 243 +++++++++++++++++++++----
 3 files changed, 366 insertions(+), 39 deletions(-)