Wireshark-commits: [Wireshark-commits] master 33414fe: Remove proto_item_append_string.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 31 May 2016 10:44:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=33414fe175138a21f63813fdb51888f0066768a4
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

33414fe by Michael Mann (mmann78@xxxxxxxxxxxx):

    Remove proto_item_append_string.
    
    It requires some "extra work" to get it to work properly.  Despite
    documenting it, some previous use cases didn't do the extra work.
    Let's just see how we get by without it.
    
    Change-Id: I31dba1d5038d793085f6c9e4b4a6eda574e86872
    Reviewed-on: https://code.wireshark.org/review/15610
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0add74f   Restore a preference column type if fields are empty.
    adds  33414fe   Remove proto_item_append_string.


Summary of changes:
 debian/libwireshark0.symbols |    1 -
 epan/proto.c                 |   46 ------------------------------------------
 epan/proto.h                 |   20 ------------------
 3 files changed, 67 deletions(-)