Wireshark-commits: [Wireshark-commits] master-2.0 7ca8067: [GTPv2] Dissect UTRAN F-Container conten
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 3 Nov 2015 14:44:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7ca80670943bc78a943413c7ea571d6d8aa59173
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

7ca8067 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    [GTPv2] Dissect UTRAN F-Container content.
    
    Change-Id: Idaf07e31876b453f88c5fd7e886c72dffcb35a96
    Reviewed-on: https://code.wireshark.org/review/11492
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 1316fdf209af0ff5a881dc8ae1ad8ede6ef78bda)
    Reviewed-on: https://code.wireshark.org/review/11522
    

Actions performed:

    from  d464f27   [SIP] Rework how the length of the diagnostic string is determined, it did not work with multiple SIP packages in one frame.
    adds  7ca8067   [GTPv2] Dissect UTRAN F-Container content.


Summary of changes:
 asn1/ranap/packet-ranap-template.c |    1 +
 asn1/ranap/ranap.cnf               |    7 ++
 asn1/s1ap/s1ap.cnf                 |    3 +
 epan/dissectors/packet-gtpv2.c     |   29 +++++++
 epan/dissectors/packet-ranap.c     |   78 +++++++++--------
 epan/dissectors/packet-ranap.h     |    1 +
 epan/dissectors/packet-s1ap.c      |  161 +++++++++++++++++++-----------------
 epan/dissectors/packet-s1ap.h      |    1 +
 8 files changed, 172 insertions(+), 109 deletions(-)