Wireshark-commits: [Wireshark-commits] master c2a1d8f: Replace deprecated API tvb_length -> tvb_rep
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 9 Apr 2015 12:38:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c2a1d8feed0791478629c8dba775ec5f3bda7653
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c2a1d8f by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Replace deprecated API tvb_length -> tvb_reported_length
    
    Change-Id: I9c8bf6beec47afb901e492723b335a28a24f455e
    Reviewed-on: https://code.wireshark.org/review/8004
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5fa267e   REplace deprecated API tvb_length -> tvb_reported_length
    adds  c2a1d8f   Replace deprecated API tvb_length -> tvb_reported_length


Summary of changes:
 asn1/dap/dap.cnf                 |    2 +-
 asn1/ftam/packet-ftam-template.c |    4 ++--
 asn1/goose/goose.cnf             |    2 +-
 asn1/inap/inap.cnf               |    6 +++---
 asn1/ldap/ldap.cnf               |   30 +++++++++++++++---------------
 asn1/ldap/packet-ldap-template.c |    4 ++--
 asn1/mms/mms.cnf                 |    4 ++--
 asn1/nbap/nbap.cnf               |    4 ++--
 asn1/p1/p1.cnf                   |   20 ++++++++++----------
 epan/dissectors/packet-dap.c     |    2 +-
 epan/dissectors/packet-ftam.c    |    4 ++--
 epan/dissectors/packet-goose.c   |    2 +-
 epan/dissectors/packet-inap.c    |    6 +++---
 epan/dissectors/packet-ldap.c    |   34 +++++++++++++++++-----------------
 epan/dissectors/packet-mms.c     |    4 ++--
 epan/dissectors/packet-nbap.c    |    4 ++--
 epan/dissectors/packet-p1.c      |   37 +++++++++++++++++++++++--------------
 17 files changed, 89 insertions(+), 80 deletions(-)