Wireshark-commits: [Wireshark-commits] master e333e4c: Convert OID APIs to use wmem.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 19 Jan 2015 02:52:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e333e4c90f0aca41b0a56cef22fd80d0b0e73e14
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e333e4c by Michael Mann (mmann78@xxxxxxxxxxxx):

    Convert OID APIs to use wmem.
    
    There are a few oid functions that are only called in oids_test.c.  I'll presume the APIs are used in proprietary dissectors rather than just remove them.
    
    Change-Id: I4595e00f93bf9ab8cf2493fe0432b91960f55a3f
    Reviewed-on: https://code.wireshark.org/review/6592
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  59155d1   Eliminate ep_strdup(), as it's no longer used.
    adds  e333e4c   Convert OID APIs to use wmem.


Summary of changes:
 asn1/c1222/packet-c1222-template.c   |    3 +-
 asn1/cdt/cdt.cnf                     |    2 +-
 asn1/cms/cms.cnf                     |    6 +-
 asn1/dop/packet-dop-template.c       |    2 +-
 asn1/ldap/ldap.cnf                   |    4 +-
 asn1/ldap/packet-ldap-template.c     |    2 +-
 asn1/p1/p1.cnf                       |    6 +-
 asn1/p22/p22.cnf                     |    2 +-
 asn1/pkcs12/packet-pkcs12-template.c |    4 +-
 asn1/pres/pres.cnf                   |    2 +-
 asn1/snmp/packet-snmp-template.c     |   16 +--
 asn1/snmp/snmp.cnf                   |    2 +-
 asn1/x509af/x509af.cnf               |    4 +-
 asn1/x509if/x509if.cnf               |    4 +-
 epan/dissectors/packet-ber.c         |    6 +-
 epan/dissectors/packet-c1222.c       |    3 +-
 epan/dissectors/packet-cdt.c         |    2 +-
 epan/dissectors/packet-cms.c         |    6 +-
 epan/dissectors/packet-cops.c        |    6 +-
 epan/dissectors/packet-dop.c         |    2 +-
 epan/dissectors/packet-ldap.c        |    6 +-
 epan/dissectors/packet-p1.c          |    6 +-
 epan/dissectors/packet-p22.c         |    2 +-
 epan/dissectors/packet-per.c         |    4 +-
 epan/dissectors/packet-pkcs12.c      |    4 +-
 epan/dissectors/packet-pres.c        |    2 +-
 epan/dissectors/packet-snmp.c        |   18 +--
 epan/dissectors/packet-x509af.c      |    4 +-
 epan/dissectors/packet-x509if.c      |    4 +-
 epan/ftypes/ftype-bytes.c            |   10 +-
 epan/oids.c                          |  215 ++++++++++++++++++++--------------
 epan/oids.h                          |   32 ++---
 epan/oids_test.c                     |  131 ++++++++++++---------
 epan/proto.c                         |   54 +++++----
 34 files changed, 322 insertions(+), 254 deletions(-)