Wireshark-commits: [Wireshark-commits] master 693a61e: S1AP: fix dissection of Reroute NAS Request
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Mar 2017 19:11:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=693a61e2d5d137680cc00940fb3e96bf9f73bdfb
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

693a61e by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    S1AP: fix dissection of Reroute NAS Request message
    
    The S1 Message information element contains a full S1AP PDU, not
    only the Initial UE Message payload
    
    Change-Id: Ibf416ea45efbd65b341ba3ce1cc5b02b0747f46b
    Reviewed-on: https://code.wireshark.org/review/20595
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  1e40b65   TLS13: add new supported_versions value for draft -19
    adds  693a61e   S1AP: fix dissection of Reroute NAS Request message


Summary of changes:
 epan/dissectors/asn1/s1ap/packet-s1ap-template.c |    6 +-
 epan/dissectors/asn1/s1ap/s1ap.cnf               |    3 +-
 epan/dissectors/packet-s1ap.c                    |  241 +++++++++++-----------
 3 files changed, 130 insertions(+), 120 deletions(-)