Wireshark-commits: [Wireshark-commits] master 39b631d: Add OID callback for private IEs making it p
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 21 Oct 2014 10:38:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=39b631da4dcd2b8a27054865040e5a1ebc28df34
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

39b631d by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Add OID callback for private IEs making it possible to call a dissector
    for the private OID.
    
    Change-Id: Ibb86d8523f1aee14ba1a843ec3ad4becc7729013
    Reviewed-on: https://code.wireshark.org/review/4893
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  750d377   Add OID dissector table for PER based dissection.
    adds  39b631d   Add OID callback for private IEs making it possible to call a dissector for the private OID.


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