Wireshark-commits: [Wireshark-commits] master 1785d42: Remove depricated API tvb_length -> tvb_repo
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 10 Apr 2015 13:19:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1785d4206111dcbd0ef7ced3a1aad55da76c7b91
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1785d42 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Remove depricated API tvb_length -> tvb_reported_length
    
    Change-Id: I78b1d2accf4fd0b37eaa16cb8bf515422565e98a
    Reviewed-on: https://code.wireshark.org/review/8011
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  38d3e06   CMake: Add a build environment == generator check.
    adds  1785d42   Remove depricated API tvb_length -> tvb_reported_length


Summary of changes:
 asn1/p22/p22.cnf                       |    2 +-
 asn1/pkix1explicit/pkix1explicit.cnf   |    2 +-
 asn1/rrc/rrc.cnf                       |   10 +++++-----
 asn1/rtse/rtse.cnf                     |    6 +++---
 asn1/rua/rua.cnf                       |    2 +-
 asn1/sbc-ap/sbc-ap.cnf                 |    2 +-
 asn1/snmp/packet-snmp-template.c       |    2 +-
 asn1/snmp/snmp.cnf                     |    4 ++--
 asn1/spnego/spnego.cnf                 |    4 ++--
 asn1/sv/sv.cnf                         |    2 +-
 asn1/t124/t124.cnf                     |    4 ++--
 asn1/t38/packet-t38-template.c         |    6 +++---
 asn1/t38/t38.cnf                       |    2 +-
 asn1/x509if/x509if.cnf                 |    2 +-
 asn1/x509sat/x509sat.cnf               |    2 +-
 epan/dissectors/packet-opsi.c          |    4 ++--
 epan/dissectors/packet-p22.c           |    2 +-
 epan/dissectors/packet-pkix1explicit.c |    2 +-
 epan/dissectors/packet-rrc.c           |   10 +++++-----
 epan/dissectors/packet-rtse.c          |    6 +++---
 epan/dissectors/packet-rua.c           |    2 +-
 epan/dissectors/packet-sbc-ap.c        |    2 +-
 epan/dissectors/packet-snmp.c          |    6 +++---
 epan/dissectors/packet-spnego.c        |    4 ++--
 epan/dissectors/packet-sv.c            |    2 +-
 epan/dissectors/packet-sysex.c         |   10 +++++-----
 epan/dissectors/packet-t124.c          |    4 ++--
 epan/dissectors/packet-t38.c           |    8 ++++----
 epan/dissectors/packet-v5ua.c          |   12 ++++++------
 epan/dissectors/packet-x224.c          |    2 +-
 epan/dissectors/packet-x509if.c        |    2 +-
 epan/dissectors/packet-x509sat.c       |    2 +-
 32 files changed, 66 insertions(+), 66 deletions(-)