Wireshark-commits: [Wireshark-commits] master 3606f80: Officially remove tvb_get_string and tvb_get
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 27 Nov 2015 05:11:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3606f80d9e297c2c1fd8e69b2d2a9e13a99d4344
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3606f80 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Officially remove tvb_get_string and tvb_get_stringz.
    
    Almost all replacements were done awhile ago, just put the final nail in the coffin.
    
    Change-Id: I0a708d886da5a500c2a1e2c9ee2736794bdb9411
    Reviewed-on: https://code.wireshark.org/review/12206
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  10261d1   Remove manual setting of pinfo->current_proto.
    adds  3606f80   Officially remove tvb_get_string and tvb_get_stringz.


Summary of changes:
 docbook/release-notes.asciidoc         |    3 +++
 epan/req_resp_hdrs.c                   |    6 +++---
 epan/tpg.h                             |    8 ++++----
 epan/tvbparse.c                        |    2 +-
 epan/tvbuff.h                          |   20 --------------------
 plugins/irda/packet-irda.c             |   10 +++-------
 plugins/unistim/packet-unistim.c       |    4 ++--
 plugins/wimaxasncp/packet-wimaxasncp.c |    2 +-
 tools/checkAPIs.pl                     |    2 --
 9 files changed, 17 insertions(+), 40 deletions(-)