Wireshark-commits: [Wireshark-commits] master d6879b6: For ASN.1-based protocols, make sure protoco
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 04 Feb 2019 18:17:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d6879b6c24cce79b2aed1b7b28e2c9ee2e90bff1
Submitter: "Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d6879b6 by Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx):

    For ASN.1-based protocols, make sure protocol filter will match.
    
    This is optional, and enabled by setting PROTO_ROOT_NAME to the name
    of the item in the OPT section of the .cnf file.  For now, setting
    only in nr-rrc.
    
    Change-Id: Ibe96c7de982af0346af90bc0e095f20d1a7ac506
    Reviewed-on: https://code.wireshark.org/review/31876
    Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    

Actions performed:

    from  23a1b08   ftypes: make conversion of FT_DOUBLE to string locale-independent
     add  d6879b6   For ASN.1-based protocols, make sure protocol filter will match.


Summary of changes:
 epan/dissectors/asn1/nr-rrc/nr-rrc.cnf |  1 +
 epan/dissectors/packet-nr-rrc.c        | 50 ++++++++++++++++++++++++++++++++++
 tools/asn2wrs.py                       | 12 +++++++-
 3 files changed, 62 insertions(+), 1 deletion(-)