Wireshark-commits: [Wireshark-commits] master e7593ea: asn2wrs: autodetect if 64 bits variant is re

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 18 Jan 2015 13:31:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e7593ea19de8df681f19e59b3a9a5f69e67693ba
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e7593ea by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    asn2wrs: autodetect if 64 bits variant is required for constrained integers
    
    It does not work with defines, but is already a great step forward
    
    Change-Id: I346d4124690ec46a2299d4eae8031bbb19a3db8e
    Reviewed-on: https://code.wireshark.org/review/6617
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  12d17d2   Update libwireshark0.symbols
    adds  e7593ea   asn2wrs: autodetect if 64 bits variant is required for constrained integers


Summary of changes:
 asn1/lpp/lpp.cnf                     |   25 ++-----
 asn1/lte-rrc/lte-rrc.cnf             |    5 +-
 asn1/m3ap/m3ap.cnf                   |    5 --
 asn1/pcap/pcap.cnf                   |   13 ----
 asn1/rrlp/rrlp.cnf                   |   19 -----
 asn1/s1ap/s1ap.cnf                   |    8 --
 asn1/x2ap/x2ap.cnf                   |    5 --
 epan/dissectors/packet-lpp.c         |  106 +++++++++++++--------------
 epan/dissectors/packet-m3ap.c        |   49 +++++++------
 epan/dissectors/packet-novell_pkis.c |    8 +-
 epan/dissectors/packet-pcap.c        |   32 ++++----
 epan/dissectors/packet-rrlp.c        |   81 +++++----------------
 epan/dissectors/packet-s1ap.c        |  133 +++++++++++++++++-----------------
 epan/dissectors/packet-x2ap.c        |    4 +-
 tools/asn2wrs.py                     |   16 +++-
 15 files changed, 205 insertions(+), 304 deletions(-)