Wireshark-commits: [Wireshark-commits] master 58304b9: S1AP: Add an S1AP context to be able to dete
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Oct 2014 14:17:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=58304b9e3e2b742a01df164303c7d797cd6d498d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

58304b9 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    S1AP: Add an S1AP context to be able to determine which message and
    message type an IE was sent in. Needed to dissect proprietarry data.
    
    Change-Id: Ie75a2f6a544cb33e22c42457b0edd83e6456bfe5
    Reviewed-on: https://code.wireshark.org/review/4910
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  589db1c   Add Couchbase dissector (binary protocol)
    adds  58304b9   S1AP: Add an S1AP context to be able to determine which message and message type an IE was sent in. Needed to dissect proprietarry data.


Summary of changes:
 asn1/s1ap/packet-s1ap-template.c |   30 ++++++++++++++++++++++--------
 asn1/s1ap/packet-s1ap-template.h |    8 ++++++++
 epan/dissectors/packet-s1ap.c    |   36 +++++++++++++++++++++++++-----------
 epan/dissectors/packet-s1ap.h    |   10 +++++++++-
 4 files changed, 64 insertions(+), 20 deletions(-)